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
* Map data to model variables
Show a table of dose amount data (and units), with select menus
to map these to model inputs.
Show a table of observation variables (and units), with select menus
to map those to model outputs.
* Add a mapped qname to biomarkers
Store the mapped variable qname on biomarker types. Read it from
OBSERVATION_VARIABLE in a dataset.
* Support ES2015
* Allow for multiple variable mappings
Map each Administration ID to a dosing compartment.
Map each Observation ID to a model output.
Add new columns to the CSV data, with mappings and optional units.
* Preview the final dataset
Add a final step to the upload, which will preview the final CSV before saving it.
* Save modified dataset to backend
- load or create a dataset when we start an upload.
- save the dataset when we finish an upload.
- modify the `/datasets/:dataset_id:/csv` endpoint to accept a JSON string.
- update the dataset API to allow filtering by project ID.
* Allow for a single unit column
- When there's a single unit column, use that column for both dosing and observations.
- Split the CSV data into dosing rows and observation rows.
- Add administration route to the Map Dosing screen.
- Allow for dimensionless observation units.
- Filter mapped observation variables for compatibility with the observation unit value.
<Typography>{stepState.activeStep===stepLabels.length ? 'The process is completed' : <StepComponentstate={state}firstTime={stepState.activeStep===stepState.maxStep}/>}</Typography>
0 commit comments