-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
Current Implementation and Limitations
Current implementation has the following limitations
does not include date collected or subject id as a column
does not have csv as a export option
does not allow for a long format export option (which expands record array data when doing so)
Associated Application Components
Client
Proposed Solution
possibly include date collected and subject id as columns (update exported table creation)
allow for csv download (update the usedownload hook)
create new download option for long format, which can use the expandData method on the backend
Estimated Difficulty
Medium
Priority
Medium