ICT2201-P6-9 / air-manager

0 stars 0 forks source link

WBS 2.2: Create class diagram for M2 #36

Open GMengRong opened 1 year ago

GMengRong commented 1 year ago

To do: Creation of Class Diagram of our product

wesleychiau commented 1 year ago

[22/10/2022] First edition of class diagram completed

[23/10/2022] Changes made to row entity class Changed name of "Row" class to "FlightRowAssignment" Added relationship to Flight entity class

[25/10/2022] Removed FlightRowAssignment & StaffAvailability as it was redundant, added to flight and staff respectively. Added dashboard controller to provide the correct dashboard for the specified user, as well as dashboard boundary classes for each user type. Added MFA authentication class

[28/10/2022] Added interface classes between boundary and control classes Reconfigured MFA authentication to include a boundary for the API

JonTJT commented 1 year ago

[22/10/2022]

[23/10/2022] Following @GMengRong comments:

[24/10/2022]