Skip to content

Class Diagram

collinhand edited this page Oct 23, 2021 · 5 revisions

image

Some notable deviations from the proposed class diagram above:

  1. The Email class no longer contains "CCs" and does now contain "UID" as these changes were necessary to enable implementation of the program.
  2. The relationship between "Email" and "Account" could now be better described as "sent to."
  3. The following attributes of account were not used and can thus be considered removed:

Account Name, Verification, Master Account, StartPasswordRecovery, StartUsernameRecovery

  1. 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)
Clone this wiki locally