Changes between Version 7 and Version 8 of konceptualenDizajn
- Timestamp:
- 12/16/24 15:45:02 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
konceptualenDizajn
v7 v8 8 8 9 9 Description: Represents a customer who can make reservations. 10 Primary Key: None specified in the XML; assumed to be an ID or similar field.11 Attributes: Not explicitly detailed in the XML file.10 Primary Key: customerId(autogenerated). 11 Attributes: 12 12 13 13 '''Entity: Restaurant''' 14 14 15 15 Description: Represents a restaurant, which contains menus and tables. 16 Primary Key: None specified; assumed to have an identifier such as RestaurantID.17 Attributes: Not explicitly detailed.16 Primary Key: RestaurantID(autogenerated). 17 Attributes: 18 18 19 19 '''Entity: Menu''' 20 20 21 21 Description: Represents the menu associated with a restaurant. 22 Primary Key: None specified; assumed to have an identifier such as MenuID. 23 Attributes: Not explicitly detailed. 22 Primary Key: MenuID(autogenerated). 23 Attributes: 24 24 25 '''Entity: Table''' 25 26 26 27 Description: Represents a table in a restaurant that can be reserved. 27 Primary Key: None specified; assumed to have an identifier such as TableID.28 Attributes: Not explicitly detailed.28 Primary Key: TableID(autogenerated). 29 Attributes: 29 30 30 31 '''Entity: Reservation''' 31 32 32 33 Description: Represents a reservation made by a customer. 33 Primary Key: None specified; assumed to have an identifier such as ReservationID.34 Attributes: Not explicitly detailed.34 Primary Key: ReservationID(autogenerated). 35 Attributes: