-
Couldn't load subscription status.
- Fork 1
Class Diagram
collinhand edited this page Oct 23, 2021
·
5 revisions
Some notable deviations from the proposed class diagram above:
- The Email class no longer contains "CCs" and does now contain "UID" as these changes were necessary to enable implementation of the program.
- The relationship between "Email" and "Account" could now be better described as "sent to."
- The following attributes of account were not used and can thus be considered removed:
Account Name, Verification, Master Account, StartPasswordRecovery, StartUsernameRecovery
- The entire class of "Person" was not used as this information is not needed to access emails and provide required information (removed to reduce complexity)