-
Notifications
You must be signed in to change notification settings - Fork 0
Appendix 1.2: Domain Model Development Log
Antoine Wang edited this page Oct 26, 2020
·
4 revisions
This page contains all past versions and proposals of the domain model in Iteration 1.
Proposed by Antoine Wang and Catherine Caron
Proposed by Mike Wang and Cheng Chen
The team agrees to use this version as a prototype to develop the formal domain model.
- Some association and attribute names are not clear enough (
pastDetails
,Time applicationTime
). - Umple code conflicts.
We attempt to setOwnerAccount
assingleton
, but the attributes it inherited fromAccount
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.
- Changed some of the associations to simplify the navigation
- Fixed problems from 1.0
- (sept.28) Fixed two attributes' names.