kids-first / kf-ui-data-tracker

👨‍⚕️ An application to collect study data and report on study status
https://data-tracker.kidsfirstdrc.org/
Apache License 2.0
1 stars 1 forks source link

✨ Add new Study fields #1148

Closed gsantia closed 2 years ago

gsantia commented 2 years ago

Closes #1145 . Adds new Study fields (short_code, program, and domain) from the backend to the StudyForm. These fields are all required and are added to both Study creation and editing.

short_code and program are free text fields, while domain is an enum so it is handled with a select dropdown menu.

Visual Changes

Before

Screen Shot 2021-11-15 at 4 34 12 PM

After

Screen Shot 2021-11-18 at 11 37 17 AM
netlify[bot] commented 2 years ago

✔️ Deploy Preview for kf-ui-data-tracker ready!

🔨 Explore the source changes: ee4e863d10ba7741657e13559633d9da6f653650

🔍 Inspect the deploy log: https://app.netlify.com/sites/kf-ui-data-tracker/deploys/61969d772183a20008cc9b4d

😎 Browse the preview: https://deploy-preview-1148--kf-ui-data-tracker.netlify.app

znatty22 commented 2 years ago
image

Couple requests:

XuTheBunny commented 2 years ago

Closes #562