Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
02/10/26 13:41:40 (2 weeks ago)
Author:
223091
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    11= Room Reservation System =
    22
    3 == Short description ==
     3'''Short description:'''
    44
    55The 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.
     
    99If 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.
    1010
    11 '''Team members'''
     11'''Team members:'''
    1212
    1313 * Nikola Sarafimov 223091
     
    1818
    1919
    20 || '''Phase''' || '''Description''' || '''Wiki Page''' || '''Status''' ||
    21 || P0 || Project Definition || [[About]] || In progress ||
    22 || P1 || Conceptual Model (ER) || [[ERModel]] || Not started ||
    23 || P2 || Relational Design and SQL || [[RelationalDesign]] || Not started ||
    24 || P3 || Application Scenarios || [[UseCaseModel]] || Not started ||
    25 || P4 || Prototype Implementation || [[PrototypeImplementation]] || Not started ||
    26 || P5 || Normalization || [[Normalization]] || Not started ||
    27 || P6 || Complex Queries and Reports || [[Reports]] || Not started ||
    28 || P7 || Advanced DB Features || [[AdvancedDB]] || Not started ||
    29 || P8 || Transactions and Concurrency || [[Transactions]] || Not started ||
    30 || P9 || Performance and Security || [[Performance]] || Not started ||
     20'''Content:'''
     21
     22|| '''Phase''' || '''Link''' || '''Status''' ||
     23|| P0 || [[About]] || Complteted ||
     24|| P1 || [[ERModel]] || Not started ||
     25|| P2 || [[RelationalDesign]] || Not started ||
     26|| P3 || [[UseCaseModel]] || Not started ||
     27|| P4 || [[PrototypeImplementation]] || Not started ||
     28|| P5 || [[Normalization]] || Not started ||
     29|| P6 || [[Reports]] || Not started ||
     30|| P7 || [[AdvancedDB]] || Not started ||
     31|| P8 || [[Transactions]] || Not started ||
     32|| P9 || [[Performance]] || Not started ||