Skip to content

Commit 94bba48

Browse files
author
dvogt23
committed
Notes/SUMMARY.md
Notes/personal/sport/basketball.md Notes/tech/scrum.md
1 parent 49d7794 commit 94bba48

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

Notes/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [Sport]()
5757
- [Cycling](personal/sport/cycling.md)
5858
- [Hiking](personal/sport/hiking.md)
59+
- [Basketball](personal/sport/basketball.md)
5960
- [Documents](personal/documents.md)
6061
- [Misc](personal/misc.md)
6162

Notes/personal/sport/basketball.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
I love playing basketball and doing it in a local team twice a week. Here are some notes about my favorite sport.
2+
3+
### Defense
4+
5+
A [good article](https://de.wikihow.com/Beim-Basketball-in-der-Verteidigung-spielen#Ohne-Ball-verteidigen) about defense position and play moves.

Notes/tech/scrum.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Thats the most prefered agile software development method that I mostly worked w
1111
from front-/back-end. Talk about upcoming releases and their open todos.
1212

1313
- bad way:
14-
14+
1515
Everyone just saying what they did yesterday and whats the plan for that
1616
day.
1717

@@ -22,7 +22,7 @@ Thats the most prefered agile software development method that I mostly worked w
2222
Present something important things or howto for usage of a finished feature to the product owner.
2323

2424
- bad way:
25-
25+
2626
Everyone summarize the tasks of the finished sprint from own perspective.
2727

2828
## Retrospective
@@ -73,19 +73,19 @@ Thats the most prefered agile software development method that I mostly worked w
7373

7474
- good way:
7575

76-
...
76+
Create a good plan about the process of the next sprint with related tasks from frontend & backend.
7777

7878
- bad way:
79-
80-
...
79+
80+
Just put some tasks into the next sprint and probably assign these to someone.
8181

8282
## Refinement
8383

8484
- good way:
8585

86-
...
86+
Talk about tasks and pick someone from backend/frontend to make some technical assumptions about a possible approach.
8787

8888
- bad way:
89-
90-
...
89+
90+
Just ask about question to some tasks and clearify these in a discussion.
9191

0 commit comments

Comments
 (0)