clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

43 items checklist remove duplicates #44

Closed minump closed 11 months ago

minump commented 1 year ago

Duplicates are removed by the updated metadata.json in model v0.7 in this PR https://github.com/clowder-framework/RCT-Transparency-extractor/pull/23

Added badge with number of items missed. Added topic for each ListItemText.

minump commented 1 year ago
Screenshot 2023-08-08 at 2 13 05 PM

If all items in a section is present, a green check icon is displayed. If items are missing in a section, the number of items missing is displayed in red. No duplicate listing is shown (Eg: 2a has multiple lines, but only shown once in the previewDrawer) . The ListItemText also has the topic name along with the number.

minump commented 1 year ago

Converting to draft to have the missed items per section numbers in a red circle.

minump commented 1 year ago

Converting to draft to have the missed items per section numbers in a red circle.

Badge component updated. Screenshot 2023-08-14 at 2 36 46 PM

minump commented 11 months ago

Tested in local with extractor-0.7.1 in consort instance. Works as expected. Merging to main