You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We need to add necessary routes that will be used with credentials, will require authentication.
Routes for the Control Panel:
Archived
Active
Routes for the Active Raffle Page:
Finished
The text was updated successfully, but these errors were encountered: