Changes between Version 7 and Version 8 of ConceptualModel


Ignore:
Timestamp:
09/18/25 15:29:05 (9 hours ago)
Author:
221164
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConceptualModel

    v7 v8  
    11== ER Diagram ==
    22
    3 [[Image(ttlrg.png)]]
     3[[Image(ttabslrg.png)]]
    44
    55=== Entities ===
     
    202202 * **has_role**: 1:N Relation between `StaffRole` and `BackStaff`/`FrontStaff`.
    203203   * Description: Indicates the role of back-staff/front-staff employees.
     204
     205 * **manages**: M:N:P Relation between `FrontStaff`, `Reservation` and `Table`.
     206   * Description: Indicates which FrontStaff employee manages the current reservation and which table is assigned.
     207