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

Create data model for users #3

Closed
rwblickhan opened this issue Sep 29, 2018 · 1 comment · Fixed by #21
Closed

Create data model for users #3

rwblickhan opened this issue Sep 29, 2018 · 1 comment · Fixed by #21
Assignees
Labels
theme:feature Request a new feature.

Comments

@rwblickhan
Copy link
Collaborator

In model/user.py, create a class User that we'll use to represent users. At the moment in Rocket users have:

  • Name
  • Email
  • Position
  • GitHub username
  • Major
  • Bio

In the future we will also need to add permissions in the future and potentially other fields, so it should be somewhat extensible.

@rwblickhan
Copy link
Collaborator Author

Also create tests/model/user.py with unit tests for any functions/methods added.

@rwblickhan rwblickhan moved this from To do to Needs review in Rocket 2 Planning Oct 3, 2018
@rwblickhan rwblickhan added the theme:feature Request a new feature. label Oct 3, 2018
Rocket 2 Planning automation moved this from Needs review to Done Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:feature Request a new feature.
Projects
Development

Successfully merging a pull request may close this issue.

2 participants