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

Sprint Planning over project in GitHub #29

Closed
12 tasks done
Tracked by #30
cyrildewit opened this issue Mar 10, 2022 · 2 comments
Closed
12 tasks done
Tracked by #30

Sprint Planning over project in GitHub #29

cyrildewit opened this issue Mar 10, 2022 · 2 comments
Assignees
Labels

Comments

@cyrildewit
Copy link
Member

cyrildewit commented Mar 10, 2022

In order to plan sprints and track the progress of our tickets with the current sprint, we need to setup a planning system. We can use the GitHub projects feature.

Acceptance criteria

  • The project board only shows tickets that are within the current sprint
  • The project's title contains the start and end date of the sprint.
  • The project board contains the different states of the tickets:
    • To do
    • In progress
    • Code review (Must be automated with a workflow)
    • Ready for acceptance (Must be automated with a workflow)
    • Ready on acceptance
    • Ready for production
    • Ready on production (Ticket is deployed to production and can be reviewed by the product owner)
    • Done
    • Released (In order to prevent tickets piling up in the board, we need to release tickets and filter them out from the overview)
@cyrildewit cyrildewit changed the title Sprint planning over project in GitHub Sprint Planning over project in GitHub Mar 10, 2022
@cyrildewit cyrildewit self-assigned this Mar 10, 2022
@cyrildewit
Copy link
Member Author

Instead of using the status: Released, we could use the Iteration feature: https://github.blog/changelog/2021-10-14-the-new-github-issues-10-14-update/

@cyrildewit
Copy link
Member Author

I've also added a different view called Personal Board that only shows tickets assigned to you. This way you can focus on your work and keep track of it more easily.

Screenshot 2022-04-09 at 13 34 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant