Skip to content

Commit

Permalink
add the emoji to ALL label filters in backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyMcGrath committed Dec 4, 2024
1 parent 5585458 commit c681c6c
Show file tree
Hide file tree
Showing 129 changed files with 129 additions and 185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ emoji= 'πŸ“‹'

```toml
backlog="Module-Name"
backlog_filter="Week 1"
backlog_filter="πŸ“… Week 1"
```

Only active on the [Backlog view](/common-theme/pages/backlog). This will show a list of all the issues in the backlog repo for the module. You can filter by any label that exists in the backlog repo.
2 changes: 1 addition & 1 deletion common-docs/content/common-theme/pages/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
+++

This view lists issues. It pulls these issues from Github using [Hugo GetRemote](https://gohugo.io/functions/resources/getremote/). It is looking for a repo in your org named `Module-<module-name>` where it expects issues to live. You can edit this of course.
Expand Down
2 changes: 1 addition & 1 deletion common-theme/archetypes/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++

This view lists all the issues for the current sprint. It is looking for a repo in your org named `Module-<module-name>` where it expects issues to live. You can edit this of course.
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-itp/content/data-flows/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Data-Flows'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-itp/content/data-flows/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Data-Flows'
backlog_filter= 'Sprint 2'
backlog_filter='πŸ“… Sprint 2'
+++
2 changes: 1 addition & 1 deletion org-cyf-itp/content/data-flows/sprints/3/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Data-Flows'
backlog_filter= 'Sprint 3'
backlog_filter='πŸ“… Sprint 3'
+++
2 changes: 1 addition & 1 deletion org-cyf-itp/content/data-groups/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Data-Groups'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
4 changes: 1 addition & 3 deletions org-cyf-itp/content/data-groups/sprints/1/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-JS2'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
+++


2 changes: 1 addition & 1 deletion org-cyf-itp/content/data-groups/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Data-Groups'
backlog_filter= 'Sprint 2'
backlog_filter='πŸ“… Sprint 2'
+++
2 changes: 1 addition & 1 deletion org-cyf-itp/content/data-groups/sprints/3/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Data-Groups'
backlog_filter= 'Sprint 3'
backlog_filter='πŸ“… Sprint 3'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Structuring-and-Testing-Data'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Structuring-and-Testing-Data'
backlog_filter= 'Sprint 2'
backlog_filter='πŸ“… Sprint 2'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Structuring-and-Testing-Data'
backlog_filter= 'Sprint 3'
backlog_filter='πŸ“… Sprint 3'
+++
2 changes: 1 addition & 1 deletion org-cyf-itp/content/user-data/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-User-Focused-Data'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
4 changes: 1 addition & 3 deletions org-cyf-itp/content/user-data/sprints/1/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-HTML-CSS'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
+++


2 changes: 1 addition & 1 deletion org-cyf-itp/content/user-data/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-User-Focused-Data'
backlog_filter= 'Sprint 2'
backlog_filter='πŸ“… Sprint 2'
+++
4 changes: 1 addition & 3 deletions org-cyf-itp/content/user-data/sprints/2/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-HTML-CSS'
backlog_filter= 'Week 2'
backlog_filter='πŸ“… Week 2'
+++


4 changes: 1 addition & 3 deletions org-cyf-itp/content/user-data/sprints/3/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-User-Focused-Data'
backlog_filter= 'Sprint 3'
backlog_filter='πŸ“… Sprint 3'
+++


4 changes: 1 addition & 3 deletions org-cyf-itp/content/user-data/sprints/3/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-HTML-CSS'
backlog_filter= 'Week 3'
backlog_filter='πŸ“… Week 3'
+++


2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-The-Launch'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/1/day-plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ emoji= 'πŸ§‘πŸ½β€πŸ€β€πŸ§‘πŸ½'
menu_level = ['sprint']
weight = 3
backlog= 'Module-The-Launch'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
[[blocks]]
name="Energiser"
src="energisers/bad-interview-answers"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/1/prep/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ emoji= 'πŸ§‘πŸΎβ€πŸ’»'
menu_level = ['sprint']
weight = 1
backlog= 'Module-The-Launch'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
[[blocks]]
name="Welcome to Launch Prep"
src="blocks/launch-prep/welcome"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/1/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-The-Launch'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-The-Launch'
backlog_filter= 'Week 2'
backlog_filter='πŸ“… Week 2'
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/2/prep/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ emoji= 'πŸ§‘πŸΎβ€πŸ’»'
menu_level = ['sprint']
weight = 1
backlog= 'Module-The-Launch'
backlog_filter= 'Week 2'
backlog_filter='πŸ“… Week 2'
[[blocks]]
name="Prep your Demo"
src="blocks/prep-launch-week-2"
Expand Down
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/2/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-The-Launch'
backlog_filter= 'Week 2'
backlog_filter='πŸ“… Week 2'
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/3/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-The-Launch'
backlog_filter= 'Week 3'
backlog_filter='πŸ“… Week 3'
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/3/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-The-Launch'
backlog_filter= 'Week 3'
backlog_filter='πŸ“… Week 3'
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/4/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-The-Launch'
backlog_filter= 'Week 4'
backlog_filter='πŸ“… Week 4'
+++
2 changes: 1 addition & 1 deletion org-cyf-launch/content/sprints/4/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-The-Launch'
backlog_filter= 'Week 4'
backlog_filter='πŸ“… Week 4'
+++
2 changes: 1 addition & 1 deletion org-cyf-piscine/content/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Piscine'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
4 changes: 1 addition & 3 deletions org-cyf-piscine/content/sprints/1/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-HTML-CSS'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
+++


2 changes: 1 addition & 1 deletion org-cyf-piscine/content/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Piscine'
backlog_filter= 'Sprint 2'
backlog_filter='πŸ“… Sprint 2'
+++
4 changes: 1 addition & 3 deletions org-cyf-piscine/content/sprints/2/success/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ emoji= 'βœ…'
menu_level = ['sprint']
weight = 4
backlog= 'Module-HTML-CSS'
backlog_filter= 'Week 2'
backlog_filter='πŸ“… Week 2'
+++


2 changes: 1 addition & 1 deletion org-cyf-piscine/content/sprints/3/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Piscine'
backlog_filter= 'Sprint 3'
backlog_filter='πŸ“… Sprint 3'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/complexity/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/complexity/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/legacy/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/logic/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/tools/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Tools'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/tools/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/tools/sprints/3/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-sdc/content/tools/sprints/4/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Template'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-tracks/content/cloud/sprints/1/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Cloud'
backlog_filter= 'Sprint 1'
backlog_filter='πŸ“… Sprint 1'
+++
2 changes: 1 addition & 1 deletion org-cyf-tracks/content/cloud/sprints/2/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Cloud'
backlog_filter= 'Sprint 2'
backlog_filter='πŸ“… Sprint 2'
+++
2 changes: 1 addition & 1 deletion org-cyf-tracks/content/cloud/sprints/3/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Cloud'
backlog_filter= 'Sprint 3'
backlog_filter='πŸ“… Sprint 3'
+++
2 changes: 1 addition & 1 deletion org-cyf-tracks/content/cloud/sprints/4/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Cloud'
backlog_filter= 'Sprint 4'
backlog_filter='πŸ“… Sprint 4'
+++
2 changes: 1 addition & 1 deletion org-cyf-tracks/content/cloud/sprints/5/backlog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= 'πŸ₯ž'
menu_level = ['sprint']
weight = 2
backlog= 'Module-Cloud'
backlog_filter= 'Sprint 5'
backlog_filter='πŸ“… Sprint 5'
+++
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ emoji= '🏷️'
menu_level = ['subdir']
weight = 1
backlog= 'Full-Stack-Project-Assessment'
backlog_filter= 'Week 1'
backlog_filter='πŸ“… Week 1'
+++
Loading

0 comments on commit c681c6c

Please sign in to comment.