Conversation
dburkhart07
left a comment
There was a problem hiding this comment.
Some initial comments. Good first pass though! 🥇
apps/backend/src/migrations/1770571145350-MoveRequestFieldsToOrders.ts
Outdated
Show resolved
Hide resolved
dburkhart07
left a comment
There was a problem hiding this comment.
few more small things. looks great so far!!
dburkhart07
left a comment
There was a problem hiding this comment.
few more things, and just some questions that i wanted your opinions on. looking beautiful so far ⛱️
apps/backend/src/migrations/1770571145350-MoveRequestFieldsToOrders.ts
Outdated
Show resolved
Hide resolved
sam-schu
left a comment
There was a problem hiding this comment.
looking good pending the remaining comments!
sam-schu
left a comment
There was a problem hiding this comment.
Since you resolved this comment and this comment related to the migration, are there changes to the migration file that weren't pushed, or is there a reason you think that is not necessary?
sam-schu
left a comment
There was a problem hiding this comment.
Now that the create food request endpoint is no longer taking in dateReceived, feedback, or photos, can we have the frontend no longer send values for those in the request? LGTM after that, thanks!
ℹ️ Issue
Closes SSF-125
📝 Description
Moved delivery confirmation fields from Food Requests to Orders and implemented request status logic. This change reflects where delivery details are specific to individual orders instead of the entire request.
Backend Changes:
✔️ Verification