Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56a8837

Browse files
committed
chore: update links for csrf blog
1 parent 6101415 commit 56a8837

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

public/blogs/user-stories.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ An effective user story should adhere to the <L href='https://www.agilealliance.
6060
</C>
6161

6262
<C>
63-
**Testable:** More on this [later.]()
63+
**Testable:** More on this <L href='#testability'>later.</L>
6464
</C>
6565

6666
<C>
67-
**Prioritized:** More on this [later.]()
67+
**Prioritized:** More on this <L href='#ranking'>later.</L>
6868
</C>
6969

7070
<H2>Fixing Common Mistakes in User Stories</H2>
7171

7272
<C>
73-
**Use Consistent Language:** Establish a [glossary]() early in the project to define terms consistently and ensure clarity across all stakeholders
73+
**Use Consistent Language:** Establish a <L href='/services/glossary'>glossary</L> early in the project to define terms consistently and ensure clarity across all stakeholders
7474
</C>
7575

7676

@@ -85,14 +85,14 @@ An effective user story should adhere to the <L href='https://www.agilealliance.
8585

8686

8787
<C>
88-
**Remove Technical Details If not needed:** Separate user goals from implementation specifics to maintain relevance and flexibility. Should the user get notified by [Kafka]() or a web hook? Does it really matter? The user just wants to get notified, using either technology won't matter, in the end. But will it matter if the user receives the notification through email or other means? Yes.
88+
**Remove Technical Details If not needed:** Separate user goals from implementation specifics to maintain relevance and flexibility. Should the user get notified by Kafka or a web hook? Does it really matter? The user just wants to get notified, using either technology won't matter, in the end. But will it matter if the user receives the notification through email or other means? Yes.
8989
</C>
9090

9191

9292

9393

9494
<C>
95-
**Clarifying Roles:** Yes it's called User Story but, not everyone is a user. Tailor user stories to specific user roles (e.g., manager, admin, architect, [group leader?](https://www.urbandictionary.com/define.php?term=group%20leader) ) to ensure features meet diverse user needs.
95+
**Clarifying Roles:** Yes it's called User Story but, not everyone is a user. Tailor user stories to specific user roles (e.g., manager, admin, architect, <L href='https://www.urbandictionary.com/define.php?term=group%20leader'>group leader?</L> to ensure features meet diverse user needs.
9696
</C>
9797

9898
<H2>Good and Bad User Story Examples</H2>
@@ -137,9 +137,9 @@ You might find these ones in the wild
137137
- **\> Needs:** Real-time project metrics
138138
- **\> Purpose:** Improved project visibility and decision-making
139139
</C>
140-
<H2 id='Testability'>Testability</H2>
140+
<H2 id='testability'>Testability</H2>
141141
<C>
142-
Rewrite user stories using Behavior-Driven Development format, such as [Gherkin]() syntax, so you can directly map these stories to executable tests, and ensure that the software meets the specified requirements and behaviors.
142+
Rewrite user stories using Behavior-Driven Development format, such as <L href='https://cucumber.io/docs/gherkin/reference/'>Gherkin</L> syntax, so you can directly map these stories to executable tests, and ensure that the software meets the specified requirements and behaviors.
143143
</C>
144144
<H2>Gherkin Syntax</H2>
145145

@@ -190,9 +190,9 @@ You see how better it gets? Here's another one
190190
/>
191191

192192

193-
<H2>Ranking</H2>
193+
<H2 id='ranking'>Ranking</H2>
194194
<C>
195-
And yeah, did I mention that, when a user story is set, it needs a priority level. The method you use might [differ](https://www.altexsoft.com/blog/most-popular-prioritization-techniques-and-methods-moscow-rice-kano-model-walking-skeleton-and-others/), in [my projects]() I use the [MoSCoW]() method.
195+
And yeah, did I mention that, when a user story is set, it needs a priority level. The method you use might <L href='https://www.altexsoft.com/blog/most-popular-prioritization-techniques-and-methods-moscow-rice-kano-model-walking-skeleton-and-others'>differ</L>, in <L href='/services/full-software-solution'>my projects</L> I use the <L href='https://en.wikipedia.org/wiki/MoSCoW_method'>MoSCoW</L> method.
196196
</C>
197197

198198

0 commit comments

Comments
 (0)