Skip to content

Commit f3c98b8

Browse files
committed
fix(app): additional-doc folder
1 parent ea1f0a0 commit f3c98b8

File tree

8 files changed

+72
-0
lines changed

8 files changed

+72
-0
lines changed

additional-doc/actions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# All actions
2+
3+
- [creation](./actions/creation-of-a-todo.html)
4+
- [edition](./actions/edition-of-a-todo.html)
5+
- [delete](./actions/delete-a-todo.html)
6+
- [change status](./actions/update-the-status-of-a-todo.html)

additional-doc/actions/creation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Creation of a todo
2+
3+
Just use the top input to create a todo.
4+
5+
![Screenshot](../../screenshots/actions/creation.png)

additional-doc/actions/delete.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Delete a todo
2+
3+
Just click on the right arrow to delete a todo.
4+
5+
![Screenshot](../../screenshots/actions/delete.png)

additional-doc/actions/edition.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Edition of a todo
2+
3+
Just double click on the todo label to edit a todo.
4+
5+
![Screenshot](../../screenshots/actions/edition.png)

additional-doc/actions/status.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Status of a todo
2+
3+
Just click on the left arrow to edit the status of a todo.
4+
5+
![Screenshot](../../screenshots/actions/update-status.png)

additional-doc/edition.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# All edition actions
2+
3+
TODO

additional-doc/introduction.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Introduction
2+
3+
This app is a simple todo list application
4+
5+
## Main features
6+
7+
- add a todo
8+
- edit a todo
9+
- delete a todo
10+
- update status of a todo
11+
- filter displayed todos
12+
13+
## A todo
14+
15+
A todo is displayed using todo component [TodoComponent](../components/TodoComponent.html).

additional-doc/summary.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[
2+
{
3+
"title": "Introduction",
4+
"file": "introduction.md"
5+
},
6+
{
7+
"title": "Actions",
8+
"file": "actions.md",
9+
"children": [
10+
{
11+
"title": "Creation of a todo",
12+
"file": "actions/creation.md"
13+
},
14+
{
15+
"title": "Edition of a todo",
16+
"file": "actions/edition.md"
17+
},
18+
{
19+
"title": "Delete a todo",
20+
"file": "actions/delete.md"
21+
},
22+
{
23+
"title": "Update the status of a todo",
24+
"file": "actions/status.md"
25+
}
26+
]
27+
}
28+
]

0 commit comments

Comments
 (0)