Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akibhaider/schemer
Schemer is a routine management system that automates university scheduling. It focuses on fixing times, managing classrooms, and finding available rooms, using Relational Database to ensure seamless scheduling and resource allocation.
https://github.com/akibhaider/schemer
Last synced: 20 days ago
JSON representation
Schemer is a routine management system that automates university scheduling. It focuses on fixing times, managing classrooms, and finding available rooms, using Relational Database to ensure seamless scheduling and resource allocation.
- Host: GitHub
- URL: https://github.com/akibhaider/schemer
- Owner: akibhaider
- Created: 2024-10-01T03:06:37.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T18:03:05.000Z (about 2 months ago)
- Last Synced: 2024-11-16T18:28:02.008Z (about 2 months ago)
- Language: JavaScript
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schemer
Schemer is a routine management system that automates university scheduling. It focuses on fixing times, managing classrooms, and finding available rooms, using Relational Database to ensure seamless scheduling and resource allocation.![Contributors](https://img.shields.io/github/contributors/akibhaider/Schemer?color=darkgreen) ![Forks](https://img.shields.io/github/forks/akibhaider/Schemer?style=social) ![Stargazers](https://img.shields.io/github/stars/akibhaider/Schemer?style=social) ![Issues](https://img.shields.io/github/issues/akibhaider/Schemer?color=brown)
## Features
- **Automated Schedule Generation**
- **Dynamic Schedule Adjustments**
- **Marketing and PR**
- **User Access and Roles**
- **Room Search and Availability**
- **Instructor and Course Management**## Relational Database Utilization
- **Tables and Relationships**
- **Primary and Foreign Keys**
- **Indexes**
- **Transactions**
- **Views and Stored Procedure**## RDBMS schema design
Schema Design(Entity-Relationship Diagram)
Schema Design(Sequence Diagram)