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
All currently done in the tab Data Selection can be moved into Settings and adapted simplifying both code and UI
It will make more sense that the filterings of Choose the analyte and Choose the Dose Number are applied to the mydata$intervals instead of to mydata$data
It will make more sense that instead of a view of mydata$data dataframe, the user after pressing Submit (settings) obtains a dataframe of mydata$intervals
Description
All currently done in the tab
Data Selection
can be moved intoSettings
and adapted simplifying both code and UIIt will make more sense that the filterings of
Choose the analyte
andChoose the Dose Number
are applied to themydata$intervals
instead of tomydata$data
It will make more sense that instead of a view of
mydata$data
dataframe, the user after pressingSubmit (settings)
obtains a dataframe ofmydata$intervals
Definition of Done
The text was updated successfully, but these errors were encountered: