Changes between Version 11 and Version 12 of ConceptualModel
- Timestamp:
- 09/25/25 10:39:51 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConceptualModel
v11 v12 56 56 * **Partial Key**: `trip_id` - An artificial ID of a trip. 57 57 * **Attributes**: 58 * **base_price**: The base price for the trip, since the tickets are created only upon trip booking, the ticket has to infer the price from somewhere where the user sees this information. 58 59 * **status**: The state of the trip (e.g., `completed`, `cancelled`, `in progress`). 59 60 * **date**: Scheduled date for the trip. … … 71 72 * **Primary Key**: `ticket_id` - An artificial ID for the ticket. 72 73 * **Attributes**: 73 * **price**: The base price for the ticket .74 * **price**: The base price for the ticket, which is inferred from the trip later on. 74 75 * **date_purchased**: The date the ticket was purchased. 75 76 * **seat**: Derived attribute (calculated as `capacity - free_seats`).