-
Notifications
You must be signed in to change notification settings - Fork 0
#65 add get project donors route #76
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
base: main
Are you sure you want to change the base?
Conversation
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.
Great work Mehana!
Rayna-Yu
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.
Looks good to me!
05a66dd
nourshoreibah
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.
Looks like a couple tweaks needed on the merge conflict resolution. Other than that looks good!
Co-authored-by: Nour Shoreibah <168875317+nourshoreibah@users.noreply.github.com>
ℹ️ Issue
Closes #65
📝 Description
Added GET /projects/{id}/donors endpoint so we can retreive all donors and their attributes for a project.
Briefly list the changes made to the code:
✔️ Verification
Verified through Swagger to make sure requests were working
Provide screenshots of any new components, styling changes, or pages.



🏕️ (Optional) Future Work / Notes
I had to add this line into the projects table of the database for one of my tests: ('Test Project', 100000, '2025-01-01', '2025-12-31', 'USD');