Skip to content
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

Feedback Form: Build a GET endpoint that checks authorization from the user #166

Open
katjost opened this issue Aug 20, 2024 · 0 comments
Open
Assignees
Labels

Comments

@katjost
Copy link
Contributor

katjost commented Aug 20, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress - Dev
Development

No branches or pull requests

2 participants