You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the most complex window that is used for creating new networks/sketches. Conceptually, it's actually several components together in a single window. Ideally, these components can be "expanded" into separate windows, but in terms of underlying "state", they all modify a single shared object.
Broadly speaking, these are the components that need to exist for this window to function:
A tab-based navigation with the ability to display tabs side by side and to expand them into new windows.
Annotations tab for annotating all available objects in the model.
Regulatory network tab for editing the model graph.
Update rules tab for editing the actual network rules for individual variables.
Datasets tab for importing and managing observations from various sources.
Properties and assertions for adding additional restrictions to the sketch.
Analysis tab which runs different algorithms on the network sketch to obtain results.
A proper search functionality for navigating the interface as well as model elements.
All of these are mostly individual but interconnected components. Hence I'll be making tracking issues for them and we can keep this issue for discussion about the overall window.
The text was updated successfully, but these errors were encountered:
This is the most complex window that is used for creating new networks/sketches. Conceptually, it's actually several components together in a single window. Ideally, these components can be "expanded" into separate windows, but in terms of underlying "state", they all modify a single shared object.
Broadly speaking, these are the components that need to exist for this window to function:
All of these are mostly individual but interconnected components. Hence I'll be making tracking issues for them and we can keep this issue for discussion about the overall window.
The text was updated successfully, but these errors were encountered: