Create a simple app where admins can create interviews by selecting participants, interview start time and end time
-
An interview creation page where the admin can create an interview by selecting participants, start time and end time. Backend should throw error with proper error message if:
a. Any of the participants is not available during the scheduled time (i.e, has another interview scheduled) b. No of participants is less than 2
-
An interviews list page where admin can see all the upcoming interviews.
-
An interview edit page where admin can edit the created interview with the same validations as on the creation page.
Note: No need to add a page to create Users/Participants. Create them directly in the database
- Send emails to participants on interview creation.
- Create your app’s frontend as a SPA
- Option to upload resume
- Upload your code on github or any other similar service and send us the link to it. link
- Also if possible you can deploy your app using aws/heroku or any other service and send us a link to it. link
- All Basic functionality working.
- Database schema
- Code quality