Skip to content

Commit

Permalink
Correct self-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Jun 17, 2024
1 parent 830dafd commit c7c08b3
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 45 deletions.
1 change: 1 addition & 0 deletions docs/methods/DevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: A set of practices that combines software development (Dev) and IT
tags:
- Method
- Agile
- DevOps
featured:
class: c
element: '<image-artifact imgsrc="/public/templates/risk-first/posts/devops.svg">DevOps</image-artifact>'
Expand Down
1 change: 1 addition & 0 deletions docs/methods/Lean.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: An Agile software development methodology that emphasizes eliminati
tags:
- Method
- Agile
- Lean Software Development
featured:
class: c
element: '<image-artifact imgsrc="/public/templates/risk-first/posts/lean.svg">Lean Software Development</image-artifact>'
Expand Down
1 change: 1 addition & 0 deletions docs/methods/Scrum.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: An Agile framework for managing and completing complex projects.
tags:
- Method
- Agile
- Scrum
featured:
class: c
element: '<image-artifact imgsrc="/public/templates/risk-first/posts/scrum.svg">Scrum</image-artifact>'
Expand Down
1 change: 1 addition & 0 deletions docs/methods/Waterfall.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: A traditional linear and sequential development methodology where e
tags:
- Method
- Traditional
- Waterfall Development
featured:
class: c
element: '<image-artifact imgsrc="/public/templates/risk-first/posts/waterfall.svg">Waterfall Development</image-artifact>'
Expand Down
1 change: 1 addition & 0 deletions docs/methods/XP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: An Agile software development methodology that emphasizes customer
tags:
- Method
- Agile
- Extreme Programming (XP)
featured:
class: c
element: '<image-artifact imgsrc="/public/templates/risk-first/posts/xp.svg">XP</image-artifact>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Coding
description: Writing software to meet a required feature.
tags:
- Development-Coding
- Coding
- Practice
featured:
class: c
element: '<action>Code</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Debugging
description: Identifying and fixing defects in the software.
tags:
- Development-Coding
- Debugging
- Practice
featured:
class: c
element: '<action>Debug</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Pair-Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Pair Programming
description: Two developers working together on the same code.
tags:
- Development-Coding
- Pair Programming
- Practice
featured:
class: c
element: '<action>Pairing</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Prototyping.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Prototyping
description: Creating early models of the software to test concepts and ideas.
tags:
- Development-Coding
- Prototyping
- Practice
featured:
class: c
element: '<action>Prototype</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Refactoring
description: Revising code to improve its structure without changing its behavior.
tags:
- Development-Coding
- Refactoring
- Practice
featured:
class: c
element: '<action>Refactor</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Runtime-Adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Runtime Adoption
description: Implementing and adhering to specific standards and libraries.
tags:
- Development-Coding
- Runtime Adoption
- Practice
featured:
class: c
element: '<action>Use Library</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ layout: categories

Here are a selection of software development practices centered around development and coding.

<TagList tag="Development-Coding" />
<TagList tag="Practice" filter="Development-And-Coding" />
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Tool-Adoption.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Tool Adoption
description: Implementing and utilising specific tools in the development process.
tags:
- Development-Coding
- Tool Adoption
- Practice
featured:
class: c
element: '<action>Use Tool</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Development-And-Coding/Version-Control.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Version Control
description: Using version control systems to manage changes to the codebase.
tags:
- Development-Coding
- Version Control
- Practice
featured:
class: c
element: '<action>Version Control</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/External-Relations/Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Analysis
description: Examining systems to understand how they work and how they should change.
tags:
- External-Relations
- Analysis
- Practice
featured:
class: c
element: '<action>Analysis</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/External-Relations/Contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Contracts
description: Defining contractual obligations and agreements.
tags:
- External-Relations
- Contracts
- Practice
featured:
class: c
element: '<action>Contract</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/External-Relations/Marketing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Marketing
description: Managing communication strategies to promote the software and engage with the target audience.
tags:
- External-Relations
- Marketing
- Practice
featured:
class: c
element: '<action>Marketing</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/External-Relations/Outsourcing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Outsourcing
description: Hiring external resources or companies to handle parts of the project.
tags:
- External-Relations
- Outsourcing
- Practice
featured:
class: c
element: '<action>Outsource</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/External-Relations/Sales.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Sales
description: Managing the sales strategy to drive software adoption and revenue generation.
tags:
- External-Relations
- Sales
- Practice
featured:
class: c
element: '<action>Sales</action>'
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/External-Relations/Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ layout: categories

A selection of practices in software development concerned with relationships outside of the team itself.

<TagList tag="External-Relations" />
<TagList tag="Practice" filter="External-Relations" />
2 changes: 1 addition & 1 deletion docs/practices/Planning-And-Management/Approvals.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Approvals
description: Getting formal approval for various project stages.
tags:
- Planning-Management
- Practice
- Approvals
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Change Management
description: Managing changes to systems and organisations in a systematic way.
tags:
- Planning-Management
- Practice
- Change Management
featured:
class: c
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Planning-And-Management/Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Design
description: Designing the high-level structure of the software.
tags:
- Planning-Management
- Practice
- Design
featured:
class: c
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Planning-And-Management/Estimating.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Estimating
description: Estimating the time and resources needed for tasks.
tags:
- Planning-Management
- Practice
- Estimating
featured:
class: c
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Planning-And-Management/Issue-Management.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Issue Management
description: Logging support issues and tracking their resolution.
tags:
- Planning-Management
- Practice
- Issue Management
featured:
class: c
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Planning-And-Management/Prioritising.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Prioritising
description: Defining the Minimum Viable Product and planning development priorities.
tags:
- Planning-Management
- Practice
- Prioritising
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Requirements Capture
description: Gathering and documenting the requirements for the software.
tags:
- Planning-Management
- Practice
- Requirements Capture
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Stakeholder Management
description: Managing relationships and communications with stakeholders.
tags:
- Planning-Management
- Practice
- Stakeholder Management
featured:
class: c
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Planning-And-Management/Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ layout: categories

Here is a short rundown of some practices that can be employed to help plan and manage software projects.

<TagList tag="Planning-Management" />
<TagList tag="Practice" filter="Planning-And-Management" />
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Terms Of Reference
description: Defining the scope and objectives of the project.
tags:
- Planning-Management
- Practice
- Terms Of Reference
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: Automated Testing
description: Writing and running tests for individual units or components of the software.
tags:
- Testing-Quality-Assurance
- Practice
- Automated Testing
featured:
class: c
element: '<action>Unit Test</action>'
element: '<action>Automated Test</action>'
practice:
aka:
- "Component Testing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Integration Testing
description: Testing combined parts of the software to ensure they work together.
tags:
- Testing-Quality-Assurance
- Practice
- Integration Testing
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Measurement
description: Quantitatively evaluating the software against benchmarks along some defined dimension.
tags:
- Testing-Quality-Assurance
- Practice
- Measurement
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Performance Testing
description: Testing to ensure the software performs well under expected workloads.
tags:
- Testing-Quality-Assurance
- Practice
- Performance Testing
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Regression Testing
description: Testing to ensure new changes do not adversely affect existing functionality.
tags:
- Testing-Quality-Assurance
- Practice
- Regression Testing
featured:
class: c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Security Testing
description: Ensuring the application is secure by identifying vulnerabilities.
tags:
- Testing-Quality-Assurance
- Practice
- Security Testing
featured:
class: c
Expand Down
2 changes: 1 addition & 1 deletion docs/practices/Testing-and-Quality-Assurance/Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ layout: categories
A small selection of the practices around testing that can be employed on a software project.


<TagList tag="Testing-Quality-Assurance" />
<TagList tag="Practice" filter="Testing-and-Quality-Assurance" />
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: User Acceptance Testing
description: Having a customer representative available onsite for feedback.
tags:
- Testing-Quality-Assurance
- Practice
- User Acceptance Testing
featured:
class: c
Expand Down
2 changes: 0 additions & 2 deletions docs/risks/A-Pattern-Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ description: Explanation of how Risk-First comprises a pattern language of risk
featured:
class: c
element: '<protocol-artifact>Patterns</protocol-artifact>'
tags:
- Risks
sidebar_position: 1
tweet: yes
---
Expand Down
1 change: 1 addition & 0 deletions docs/risks/Complexity-Risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sidebar_position: 5
tags:
- Risks
- Refactoring
- Complexity Risk
part_of: Operational Risk
---

Expand Down
1 change: 1 addition & 0 deletions docs/risks/Coordination-Risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ featured:
sidebar_position: 13
tags:
- Risks
- Coordination Risk
tweet: yes
part_of: Operational Risk
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tweet: yes
tags:
- Risks
- Funding Risk
- Schedule Risk
part_of: Scarcity Risk
---

Expand Down
1 change: 1 addition & 0 deletions docs/risks/Feature-Risks/Feature-Drift-Risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ featured:
sidebar_position: 7
tags:
- Risks
- Feature Drift Risk
part_of: Feature Risk
---
<RiskIntro fm={frontMatter} />
Expand Down
1 change: 1 addition & 0 deletions docs/risks/Feature-Risks/Feature-Risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tweet: yes
slug: /risks/Feature-Risk
tags:
- Risks
- Feature Risk
part_of: Operational Risk
---
[Feature Risks](Feature-Risk.md) are types of risks to do with functionality that you need to have in the software you're building.
Expand Down
Loading

0 comments on commit c7c08b3

Please sign in to comment.