Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 633 Bytes

File metadata and controls

9 lines (8 loc) · 633 Bytes

Interview-Scheduler

Deployemnt Link : https://scalerproject.herokuapp.com/

About

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:

Any of the participants is not available during the scheduled time (i.e, has another interview scheduled)
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.