Open
Conversation
dburkhart07
commented
Feb 10, 2026
| @@ -42,46 +49,30 @@ export class DonationsController { | |||
| type: 'object', | |||
| properties: { | |||
| foodManufacturerId: { type: 'integer', example: 1 }, | |||
Author
There was a problem hiding this comment.
NOTE FOR PR Reviewer: We deleted this since it does not make sense to have either of these fields here in creating a donation. The status will always be the same, as will the date donated.
dburkhart07
commented
Feb 10, 2026
Author
dburkhart07
left a comment
There was a problem hiding this comment.
Leaving comment for PR reviewer
amywng
requested changes
Feb 16, 2026
amywng
requested changes
Feb 16, 2026
apps/frontend/src/containers/foodManufacturerDonationManagement.tsx
Outdated
Show resolved
Hide resolved
apps/frontend/src/containers/foodManufacturerDonationManagement.tsx
Outdated
Show resolved
Hide resolved
| }; | ||
| setCurrentPages(initialPages); | ||
| } catch (error) { | ||
| alert('Error fetching donations: ' + error); |
Member
There was a problem hiding this comment.
might need to change depending on when justin's alert pr goes in
Author
There was a problem hiding this comment.
will keep this comment unresolved till then.
amywng
requested changes
Feb 16, 2026
| > | ||
| <Flex align="center" gap={2}> | ||
| <Checkbox.Root | ||
| checked={repeatOn[day]} |
Member
There was a problem hiding this comment.
i think this dropdown should take up the entire width of the field
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ℹ️ Issue
Closes #134
📝 Description
✔️ Verification
Took screenshots of the pages:



Verified each updated endpoint worked on Postman
🏕️ (Optional) Future Work / Notes
We will need to update this later on when we go to finish up the Action Required tab.