-
Notifications
You must be signed in to change notification settings - Fork 0
Sk/ssf 82 pantry user refactoring #65
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
Conversation
amywng
left a comment
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.
some minor comments, but other than that lgtm!
…m/Code-4-Community/ssf into sk/SSF-82-pantry-user-refactoring
amywng
left a comment
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.
small nit but approving, nice work!
apps/backend/src/migrations/1731171000000-UpdatePantryUserFields.ts
Outdated
Show resolved
Hide resolved
dburkhart07
left a comment
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.
One very last comment, but after that should be good!
ℹ️ Issue
Closes https://vidushimisra.atlassian.net/browse/SSF-82
📝 Description
Made backend changes to the pantry table/entity, updated the database/TypeORM entities, and other usages in code. Removed SSF representative, changed the name of the "pantry representative" to the "pantry user". Fixed the TODO in the pantry application modal (pantryApplicationModal.tsx) so the pantry user's info is shown in the modal.
✔️ Verification
Ran the database migration and verified the modal displays the correct user information through deploying app locally and accessing it on the frontend