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
The new requirements does not longer has users only as actor of the system, therefore I believe the classes should be ranamed.
Also the new specification for the master CVS is different. Therefore at the moment we have useless attributes (Birth, nationality, ... ) on our User class so we should clean them from the sourcecode.
Proposal:
Rename "User" to "Agent"
Rename "UserInfo" to "AgentInfo"
Rename "UserInfoAdapter" to "AgentInfoAdapter"
Remove dateOfBirth, nationality and address from "User"(Agent) class
The text was updated successfully, but these errors were encountered:
The new requirements does not longer has users only as actor of the system, therefore I believe the classes should be ranamed.
Also the new specification for the master CVS is different. Therefore at the moment we have useless attributes (Birth, nationality, ... ) on our User class so we should clean them from the sourcecode.
Proposal:
The text was updated successfully, but these errors were encountered: