You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HireLah! has a totally different model from AddressBook, thus Model needs to change.
Specifically, it needs to:
Contain IntervieweeList, AttributeList, QuestionList and Metrics
Provide a finalize method which when called, makes AttributeList and QuestionList unmodifiable (Should add a boolean flag to these classes)
Contain a mode flag which indicates which mode the app is in, affecting the types of commands that can be given. Modes are Normal mode and interviewing mode
Implementation wise, I think it is ok for ModelManager to simply expose the components, so Commands execute on the components themselves rather than through wrapper methods exposed by Model
The text was updated successfully, but these errors were encountered:
HireLah! has a totally different model from AddressBook, thus Model needs to change.
Specifically, it needs to:
Implementation wise, I think it is ok for ModelManager to simply expose the components, so Commands execute on the components themselves rather than through wrapper methods exposed by Model
The text was updated successfully, but these errors were encountered: