Changes between Version 4 and Version 5 of konceptualenDizajnLogickiFizicki
- Timestamp:
- 12/24/24 14:12:35 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
konceptualenDizajnLogickiFizicki
v4 v5 8 8 Customer('''__customerId__''', registrationDate, firstName, lastName, email, password, role, phone, address, membershipLevel) 9 9 10 Reservation('''__reservationId__''', customerId*(Customer), paymentId*(Payment), menuId*(Menu), tableId*(Table), paymentStatus, partySize, reservationDateTime, specialRequests, status, checkInTime, checkOutTime)10 Reservation('''__reservationId__''', '''customerId'''*(Customer), '''paymentId'''*(Payment), '''menuId'''*(Menu), '''tableId'''*(Table), paymentStatus, partySize, reservationDateTime, specialRequests, status, checkInTime, checkOutTime) 11 11 12 12 Payment('''__paymentId__''', '''__customerId__'''*(Customer), totalPrice, date, reservationNumber) 13 13 14 Menu('''__menuId__''', restaurantId*(Restaurant),itemName, category, price, description, dietaryInformation)14 Menu('''__menuId__''', '''restaurantId'''*(Restaurant), itemName, category, price, description, dietaryInformation) 15 15 16 16 Restaurant('''__restaurantId__''', name, address, cuisineType, phone, operatingHours, website, socialMediaLinks, rating) 17 17 18 Table('''__tableId__''', restaurantId*(Restaurant), capacity, location, isSmokingArea, description)18 Table('''__tableId__''', '''restaurantId'''*(Restaurant), capacity, location, isSmokingArea, description)