Skip to content

Commit

Permalink
Update 00-programming-fundamentals/using-planning-boards.md
Browse files Browse the repository at this point in the history
Co-authored-by: dHelmgren <devincollege@gmail.com>
  • Loading branch information
jmaddox19 and dHelmgren authored Aug 19, 2020
1 parent 021a35c commit 03be3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00-programming-fundamentals/using-planning-boards.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This lesson will be hard to follow if students haven't first received the [Intro
1. Create cards as User Stories
- Format: "As a user, I can ...[, so that I...]".
- eg. "As a user, I can browse products by merchant, so that I can explore all the cool stuff my favorite merchant sells and buy more stuff."
- This helps you as a developer focus on what matters to the user. Without articulating your work this way, it's SO EASY to get distracted by lots of technical issues that may or may not actually matter to the user your application is meant to serve.
- This helps you as a developer focus on what matters to the user. Without articulating your work this way, it's SO EASY to get distracted by lots of technical issues that may or may not actually matter to the end user!
1. Sort user stories by priority and approach the project by focusing on completing one story at a time.
- For group projects, this means focusing on one story at a time per person.
1. Use checklists on each user story to break the story up into smaller tasks.
Expand Down

0 comments on commit 03be3e5

Please sign in to comment.