issues
search
csc302-spring-2021
/
proj-DaTeam
CSC302 course project for DaTeam
https://dateam-frontend.herokuapp.com/
5
stars
2
forks
source link
feat: add patient dropdown to new form response
#229
Closed
umar-ahmed
closed
3 years ago
umar-ahmed
commented
3 years ago
Description
Closes #198
Adds
@headless-ui/react
package for accessible dropdown select
Separate routes for new and existing form response
Disable form inputs for existing response
Checklist
[x] I have written unit tests for the code I added
QA Steps
Click "New" response button
Verify you get a dropdown with patients instead of new patient modal
Verify that you can submit a response
Verify that for an existing response, form inputs are not editable and there is no submit button
Description
@headless-ui/react
package for accessible dropdown selectChecklist
QA Steps