Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 633 Bytes

File metadata and controls

3 lines (2 loc) · 633 Bytes

Content Management System

This CMS is useful for room-booking systems in colleges. Uses JavaFX & concepts of OOPs and Serialization for its implementation. The system supports three levels of access - Admin, Faculty and Student, each with their own personalised dashboards. Admin and Faculty users can book their rooms directly while Student users can only request rooms, which will have to be granted on a case-by-case basis by the Admin. Student users are given personalised time-tables based on the courses they add/drop through the application. This project was built as a part of the course - Advanced Programming (CSE201).