Skip to content

Appendix 1.2: Domain Model Development Log

Antoine Wang edited this page Oct 26, 2020 · 4 revisions

Domain Model Development Log

This page contains all past versions and proposals of the domain model in Iteration 1.


Version 0:

V 0.0

Proposed by Antoine Wang and Catherine Caron


Version 0.1.0:

v 0.1.0 Proposed by Mike Wang and Cheng Chen


Version 0.5:

v 0.5

The team agrees to use this version as a prototype to develop the formal domain model.


Version 1.0:

v 1.0

Several considerations:

  1. Some association and attribute names are not clear enough (pastDetails, Time applicationTime).
  2. Umple code conflicts.
    We attempt to set OwnerAccount as singleton, but the attributes it inherited from Account make private constructor, which does not take in any parameter, unusable. We removed this constraint from the domain model and add it as one of the Five Most Important Constraints. issue

Version 1.1 (Current):

v 1.1

Log:

  1. Changed some of the associations to simplify the navigation
  2. Fixed problems from 1.0
  3. (sept.28) Fixed two attributes' names.