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

Add Schema for Groups aka Squads, Houses #1119

Open
punitrathore opened this issue Feb 1, 2018 · 0 comments
Open

Add Schema for Groups aka Squads, Houses #1119

punitrathore opened this issue Feb 1, 2018 · 0 comments
Assignees

Comments

@punitrathore
Copy link
Contributor

punitrathore commented Feb 1, 2018

Squads in Echo

  • As a admin or staff, I should be able to create a "SQUAD", which is a list of members, and has a leader.
  • As a member, I should be able to see which squad I belong to.
  • As an admin or staff, I should be able to see the squads for which I'm a leader.
  • As an admin or staff, I should be able to add/remove members of the squad.
  • As a member of a squad, I should be able to see all the other members of my squad.
  • As an admin or staff, I should be able to see the status of workplans and retros for each member of the squad.

Schema Details:

groups:

  • type (squad|house)
  • leader-id
  • name

member-groups:

  • member-id
  • group-id

members: (already implemented)

@punitrathore punitrathore changed the title Add Squads to Echo Add Schema for Squads Feb 1, 2018
@punitrathore punitrathore changed the title Add Schema for Squads Add Schema for Groups aka Squads, Houses Feb 1, 2018
@CelesteDS CelesteDS self-assigned this Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants