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

DDD Refactor #290

Closed
19 tasks done
danielmackay opened this issue Apr 16, 2024 · 1 comment
Closed
19 tasks done

DDD Refactor #290

danielmackay opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
Type: Epic High-level grouping of PBIs

Comments

@danielmackay
Copy link
Member

danielmackay commented Apr 16, 2024

The new domain is based around heroes and will provide the following functionality:

Heros

  • Get Heroes - GET /heroes
  • Update a Hero - PUT /heroes
  • Create a Hero - POST /heroes

Teams

  • Create a team - POST /teams
  • Get teams - GET /teams
  • Add a hero to a team - POST /teams/ID/hero
  • Execute a mission for a team - POST /teams/ID/execute-mission
  • Complete a mission for a team - POST /teams/ID/complete-mission
@danielmackay danielmackay added the Type: Epic High-level grouping of PBIs label Apr 16, 2024
@danielmackay danielmackay self-assigned this May 28, 2024
@danielmackay
Copy link
Member Author

danielmackay commented May 30, 2024

All PBI's done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Epic High-level grouping of PBIs
Projects
Development

No branches or pull requests

1 participant