Changes between Version 9 and Version 10 of ERModel


Ignore:
Timestamp:
09/11/26 21:26:20 (2 weeks ago)
Author:
231035
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v9 v10  
    244244{{{favorite_listings}}}
    245245[[BR]]
    246 Represents a many-to-many relationship between clients and listings, capturing which listings a client has marked as “favorite”.
     246Represents a many-to-many relationship between users and listings, capturing which listings a user has marked as “favorite”.
    247247[[BR]]
    248248'''[[span(style=color: #E30B5C, Candidate keys: )]]'''
    … …  
    250250[[BR]]
    251251'''[[span(style=color: #E30B5C, Attributes: )]]'''
    252 * {{{client_id}}} – numeric, required. Identifies the client who favorites the listing.
     252* {{{user_id}}} – numeric, required. Identifies the user who favorites the listing.
    253253* {{{listing_id}}} – numeric, required. Identifies the favorited listing.
    254254----
    … …  
    331331----
    332332[[BR]]
    333 {{{writes (User – Review)}}}
    334 [[BR]]
    335 Represents that a user writes a review. Critical for establishing authorship and preventing anonymous reviews. Modeled as 1–N: one user can write many reviews, while each review has exactly one author.
     333{{{writes (Client – Review)}}}
     334[[BR]]
     335Represents that a client writes a review. Critical for establishing authorship and preventing anonymous reviews. Modeled as 1–N: one client can write many reviews, while each review has exactly one author.
    336336[[BR]]
    337337'''[[span(style=color: #E30B5C, Keys: )]]'''