-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log record many residents frontend #189
Log record many residents frontend #189
Conversation
…print/supportive-housing into log-record-many-residents-frontend
…om/uwblueprint/supportive-housing into log-record-many-residents-frontend
…om/uwblueprint/supportive-housing into log-record-many-residents-frontend
…om/uwblueprint/supportive-housing into log-record-many-residents-frontend
…om/uwblueprint/supportive-housing into log-record-many-residents-frontend
…print/supportive-housing into log-record-many-residents-frontend
Visit the preview URL for this PR (updated for commit 7432af9): https://blueprintsupportivehousing--pr189-log-record-many-resi-xw5v4344.web.app (expires Thu, 30 Nov 2023 00:43:46 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f6bcdba7452bf82a6ec1a299c37d1bdff7870d09 |
…print/supportive-housing into log-record-many-residents-frontend
…print/supportive-housing into log-record-many-residents-frontend
…print/supportive-housing into log-record-many-residents-frontend
…print/supportive-housing into log-record-many-residents-frontend
This reverts commit 3b03c7f.
…print/supportive-housing into log-record-many-residents-frontend
…print/supportive-housing into log-record-many-residents-frontend
…print/supportive-housing into log-record-many-residents-frontend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everything looks good - one thing I noticed is with the styling of the dropdown modal for the create/edit:
you'll just have to update the design styling for that box (to match what's done for the employee dropdown there) and you should be good to go!
there's a chance we'll have to slightly modify this once the final designs are in but the changes should be super minimal so this really helps!!
* add invite user script * update README * readme formatting * update readme one last time * update readme one last time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(item) => item.label === logRecord.residentId, | ||
onChange={handleResidentsChange} | ||
defaultValue={residentOptions.filter( | ||
(item) => logRecord.residents.includes(item.label), | ||
)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the styling on this Edit Resident dropdown (you can see its different on the form), so adding styles={selectStyle}
should solve this
Notion task link
Log Record Can Have Many Residents
Implementation description
Steps to test
bash ./scripts/flask-db-upgrade.sh
What should reviewers focus on?
Checklist