Changes between Version 11 and Version 12 of ERModel
- Timestamp:
- 08/24/26 18:43:10 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERModel
v11 v12 2 2 3 3 === Diagram 4 [[Image(https://develop.finki.ukim.mk/projects/C307/raw-attachment/wiki/ERModel/ERModel_v0 3.png)]]4 [[Image(https://develop.finki.ukim.mk/projects/C307/raw-attachment/wiki/ERModel/ERModel_v04.png)]] 5 5 === Entities 6 6 … … 165 165 * Participation: Total on Building side, partial on Admin side. 166 166 167 * ManagesFloor (Admin-Floor)168 * The ManagesFloor relationship indicates which admin created and manages a floor. Each floor has one managing admin responsible for floor details and layout images, while admins manage multiple floors.169 * Cardinality: One-to-Many (1:N)170 * Participation: Total on Floor side, partial on Admin side.171 172 * ManagesUnit (Admin-Unit)173 * The ManagesUnit relationship indicates which admin created and manages a unit. Each unit has one managing admin for accountability on pricing and availability, while admins manage multiple units.174 * Cardinality: One-to-Many (1:N)175 * Participation: Total on Unit side, partial on Admin side.176 177 167 * About 178 168 * The About relationship indicates which unit the inquiry is about. Each inquiry adheres to one unit, while units can receive multiple inquiries. Enables filtering inquiries by unit. … … 199 189 * Cardinality: One-to-Many (1:N) 200 190 * Participation: Total on Appointment side, partial on Unit side. 201 202 * Conducts203 * The Conducts relationship indicates which agent conducts an appointment. Each appointment has one conducting agent, while agents conduct multiple appointments. Necessary for scheduling appointments.204 * Cardinality: One-to-Many (1:N)205 * Participation: Total on Appointment side, partial on Agent side.206 191 207 192 * Provides … … 226 211 * Renamed "Has" relationships to unique names Contains (Building-Floor), LocatedOn (Floor-Unit). 227 212 * Renamed "Manages" relationships to unique names ManagesBuilding, ManagesFloor, ManagesUnit. 228 229 213 * Version 04 214 * Omitted the need for the relationships ManagesUnit, ManagesFloor, Conducts. 215 * Updated the ERModel image 216
