-
Notifications
You must be signed in to change notification settings - Fork 20
Room Booking Flow
Rohit Sarkar edited this page Aug 18, 2019
·
1 revision
We have a React/Redux frontend and a NodeJS/Express backend that uses Firebase for persistence.
Consider the newly created imaginary club XYZ.
XYZ needs to sign up on the room booking portal.
Every club is associated with a faculty advisor (FA). The Faculty Advisor of XYZ needs to sign up on the portal using the club id generated in the previous step
Before a club can login, the student council needs to approve the club and the faculty advisor associated with the club.
Once the above 3 steps have been completed XYZ club can login to the room booking portal and start raising requests to block rooms for their events.