Changes between Version 6 and Version 7 of konceptualenDizajn
- Timestamp:
- 12/16/24 15:43:11 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
konceptualenDizajn
v6 v7 1 = =ER Дијаграм1 = ER Дијаграм 2 2 3 3 [[Image(er2.png)]] 4 4 5 = Ентитети 6 Entity: Customer 5 == Ентитети 6 7 '''Entity: Customer''' 7 8 8 9 Description: Represents a customer who can make reservations. 9 10 Primary Key: None specified in the XML; assumed to be an ID or similar field. 10 11 Attributes: Not explicitly detailed in the XML file. 11 Entity: Restaurant 12 13 '''Entity: Restaurant''' 12 14 13 15 Description: Represents a restaurant, which contains menus and tables. 14 16 Primary Key: None specified; assumed to have an identifier such as RestaurantID. 15 17 Attributes: Not explicitly detailed. 16 Entity: Menu 18 19 '''Entity: Menu''' 17 20 18 21 Description: Represents the menu associated with a restaurant. 19 22 Primary Key: None specified; assumed to have an identifier such as MenuID. 20 23 Attributes: Not explicitly detailed. 21 Entity: Table 24 '''Entity: Table''' 22 25 23 26 Description: Represents a table in a restaurant that can be reserved. 24 27 Primary Key: None specified; assumed to have an identifier such as TableID. 25 28 Attributes: Not explicitly detailed. 26 Entity: Reservation 29 30 '''Entity: Reservation''' 27 31 28 32 Description: Represents a reservation made by a customer.