Changes between Version 4 and Version 5 of konceptualenDizajnLogickiFizicki


Ignore:
Timestamp:
12/24/24 14:12:35 (3 weeks ago)
Author:
213209
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • konceptualenDizajnLogickiFizicki

    v4 v5  
    88Customer('''__customerId__''', registrationDate, firstName, lastName, email, password, role, phone, address, membershipLevel)
    99
    10 Reservation('''__reservationId__''', customerId*(Customer), paymentId*(Payment), menuId*(Menu), tableId*(Table), paymentStatus, partySize, reservationDateTime, specialRequests, status, checkInTime, checkOutTime)
     10Reservation('''__reservationId__''', '''customerId'''*(Customer), '''paymentId'''*(Payment), '''menuId'''*(Menu), '''tableId'''*(Table), paymentStatus, partySize, reservationDateTime, specialRequests, status, checkInTime, checkOutTime)
    1111
    1212Payment('''__paymentId__''', '''__customerId__'''*(Customer), totalPrice, date, reservationNumber)
    1313
    14 Menu('''__menuId__''', restaurantId*(Restaurant),itemName, category, price, description, dietaryInformation)
     14Menu('''__menuId__''', '''restaurantId'''*(Restaurant), itemName, category, price, description, dietaryInformation)
    1515
    1616Restaurant('''__restaurantId__''', name, address, cuisineType, phone, operatingHours, website, socialMediaLinks, rating)
    1717
    18 Table('''__tableId__''', restaurantId*(Restaurant), capacity, location, isSmokingArea, description)
     18Table('''__tableId__''', '''restaurantId'''*(Restaurant), capacity, location, isSmokingArea, description)