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 teams #4

Closed
rwblickhan opened this issue Sep 29, 2018 · 1 comment
Closed

Create data model for teams #4

rwblickhan opened this issue Sep 29, 2018 · 1 comment
Assignees

Comments

@rwblickhan
Copy link
Collaborator

In model/team.py, create a class Team that we'll use to represent teams. At the moment in Rocket teams have:

  • Display name
  • Platform
  • List of members
  • GitHub team name

In particular we will need to decide how to represent the list of members internally - potentially it could be a list of User objects (see #3), some kind of identifier that could be referenced externally, or something else.

@rwblickhan rwblickhan added this to To do in Rocket 2 Planning Sep 29, 2018
rmcreyes pushed a commit that referenced this issue Sep 30, 2018
rmcreyes pushed a commit that referenced this issue Sep 30, 2018
@rwblickhan
Copy link
Collaborator Author

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

@rwblickhan rwblickhan moved this from To do to Needs review in Rocket 2 Planning Oct 1, 2018
rmcreyes pushed a commit that referenced this issue Oct 3, 2018
rmcreyes pushed a commit that referenced this issue Oct 3, 2018
rmcreyes pushed a commit that referenced this issue Oct 3, 2018
rwblickhan pushed a commit that referenced this issue Oct 3, 2018
rwblickhan added a commit that referenced this issue Oct 3, 2018
Rocket 2 Planning automation moved this from Needs review to Done Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants