Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- 02/10/26 13:26:20 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 1 1 = Room Reservation System = 2 2 3 The Room Reservation System is a database-oriented application designed to manage reservations of rooms such as classrooms, offices, and meeting spaces. The system enables users to search for available rooms based on selected dates and time intervals and to create reservations while ensuring that scheduling conflicts are prevented. 3 == Short description == 4 4 5 The primary focus of the project is the design and implementation of a relational database. This includes conceptual data modeling, definition of entity relationships, enforcement of integrity constraints, and SQL-based data manipulation. The system supports multiple user roles, such as regular users and administrators, where administrators are responsible for managing rooms and reservations.5 The Room Reservation System is a database-oriented project that focuses on the design and implementation of a relational database for managing reservations of shared rooms such as classrooms, offices, and meeting spaces. The database will store structured information about rooms, including their identifiers, locations, capacities, and equipment, as well as users who are allowed to make reservations. Additionally, the system will manage reservation records containing dates, time intervals, and the association between users and rooms. 6 6 7 '''Course''': Databases 7 The project emphasizes data integrity and consistency by applying appropriate primary keys, foreign keys, and integrity constraints to prevent invalid or overlapping reservations. The database will support different user roles, such as regular users who can search for available rooms and create reservations, and administrators who can manage room data and oversee reservations. 8 8 9 '''Academic year''': 2025/2026 9 If the project is extended beyond the core database implementation, it could be integrated with a user interface or a web application that allows users to interact with the reservation system more intuitively. However, the main goal of this project is to demonstrate solid database design principles, normalization, and effective SQL usage rather than full application development. 10 10 11 '''Project type''': Database-oriented system 11 == Team members == 12 12 13 '''Team''': Individual project – Nikola Sarafimov 13 * Nikola Sarafimov 223091 14 15 '''Course''': Databases in 2025/2026/Winter 16 17 '''Under the supervision of''': Prof. Dr. Vangel V. Ajanovski 14 18 15 19
