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

RSVP Service MVP #21

Closed
4 tasks
lasyaneti opened this issue Aug 23, 2023 · 1 comment · Fixed by #85
Closed
4 tasks

RSVP Service MVP #21

lasyaneti opened this issue Aug 23, 2023 · 1 comment · Fixed by #85
Assignees
Milestone

Comments

@lasyaneti
Copy link
Contributor

  • GET /rsvp/USERID/
  • GET /rsvp/
  • POST /rsvp/
  • PUT /rsvp/
@aletya
Copy link
Contributor

aletya commented Oct 8, 2023

NOTE: THIS SHOULD CORRELATE TO THE DECISION DB

GET /rsvp/:USERID/ : check RSVP status for certain USERID, elevated perms only
GET /rsvp/ : get RSVP status of caller based on JWT token
POST /rsvp/ : create a new rsvp of caller based on JWT token
PUT /rsvp/ : update RSVP of caller based on JWT token

FOR EXAMPLES, look at
GET /user/:USERID (elevated perms)
vs.
GET /user (anyone)

and

GET /user/qr/:USERID (elevated perms)
vs.
GET /user/qr (anyone)

@aletya aletya self-assigned this Oct 8, 2023
@aletya aletya moved this from Do to Doing in API 2023 Oct 10, 2023
@AydanPirani AydanPirani moved this from Doing to Done in API 2023 Nov 2, 2023
@aletya aletya closed this as completed in #85 Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants