Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code #7

Closed
vicsufer opened this issue Feb 2, 2018 · 2 comments
Closed

Refactor code #7

vicsufer opened this issue Feb 2, 2018 · 2 comments

Comments

@vicsufer
Copy link
Member

vicsufer commented Feb 2, 2018

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
@thewillyhuman thewillyhuman self-assigned this Feb 2, 2018
@thewillyhuman thewillyhuman added this to the first-deliverable milestone Feb 2, 2018
@thewillyhuman
Copy link
Contributor

Nice, no problem on that.

@CarlosGarciaHdez
Copy link
Contributor

Refactoring done. Also changed UserLoginInfo to AgentLoginInfo

CarlosGarciaHdez added a commit that referenced this issue Feb 3, 2018
CarlosGarciaHdez added a commit that referenced this issue Feb 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants