This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Add Meeting Notes from Scrum Meeting 04.04.2024 #1245
Open
andreicristian97
wants to merge
1
commit into
master
Choose a base branch
from
scrum-meeting
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,43 @@ | ||||||
# Meeting 04.04.2024 - Scrum Processes | ||||||
|
||||||
## Participants | ||||||
|
||||||
- Markus | ||||||
- Andrei | ||||||
- Yvonne | ||||||
|
||||||
## Questions | ||||||
|
||||||
The main questions to answer: | ||||||
|
||||||
- How can we improve the way we do issues? | ||||||
- How can we improve the way we deal with Reviews of PR | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Takeaways: | ||||||
|
||||||
- Every 3 weeks, include a 30min retro in the meeting by Andrei | ||||||
- After releases, have small Demo so team is up to date with what's new. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- Explore how GitLab can help us structure issues around Use Cases/Features | ||||||
- Try to have only isses that have an estimation of one week (can be done in the scope of one "sprint") - If they are too big, they should be broken down into sub-tasks | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
- Reviews should be more structured - what type of review is it? (what should be checked - code/documentation/testing etc.), what issue is it relating to | ||||||
- Submissions README.md as source of "expertise" - reviewers that match the expertise needed | ||||||
- Look into having separate "Master" and "Dev" Branches | ||||||
|
||||||
## Meeting Notes | ||||||
|
||||||
General points brought up and short discussion on each: | ||||||
|
||||||
- Timeboxes from Scrum | ||||||
- Don't fully make sense in the scope of the project, sprints can't be longer than 1 week if there are no other regular touchpoints (e.g Daily Scrum) | ||||||
- Retro/Review | ||||||
- Might be interesting to try and integrate those concepts in our current meeting flow | ||||||
- From Use Cases to Issues to Pull Requests | ||||||
- We need a better structure, like the concept of "Epic"s or "Feature"s to categorize the issues. This might be better supported by moving to GitLab | ||||||
- What kind of info should an issue contain? From Use Cases to everything needed for implementation - currently, details might be missing that we only become aware of later | ||||||
- PRs and Reviews | ||||||
- Important to have a clear linking between the PR and the task it relates to, clear indication of what the Scope of the PR is, try not to combine multiple issues into one PR | ||||||
- Who should review? - we can use information from the submissions readme and have some rules of assigning reviews based on expertise - who can most help you review the part of the application you changed | ||||||
- PRs should not stay open for too long, to keep the Branches more stable and avoid conflicts | ||||||
- We should clean the older/"orphaned" PRs | ||||||
- Task Estimation | ||||||
- In the past, explicit estimation did not work well for the structure of the project. Try to stick to Issue size that is managable in the "sprint" time of one week |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.