Skip to content

Commit

Permalink
refactor: Aim to Mission
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-basil authored May 20, 2024
1 parent 78b8da5 commit 4544017
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
4 changes: 2 additions & 2 deletions docs/Orientation-Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ At the top of page, you will see a drop down for Domains. We recommend Mindset a

*How do you read the content?*

Intersect with the Aim section of a domain first. Then reflect on the Motivation statements. Review the Guidance instructions. Keep note of the associated Community Circles for dialog to progress. Under each belt level, you will see a list of resources and exercises for practice aligned for an eventual belt claim. There are also time estimates to help you plan however it could take you more or less time to complete each step.
Intersect with the Mission section of a domain first. Then reflect on the Principle statements. Review the Guidance instructions. Keep note of the associated Community Circles for dialog to progress. Under each belt level, you will see a list of resources and exercises for practice aligned for an eventual belt claim. There are also time estimates to help you plan however it could take you more or less time to complete each step.

*How to navigate the site?*

Across the top of the Dojo, you will see a navigation bar. The first drop down is Domains. From here, you will see the available domains of learning that you can progress through to level up through green, red, and black level. When you enter a domain, you'll find a description of the aim and motivation for the domain, links to communities you can join and engage with, and a list of activities and learning material you'll need to complete in order to submit for a belt. You will also find estimated durations for each section to help you plan an appropriate amount of time.
Across the top of the Dojo, you will see a navigation bar. The first drop down is Domains. From here, you will see the available domains of learning that you can progress through to level up through green, red, and black level. When you enter a domain, you'll find a description of the mission and principles for the domain, links to communities you can join and engage with, and a list of activities and learning material you'll need to complete in order to submit for a belt. You will also find estimated durations for each section to help you plan an appropriate amount of time.

*Do I have to buy the books and movies I see in the learning channels?*

Expand Down
5 changes: 0 additions & 5 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,9 @@ beltLevels:
- '<a href="./Belt-Request">Belt Claim - Demonstrate scaled action illustrating benefit for your home group</a>'

learningGuidance:
- Each learning path is unique and not required to be linear
- Explore the concepts and exercises below
- Summarize the key points in writing at each step and circle back as you progress
- Have dialog with peers to test and deepen understanding
- Completeness is less important than Relevance to each individual situation
- Alternative exercises are encouraged
- If already seasoned in the domain, make a belt claim appropriately
- Improvements through Pull Requests are the preferred form of critique

domains:
- Mindset
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/domains/Agile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
label: Agile
aim: Influence the formation of empowered, self-organizing teams
motivation:
mission: Influence the formation of empowered, self-organizing teams
principles:
- label: Individuals and interactions over processes and tools
- label: Working software over comprehensive documentation
- label: Customer collaboration over contract negotiation
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/domains/Mindset.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
label: Mindset
aim: Embrace change with compassionate curiosity
motivation:
mission: Embrace change with compassionate curiosity
principles:
- label: Repetition reshapes reflex
- label: Feelings are not the answer, rather the question
- label: Conflict is not a problem; it is a process
Expand Down
10 changes: 5 additions & 5 deletions docs/_layouts/domain.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
{% if domain.label == page.title %}
<div class="row">
<div class="col-md-8">
<h5><a name="communities" href="https://www.merriam-webster.com/dictionary/aim">Aim</a></h5>
<h5><a name="communities" href="https://www.merriam-webster.com/dictionary/mission">Mission</a></h5>
<div class="m-3">
<p>{{domain.aim}}</p>
<p>{{domain.mission}}</p>
</div>
<hr>

<h5><a href="https://www.merriam-webster.com/dictionary/motivation">Motivation</a></h5>
<h5><a href="https://www.merriam-webster.com/dictionary/principle">Principles</a></h5>
<div class="m-3">
{% for motivation in domain.motivation %}
<p>{{motivation.label}}</p>
{% for principle in domain.principle %}
<p>{{principle.label}}</p>
{% endfor %}
</div>
<hr>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{% assign domainInfo = site.data.domains | where: "label",domain %}
<li>
<p><a name="domain-{{domain}}" href="{{ domain | relative_url}}">{{ domain }}</a></p>
<p>{{ domainInfo[0]["aim"]}}</p>
<p>{{ domainInfo[0]["mission"]}}</p>
</li>
{% endfor %}
</ul>

0 comments on commit 4544017

Please sign in to comment.