Skip to content

Commit de612e2

Browse files
committed
🔧 (ClassificationHelpers.ps1): reset watermarkCount to 0 for recalibration
📝 (content): clean up duplicate and unnecessary tags in resources The watermarkCount is reset to 0 to recalibrate the classification algorithm, likely due to changes in the watermark calculation logic. In the content resources, duplicate and unnecessary tags are removed to improve content organization and searchability, ensuring that tags are unique and relevant to the content.
1 parent 7e70772 commit de612e2

File tree

11 files changed

+3
-11
lines changed

11 files changed

+3
-11
lines changed

.powershell/_includes/ClassificationHelpers.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $batchesInProgress = $null;
55
$batchesInProgressMax = 40;
66
$watermarkAgeLimit = (New-TimeSpan -Start (Get-Date "2025-02-18T09:00:00") -End (Get-Date)).Days # Wattermark for calculation algorythem Change.
77
$watermarkScoreLimit = 10
8-
$watermarkCount = 30
8+
$watermarkCount = 0
99

1010
function Get-CatalogHashtable {
1111
param (

site/content/resources/blog/2020/2020-07-13-the-fallacy-of-the-rejected-backlog-item/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ aliasesArchive:
2323
- /the-fallacy-of-the-rejected-backlog-item
2424
- /resources/blog/the-fallacy-of-the-rejected-backlog-item
2525
tags:
26-
- Agile Project Management
2726
- Scrum Product Development
2827
- Agile Project Management
2928
- Professional Scrum

site/content/resources/guides/evidence-based-management-guide/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ tags:
4545
- Experimentation
4646
- Agile Product Management
4747
- People and Process
48-
- Business Agility
4948

5049
---
5150
# The Evidence-Based Management Guide: Improving Value Delivery under Conditions of Uncertainty

site/content/resources/newsletters/2023-01-31/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ categories:
2323
- Social Technologies
2424
- Scrum
2525
tags:
26+
- Product Owner
2627
- Agile Product Management
2728

2829
---

site/content/resources/practices/definition-of-done-dod/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ tags:
5151
- Product Delivery
5252
- Agile Project Management
5353
- Empirical Process Control
54-
- Transparency and Accountability
5554

5655
---
5756
Every team should define what is required, what criteria must be met, for a product increment to be considered releasable. A definition of done. If the organization has not articulated a specific standard, or set of criteria, then the team should create a definition of done that is appropriate for the product. The work produced must comply with the definition of done for it to be considered usable, and if there are multiple teams working on a single product, then those teams must agree on a definition of done and ensure that all teams honour that standard.

site/content/resources/videos/youtube/220tyMrhSFE/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ preview: https://i.ytimg.com/vi/220tyMrhSFE/maxresdefault.jpg
2424
duration: 49
2525
isShort: true
2626
tags:
27-
- Team Collaboration
2827
- Operational Practices
2928
- Transparency
3029
- Pragmatic Thinking

site/content/resources/videos/youtube/QBX7dnUBzo8/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ tags:
4040
- Organisational Physics
4141
- Enterprise Agility
4242
- Agile Strategy
43-
- Agile Transformation
4443
resourceTypes:
4544
- video
4645
categories:

site/content/resources/videos/youtube/YUlpnyN2IeI/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ tags:
4040
- Agile Philosophy
4141
- Agile Frameworks
4242
- Agile Transformation
43-
- Agile Philosophy
4443
- Empirical Process Control
4544
resourceTypes:
4645
- video

site/content/resources/videos/youtube/nY4tmtGKO6I/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ tags:
2929
- Agile Project Management
3030
- Scrum Values
3131
- Scrum Team
32-
- Scrum Product Development
33-
- Agile Frameworks
3432
- Professional Scrum
3533
- Scrum Product Development
3634
- Agile Frameworks

site/content/resources/videos/youtube/o-wVeh3CIVI/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ sitemap:
2929
filename: sitemap.xml
3030
priority: 0.6
3131
tags:
32-
- Agile Frameworks
3332
- Agile Project Management
33+
- Agile Frameworks
3434
- Software Development
3535
resourceTypes:
3636
- video

site/content/resources/videos/youtube/rbFTob3DdjE/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ preview: https://i.ytimg.com/vi/rbFTob3DdjE/maxresdefault.jpg
2525
duration: 39
2626
isShort: true
2727
tags:
28-
- Practical Techniques and Tooling
2928
- Team Collaboration
3029
- Practical Techniques and Tooling
3130
- Remote Working

0 commit comments

Comments
 (0)