Current Behavior:
There is no link to view sprints of a user
Proposed Changes:
A new route that fetches sprints of a particular user
A new route that fetches the top 10 "global" sprints
Issue Number(s):
12 #13
Screenshots (if appropriate):
How Has This Been Tested?
The route was tested by creating a test database and mocking the url action to check if there are entries in the test database.
Pull request type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
## Checklist
Please check if your PR fulfills the following requirements:
- [x] All new and existing tests passed
- [x] Tests for the changes have been added
- [x] Docs have been reviewed and added / updated if needed
- [x] My code follows the code style of this project and lint has passed locally
Description
Current Behavior: There is no link to view sprints of a user
Proposed Changes:
Issue Number(s):
12 #13
Screenshots (if appropriate):
How Has This Been Tested?
The route was tested by creating a test database and mocking the url action to check if there are entries in the test database.
Pull request type
Please check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## Checklist Please check if your PR fulfills the following requirements: - [x] All new and existing tests passed - [x] Tests for the changes have been added - [x] Docs have been reviewed and added / updated if needed - [x] My code follows the code style of this project and lint has passed locally