Changes between Version 7 and Version 8 of ConceptualModel


Ignore:
Timestamp:
12/17/24 14:20:43 (4 weeks ago)
Author:
221514
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConceptualModel

    v7 v8  
    11== ER Diagram ==
    2 [[Image(ERModel_RouteMK.png​)]]
     2
     3[[Image(er-model-routemk_final.2.png​​)]]
    34
    45=== Entities ===
     
    110111   * **Primary Key**: Composite key (`latitude`, `longitude`).
    111112   * **Attributes**:
    112      * **time**: Estimated arrival time.
    113113     * **name**: Descriptive name of the location.
    114114
    115115 * **Entity: Favorite**
    116116   * **Description**: A weak entity representing a user's favorite routes.
    117    * **Primary Key**: Composite key (`email`, `favorite_id`).
     117   * **Primary Key**: Composite key (`account_email`, `route_id`).
    118118
    119119 * **Entity: Payment**