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
Delete everything from workspace collections (even on production)
Get the workspace by a request to getWorkspace (instead of using the static WorkspaceState.json file)
When a user clicks on Plot Sample and chooses a file then:
- set controlFileId on workspaceState
- get the first plot - usually SSC v FSC - and save a plot object at files.[the control file id].plots
save workspaceState to the backend when something changes i.e. on adding a gate, on editing a gate, on changing a channel, on changing a plot type (this should be done just before this.setState())
Expected Time:
Acceptance Criteria
[ ]
The text was updated successfully, but these errors were encountered:
Description
- set controlFileId on workspaceState
- get the first plot - usually SSC v FSC - and save a plot object at files.[the control file id].plots
Expected Time:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: