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
We need to add necessary routes that will be used with credentials, will require authentication.
Routes for the Control Panel:
ArchivedActiveRoutes for the Active Raffle Page:
Finished