|
| 1 | +--- |
| 2 | +title: Propromo's GitHub SCRUM Template Project V3. |
| 3 | +date: 2025-01-25 |
| 4 | +lastUpdated: 2025-01-25 |
| 5 | +authors: |
| 6 | + - jonasfroeller |
| 7 | +tags: [github, scrum-template-project] |
| 8 | +excerpt: Propromo's latest GitHub SCRUM Template Project. What is new in V3? What changed? |
| 9 | +cover: |
| 10 | + alt: Template Project Preview |
| 11 | + dark: ../../../assets/blog/propromos-github-scrum-template-project-v3/cover.png |
| 12 | + light: ../../../assets/blog/propromos-github-scrum-template-project-v3/cover-light.png |
| 13 | +draft: false |
| 14 | +--- |
| 15 | + |
| 16 | +import { |
| 17 | + Tabs, |
| 18 | + TabItem, |
| 19 | + LinkButton, |
| 20 | + Badge, |
| 21 | +} from "@astrojs/starlight/components"; |
| 22 | + |
| 23 | +## SCRUM Template Project V3 |
| 24 | + |
| 25 | +### Was ist neu? |
| 26 | + |
| 27 | +Template [V2](https://github.com/orgs/propromo-software/projects/13/views/1): |
| 28 | + |
| 29 | +- Tabs wurden verbessert |
| 30 | +- mehr Charts |
| 31 | +- weniger Workflows |
| 32 | +- mehr "Custom fields" |
| 33 | + |
| 34 | +Template [V3](https://github.com/orgs/propromo-software/projects/14/views/1): |
| 35 | + |
| 36 | +- Tabs wurden verbessert |
| 37 | + |
| 38 | +### Alle Versionen |
| 39 | + |
| 40 | +<Tabs> |
| 41 | + <TabItem label="V1"> |
| 42 | + **Die Version beinhaltet:** <br/> |
| 43 | + |
| 44 | + Views: |
| 45 | + * "Current Sprint (all)" |
| 46 | + * Board: unterteilt nach "Status" |
| 47 | + * Filter: `sprint:@current -status:Backlog,Updates` |
| 48 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 49 | + * "Current Sprint (open)" |
| 50 | + * Board: unterteilt nach "Status" |
| 51 | + * Filter: `-status:Done -sprint:@previous` |
| 52 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 53 | + * "Reviews (closed)" |
| 54 | + * Board: unterteilt nach "Sprint" |
| 55 | + * Filter: `status:Done -sprint:"dieshierwirdniemalseinsprintnamesein..."` |
| 56 | + * Attribute: Title, Assignees, Status, Labels, Milestone, Sprint |
| 57 | + * "All In One (open)" |
| 58 | + * Table |
| 59 | + * Filter: `-status:Done` |
| 60 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 61 | + * "Swimlanes (open)" |
| 62 | + * Roadmap: Marker für "Milestone" und "Sprint", sortiert nach "Sprint", Datum von "Sprint", Zoom: "Month" |
| 63 | + * Filter: `-status:Done` |
| 64 | + * "Last Sprint (open)" |
| 65 | + * Board: unterteilt nach Status |
| 66 | + * Filter: `-status:Done sprint:@previous -status:Backlog -status:Updates` |
| 67 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 68 | + * "Next Sprint (all)" |
| 69 | + * Board: unterteilt nach Status |
| 70 | + * Filter: `sprint:@next` |
| 71 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 72 | + * "Issue Void (no sprint)" |
| 73 | + * Table |
| 74 | + * Filter: `no:sprint is:issue` |
| 75 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 76 | + |
| 77 | + Insights: |
| 78 | + * "Status chart" (default) (layout: Column, x: Status, group: None, y: Count of Items), |
| 79 | + * "Total" (layout: Column, x: Status, group: Labels, y: Count of Items), |
| 80 | + * "Sprint Review 001" (layout: Bar, x: Labels, group: Assignees, y: Count of Items) |
| 81 | + |
| 82 | + Workflows: |
| 83 | + * +Pull Request (not in Sprint (Dependabot or external Contributor)) => Status: "Updates" |
| 84 | + * ~Issues, Pull Requests (reopened) => Status: "In Progress" |
| 85 | + * -Issues, Pull Requests (closed) => Status: "Done" |
| 86 | + * Pull Request (requires review) => Status: "Backlog" |
| 87 | + * Pull Request (approved) => Status: "In Progress" |
| 88 | + * Pull Request (merged) => Status: "Done" |
| 89 | + * Status: Done => close Issue |
| 90 | + |
| 91 | + Settings: |
| 92 | + * Status types: "User Stories", "ToDo", "In Progress", "Done", "Backlog", "Updates" |
| 93 | + * Custom fields: "Sprint" (Iteration: 2 weeks) |
| 94 | + |
| 95 | + *V1 ist die erste Version des Templates und somit die simpelste.* |
| 96 | + |
| 97 | + <LinkButton |
| 98 | + href="https://github.com/orgs/propromo-software/projects/11/views/1" |
| 99 | + target="_blank" |
| 100 | + variant="secondary" |
| 101 | + icon="external" |
| 102 | + iconPlacement="start" |
| 103 | + > |
| 104 | + Template V1 benutzen. |
| 105 | + </LinkButton> |
| 106 | + |
| 107 | + </TabItem> |
| 108 | + <TabItem label="V2"> |
| 109 | + **Die Version beinhaltet:** <br/> |
| 110 | + |
| 111 | + Views: |
| 112 | + * "ToDo" |
| 113 | + * Board: unterteilt nach "Status" |
| 114 | + * Filter: `sprint:@current -status:Backlog,Updates` |
| 115 | + * Attribute: Title, Assignees, Status, Labels, Milestone, Story Points, !important, Deadline, Visibility |
| 116 | + * "Sprints" |
| 117 | + * Board: unterteilt nach "Sprint" |
| 118 | + * Filter: `status:Done -sprint:"dieshierwirdniemalseinsprintnamesein..."` |
| 119 | + * Attribute: Title, Assignees, Status, Labels, Milestone, Sprint |
| 120 | + * "Tasks" |
| 121 | + * Table |
| 122 | + * Filter: `-status:Done` |
| 123 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 124 | + * "Gantt" |
| 125 | + * Roadmap: Marker für "Milestone" und "Sprint" wie auch "Deadline", sortiert nach "Sprint", Datum von "Sprint", Zoom: "Month", Truncated Titles |
| 126 | + * Filter: `-status:Done` |
| 127 | + * "Next" |
| 128 | + * Board: unterteilt nach Status |
| 129 | + * Filter: `sprint:@next` |
| 130 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 131 | + * "Last" |
| 132 | + * Board: unterteilt nach Status |
| 133 | + * Filter: `-status:Done sprint:@previous -status:Backlog -status:Updates` |
| 134 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 135 | + * "Urgent" |
| 136 | + * Board: unterteilt nach Status |
| 137 | + * Filter: `-status:Done -sprint:@previous` |
| 138 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 139 | + * "Backlog" |
| 140 | + * Table |
| 141 | + * Filter: `no:sprint is:issue` |
| 142 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 143 | + |
| 144 | + Insights: |
| 145 | + * "Status chart" (default) (layout: Column, x: Status, group: None, y: Count of Items), |
| 146 | + * "Contributor: John Doe" (layout: Column, x: Status, group: None, y: Count of Items), |
| 147 | + * "Sprint-Review-01" (layout: Bar, x: Status, group: Assignees, y: Count of Items), |
| 148 | + * "Sprints: Assignees" (layout: Column, x: Sprint, group: Assignees, y: Count of Items), |
| 149 | + * "Sprints: Current Sprint" (layout: Column, x: Status, group: None, y: Count of Items), |
| 150 | + * "Sprints: Last Sprint" (layout: Column, x: Status, group: None, y: Count of Items), |
| 151 | + * "Sprints: Next Sprint" (layout: Column, x: Status, group: None, y: Count of Items), |
| 152 | + * "Sprints: Repositories" (layout: Column, x: Sprint, group: Repository, y: Count of Items), |
| 153 | + * "Total: All Sprints" (layout: Column, x: Sprint, group: Status, y: Count of Items), |
| 154 | + * "Total: Labels" (layout: Column, x: Status, group: Labels, y: Count of Items), |
| 155 | + * "Total: Overview" (layout: Line, x: Status, group: Sprint, y: Count of Items) |
| 156 | + |
| 157 | + Workflows: |
| 158 | + * +Pull Request (not in Sprint (Dependabot or external Contributor)) => Status: "Updates" |
| 159 | + * ~Issues, Pull Requests (reopened) => Status: "In Progress" |
| 160 | + * -Issues, Pull Requests (closed) => Status: "Done" |
| 161 | + * Pull Request (approved) => Status: "In Progress" |
| 162 | + * Pull Request (merged) => Status: "Done" |
| 163 | + |
| 164 | + Settings: |
| 165 | + * Status types: "User Stories", "ToDo", "In Progress", "Done", "Backlog", "Updates" |
| 166 | + * Custom fields: "Sprint" (Iteration: 2 weeks), "Story Points" (number), "!important" (text), "Deadline" (date), "Visibility" (single select, nützlich für Propromo) |
| 167 | + |
| 168 | + <LinkButton |
| 169 | + href="https://github.com/orgs/propromo-software/projects/13/views/1" |
| 170 | + target="_blank" |
| 171 | + variant="secondary" |
| 172 | + icon="external" |
| 173 | + iconPlacement="start" |
| 174 | + > |
| 175 | + Template V2 benutzen. |
| 176 | + </LinkButton> |
| 177 | + |
| 178 | + </TabItem> |
| 179 | + <TabItem label="V3"> |
| 180 | + **Die Version beinhaltet:** <br/> |
| 181 | + |
| 182 | + Views: |
| 183 | + * "ToDo" |
| 184 | + * Board: unterteilt nach "Status" |
| 185 | + * Filter: `sprint:@current -status:Backlog,Updates` |
| 186 | + * Attribute: Title, Assignees, Status, Labels, Milestone, Story Points, !important, Deadline, Visibility, Type, Parent issue, Sub-issue progress |
| 187 | + * "Sprints" |
| 188 | + * Board: unterteilt nach "Sprint" |
| 189 | + * Filter: `status:Done -sprint:"Wa53$c3aBA"` |
| 190 | + * Attribute: Title, Assignees, Status, Labels, Milestone, Sprint, Type, Story Points |
| 191 | + * "Task Overview" |
| 192 | + * Table |
| 193 | + * Filter: `-status:Done` |
| 194 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 195 | + * "Gantt View" |
| 196 | + * Roadmap: Marker für "Milestone" und "Sprint", sortiert nach "Sprint", Datum von "Sprint", Zoom: "Month", Truncated Titles |
| 197 | + * Filter: `-status:Done` |
| 198 | + * "Next Sprint" |
| 199 | + * Board: unterteilt nach Status |
| 200 | + * Filter: `sprint:@next` |
| 201 | + * Attribute: Title, Assignees, Status, Labels, Milestone, Story Points, !important, Deadline, Visibility, Type, Parent issue, Sub-issue progress |
| 202 | + * "Last Sprint" |
| 203 | + * Board: unterteilt nach Status |
| 204 | + * Filter: `-status:Done sprint:@previous -status:Backlog -status:Updates` |
| 205 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 206 | + * "Urgent" |
| 207 | + * Board: unterteilt nach Status |
| 208 | + * Filter: `-status:Done -sprint:@previous` |
| 209 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 210 | + * "Backlog" |
| 211 | + * Table |
| 212 | + * Filter: `no:sprint is:issue` |
| 213 | + * Attribute: Title, Assignees, Status, Labels, Milestone |
| 214 | + |
| 215 | + Insights: |
| 216 | + * "Status chart" (default) (layout: Column, x: Status, group: None, y: Count of Items), |
| 217 | + * "Contributor: John Doe" (layout: Column, x: Status, group: None, y: Count of Items), |
| 218 | + * "Sprint-Review-01" (layout: Bar, x: Status, group: Assignees, y: Count of Items), |
| 219 | + * "Sprints: Assignees" (layout: Column, x: Sprint, group: Assignees, y: Count of Items), |
| 220 | + * "Sprints: Current Sprint" (layout: Column, x: Status, group: None, y: Count of Items), |
| 221 | + * "Sprints: Last Sprint" (layout: Column, x: Status, group: None, y: Count of Items), |
| 222 | + * "Sprints: Next Sprint" (layout: Column, x: Status, group: None, y: Count of Items), |
| 223 | + * "Sprints: Repositories" (layout: Column, x: Sprint, group: Repository, y: Count of Items), |
| 224 | + * "Total: All Sprints" (layout: Column, x: Sprint, group: Status, y: Count of Items), |
| 225 | + * "Total: Labels" (layout: Column, x: Status, group: Labels, y: Count of Items), |
| 226 | + * "Total: Overview" (layout: Line, x: Status, group: Sprint, y: Count of Items) |
| 227 | + |
| 228 | + Workflows: |
| 229 | + * +Pull Request (not in Sprint (Dependabot or external Contributor)) => Status: "Updates" |
| 230 | + * ~Issues, Pull Requests (reopened) => Status: "In Progress" |
| 231 | + * -Issues, Pull Requests (closed) => Status: "Done" |
| 232 | + * Pull Request (approved) => Status: "In Progress" |
| 233 | + * Pull Request (merged) => Status: "Done" |
| 234 | + |
| 235 | + Settings: |
| 236 | + * Status types: "User Stories", "ToDo", "In Progress", "Done", "Backlog", "Updates" |
| 237 | + * Custom fields: "Sprint" (Iteration: 2 weeks), "Story Points" (number), "!important" (text), "Deadline" (date), "Visibility" (single select, nützlich für Propromo) |
| 238 | + |
| 239 | + <LinkButton |
| 240 | + href="https://github.com/orgs/propromo-software/projects/14/views/1" |
| 241 | + target="_blank" |
| 242 | + variant="secondary" |
| 243 | + icon="external" |
| 244 | + iconPlacement="start" |
| 245 | + > |
| 246 | + Template V3 benutzen. |
| 247 | + </LinkButton> |
| 248 | + |
| 249 | + </TabItem> |
| 250 | +</Tabs> |
| 251 | + |
| 252 | +### V3 benutzen <Badge text="NEW" variant="note" /> |
| 253 | + |
| 254 | +Um das Template zu verwenden, öffne diesen [Link](https://github.com/orgs/propromo-software/projects/14) und klicke auf "Use this template". |
0 commit comments