Git Product home page Git Product logo

timetable's Introduction

TimeTable

The TimeTable repository is a system that facilitates the scheduling of classes for teachers and supervisors. It distinguishes between two types of users: teachers and supervisors, each with their respective APIs for registration. The users are differentiated by two boolean attributes: is_teacher and is_supervisor.

User Types

  1. Teachers: Teachers are individuals who offer their availability to conduct classes. They have the following API for registration:

    • /api/register_teacher: Endpoint for teacher registration.
  2. Supervisors: Supervisors are responsible for managing the scheduling of classes. They have the following API for registration:

    • /api/register_supervisor: Endpoint for supervisor registration.

Once registered, supervisors can set the teacher_id for each teacher using the following API:

  • /api/set_teacher_id: API to set the teacher_id for a teacher.

Time Sections

The TimeTable system consists of two main types of timetables.

1. Free Time Sections Table

Time sections are the blocks of time during which a teacher is available to conduct classes. These sections are defined for each teacher and can be utilized by supervisors to schedule classes. The time sections are scheduled every day of the week and occur every 45 minutes, starting from 9:00 - 9:45 and continuing until 21:00 - 21:45.

Class Model

The class model includes the following fields:

  • student: Represents the student enrolled in the class.
  • platform: Indicates the platform where the class will be conducted.
  • session: Specifies additional session details.

2. Main Timetable

The main timetable is a comprehensive view accessible to supervisors, displaying the scheduled classes for each teacher. It allows supervisors to quickly see which teachers are teaching during a specific time section or which teachers have free time during a particular period.


By following these guidelines, the TimeTable project becomes an efficient tool for managing class schedules and facilitating communication between teachers and supervisors. With its user-friendly APIs and clear organization of time sections, the project aims to streamline the scheduling process and enhance the overall teaching experience.

timetable's People

Contributors

amrzhd avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.