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
{{ message }}
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
The data received from LabKey is complete but structured in a difficult way to use within the UI. Specifically:
The metadata and data are separate, requiring a 2d lookup.
Date values are strings, and need coercing into Dates to be useful.
It makes sense to massage the server response into a custom object, maintaining as much information as possible whilst adding structure and making the model participant-centric to match our needs.
The data received from LabKey is complete but structured in a difficult way to use within the UI. Specifically:
Dates to be useful.It makes sense to massage the server response into a custom object, maintaining as much information as possible whilst adding structure and making the model participant-centric to match our needs.