Moved Anonymous User Case Diagram link tag (#30213)
In addition, made edits around user case diagram for consistency
This commit is contained in:
@ -21,7 +21,7 @@ Together, we'll plan out a simple "To-do" single-page web app. We'll also plan f
|
|||||||
|
|
||||||
## 2) Write user stories
|
## 2) Write user stories
|
||||||
|
|
||||||
Here are some example user stories. These will guide how we think about our app's features and functionality. Note that they all follow a similar structure: as a <a href='https://lh5.googleusercontent.com/2v6iIMbCrLSKVfqttEToum7OA3YGQCBKWUHcSCB1KEbEcijXxQtKJKY6fhLXeecJiO27P4icOuPlkVc9_uNXolzlzNXOo_TPh09GZsAqRH-JISqPrpx0PZdtbHOr0RIuQUbTbaw' target='_blank' rel='nofollow'>person] I can [do something].
|
Here are some example user stories. These will guide how we think about our app's features and functionality. Note that they all follow a similar structure: as a [person] I can [do something].
|
||||||
|
|
||||||
* as a logged-in user I can see the list of my to-do's.
|
* as a logged-in user I can see the list of my to-do's.
|
||||||
* as a logged-in user I can add a new to-do.
|
* as a logged-in user I can add a new to-do.
|
||||||
@ -29,11 +29,11 @@ Here are some example user stories. These will guide how we think about our app'
|
|||||||
* as a logged-in user I can complete a to-do (only my to-do's - not other users').
|
* as a logged-in user I can complete a to-do (only my to-do's - not other users').
|
||||||
* as an anonymous user, I can register for a new account, recover my password, or log in to the app with an existing account.
|
* as an anonymous user, I can register for a new account, recover my password, or log in to the app with an existing account.
|
||||||
|
|
||||||
## 3) Create our use case model
|
## 3) Create our user case model
|
||||||
|
|
||||||
Our use case model will help us visualize our user stories so we can better understand how to implement them.
|
Our user case model will help us visualize our user stories so we can better understand how to implement them.
|
||||||
|
|
||||||
![Anonymous user case diagram</a>
|
<a href='https://lh5.googleusercontent.com/2v6iIMbCrLSKVfqttEToum7OA3YGQCBKWUHcSCB1KEbEcijXxQtKJKY6fhLXeecJiO27P4icOuPlkVc9_uNXolzlzNXOo_TPh09GZsAqRH-JISqPrpx0PZdtbHOr0RIuQUbTbaw' target='_blank' rel='nofollow'>![Anonymous user case diagram]</a>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -114,4 +114,4 @@ Later, once you've implemented your API with Node.js and Express.js, you'll just
|
|||||||
|
|
||||||
## 10) Start writing code!
|
## 10) Start writing code!
|
||||||
|
|
||||||
This is the fun part, and it will take up most of your project's time. If you need help with this, join us and learn to code.
|
This is the fun part, and it will take up most of your project's time. If you need help with this, join us and learn to code.
|
||||||
|
Reference in New Issue
Block a user