issues
search
VEuPathDB
/
web-monorepo
A monorepo that contains all frontend code for VEuPathDB websites
Apache License 2.0
2
stars
0
forks
source link
User Datasets in EDA - Update table columns and add search box on "Study summaries" page
#1183
Closed
dmfalke
closed
3 months ago
dmfalke
commented
3 months ago
Use the
summary
user dataset field for the "Summary" column: see
https://github.com/VEuPathDB/web-monorepo/blob/356e52091b5c2609b8419b137d39b742c872d5ee/packages/libs/web-common/src/hooks/diyStudySummaries.tsx#L97
Add a search box to user datasets tables.
On the user dataset detail page, move the
summary
and
description
fields to below the heading of the page, and mirror the input form when editable.
Unify input forms when uploading (based on clinepi): see
https://github.com/VEuPathDB/web-monorepo/blob/9757dbc76199aa0f018d90bdcec54491f992f8e7/packages/libs/user-datasets/src/lib/Utils/upload-config.tsx
Remove the unused
user-datasets-legacy
package
summary
user dataset field for the "Summary" column: see https://github.com/VEuPathDB/web-monorepo/blob/356e52091b5c2609b8419b137d39b742c872d5ee/packages/libs/web-common/src/hooks/diyStudySummaries.tsx#L97summary
anddescription
fields to below the heading of the page, and mirror the input form when editable.user-datasets-legacy
package