CodeForPhilly / CodeForPhilly/balancer-main
Feedback Form: Build a GET endpoint that checks authorization from the user
Open
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Expected user behavior:
1. Admin logs into the admin portal
2. Admin can see all the feedback entries that have been submitted
Directions (first pass):
- Go to api_feedback table
- There is a POST endpoint right now that stores information in that table
- Create a GET endpoint to get the feedback, make it work through Postman first
- Order them from the largest ID to the least (so if there are 50 rows of data, display row 50 first, then down)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.