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

Protected Routes for User Side #17

Open
erthium opened this issue Apr 2, 2024 · 0 comments
Open

Protected Routes for User Side #17

erthium opened this issue Apr 2, 2024 · 0 comments
Labels
database Storing data and stuff p1 Most important security (paranoid noises)

Comments

@erthium
Copy link
Contributor

erthium commented Apr 2, 2024

We need to add necessary routes that will be used with credentials, will require authentication.

Routes for the Control Panel:

  • Getting all the raffle informations that can be accessed by the user, to be used in the control panel to present to the user.
  • Posting a new raffle.
  • Posting a configured raffle
  • Deleting a raffle
  • Archieving a raffle, which will change the status ro Archived
  • Starting a raffle, which will change the status of the raffle to Active

Routes for the Active Raffle Page:

  • Removing a participant, this may not be used frequently, but it'd be nice to add the functionality
  • Finishing a raffle, which will change to status to Finished
  • Logging the winners, after a raffle is finished, the winners will be selected. For the user to access the winner participant information easily later, we need to log the participant data in raffle as well
@erthium erthium added database Storing data and stuff security (paranoid noises) p1 Most important labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Storing data and stuff p1 Most important security (paranoid noises)
Projects
None yet
Development

No branches or pull requests

1 participant