Skip to content

asterhyphen/faculty-availability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faculty Availability

Check if a faculty member is available or not

Students can login to the site using their Unique Serial Number (USN).
As the USN is linked with their class, it will show a list of all the faculty that take classes for them and the status of the respective faculty (available or not).

Hosting

  • You will need to store data in supabase of teachers as well as students.
    -> Data in teacher table: name_of_teacher, sections_that_they_teach, status
    -> Data in student table: USN, student_section

  • To selfhost, you will need to have a supabase account and create functions in netlify. You should make tables as keys as per the code.

  • Faculties can add their faculty_unique secret_code_toggle (different for differen facultites) to their homescreen as shortcut to quickly toggle their status

Note

This project was done as a part of a course (Design Thinking) where we made this prototype as an assignment. There was a team of 5 members involved in helping build this prototype.

About

Check if a faculty member is available or not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published