Skip to content

prajwal-5/interview-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Scheduler Project

This is a single page interview scheduling application powered by Django as backend and uses SQLite3 database for development and demonstrates Many to many relationship between interview and participant table. It also takes care of cases of multiple scheduled interviews and the correct set of participants selected at the correct time while editing too. 

HOME VIEW: Home page image

Case 01: Creating and Interview:

  1. Enter Details: Form filling image

  2. Interview Scheduled: Interview created image

Case 02: Try to Schedule an interview where atleast one of the participant is not available in that time slot:

  1. Enter Details: Form filling image

  2. Error Message from backend: Error message image

Case 03: Try to edit with wrong credentials:

  1. Wrong set of people (not having at least one interviewr and one candidate): error message image

  2. Wrong timing of selected people: error message image

Case 04: Checking link:

  1. Enter Details: Form filling image

  2. Interview check result: Resultant message

Admin Section of the Web App:

Admin panel:

admin panel image

Interview table:

  1. Interview table: interview table image

  2. Interview table details: interview table details

Participant table:

  1. Participant table: participant table image

  2. Participant table details: participant table details

Hope you like it. Suggestions are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published