VSN/437 : Introducing full necessary preparation database entities based on the client passenger template.
Defining necessary data for the preparation process.
Implemented Features
-
Prepared Passenger: Defined the
PreparedPassengerentity and resolved folder display issues. -
Prepared Transport Schedule: Created the
EstablishmentTransportScheduleentity. -
Relationships:
- Linked
PreparedPassengerwithPreparedTransportSchedule. - Linked
PreparedEstablishmentScheduleswithPreparedDayScheduleEstablishment. - Linked
PreparedPassengerwithInterlocutor.
- Linked
-
Prepared Day Schedule: Added the
DayScheduleEstablishmententity. -
Interlocutor: Created the
Interlocutorentity and established necessary relationships. -
Passenger Representative: Implemented the
PassengerRepresentativesuperclass.
Refactoring & Cleanup
- Removed unused imports and redundant code.
- Applied consistent naming and relationship mappings.
- Updated the changelog Markdown file.