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
For samples show all measurements for each sample attribute
The samples/processes pages under experiment is different from the samples/processes pages under projects
FILE: Keyword not processed
Check existence of files on server during the checking stage
Experiments that are not finished being built can still be accessed from the sidebar
Mark Warnings and Errors differently so user can tell them apart
Sort list of sample attributes alphabetically
Support new ETL on project experiment page (like V1 does now)
NOTE: Keyword not processed
Delete Experiment leaves a bunch of cruft in the database (its only doing enough to remove experiment, processes and samples from the UI)
Cannot specify multiple spreadsheets in the UI
Spreadsheet is not associated with samples/processes from the spreadsheet
ETL Doesn't give feedback if it encounters problems while performing the actual load (as opposed to the initial parse)
Multiple processes per worksheet is not supported
Spreadsheet load status still requires the user to press the sync button
If experiment exists at time of load (not time of parse) then ETL will silently fail
There is a limit on the number of errors that can be sent back (not sure where limit is) and the system will silently fail when that limit is reached
If servers are shutdown during spreadsheet processing that ETL job will be left in limbo
If a sample appears multiple times in a worksheet with a parent column then the created experiment workflow is not correct (and no error or warning is generated)
There is no way to specify custom keywords
If a process attribute is specified multiple times then it results in multiple entries for that process attribute (don't know what the correct behavior should be)
No support for supporting Branden's case of sample states rather than processes when constructing workflow
The UI shows sample states as their property set id rather than something meaningful
There isn't any way to specify a measurement as a best measure in the spreadsheet
Samples/Processes lists aren't paged, resulting in long load times if there are large numbers of samples or processes
All measurements and process attributes are attributed as "OBJECT" type meaning there is no way to edit them in the UI
The workflow editor doesn't show most measurements in the samples Details pages
For samples show all measurements for each sample attributeThe samples/processes pages under experiment is different from the samples/processes pages under projectsFILE: Keyword not processedCheck existence of files on server during the checking stageExperiments that are not finished being built can still be accessed from the sidebarMark Warnings and Errors differently so user can tell them apartSort list of sample attributes alphabeticallySupport new ETL on project experiment page (like V1 does now)