CodeForPhilly / CodeForPhilly/balancer-main
Feedback Form: Build a GET endpoint that checks authorization from the user
Aperta
- Lingua principale
- TypeScript
- Stelle
- 21
- Fork
- 19
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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)
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.