Skip to content

Commit

Permalink
[DOC] project_task_subtask: освежили документацию
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Dec 30, 2024
1 parent 6cda615 commit 979d143
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
19 changes: 9 additions & 10 deletions project_task_subtask/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Features:

- TODO

- Waiting

- CANCELLED

- Added new "Checklist" menu
Expand All @@ -62,22 +64,19 @@ Usage

- Login as User1

- Go to ``Project >> Project >> All Tasks`` and open the
``Checklist`` tab
- Go to ``Project >> Checklist``
- Create new subtask (Assigned to - User2)

- Login as User2

- See message in Inbox like "TODO: subtask_name"
- See message in Inbox or Email (depends on user profile settings)
like "TODO: subtask_name"
- Change state of subtask to Cancelled/Done
- You can see a message in Inbox "Cancelled: subtask_name" or "Done:
subtask_name" accordingly.

- You can see your TODOs on tasks in kanban view in the
``Project >> Project >> Tasks`` menu
- You can see a message in Inbox or Email "Cancelled: subtask_name"
or "Done: subtask_name" accordingly.

- The ``Project >> Project >> Checklist`` menu displays ALL subtasks in
state TODO assigned to you and subtasks where you are Reviewer
- The ``Project >> Checklist`` menu displays ALL subtasks in state TODO
assigned to you

Bug Tracker
===========
Expand Down
1 change: 1 addition & 0 deletions project_task_subtask/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Features:

* DONE
* TODO
* Waiting
* CANCELLED

* Added new "Checklist" menu
Expand Down
9 changes: 4 additions & 5 deletions project_task_subtask/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
* Create User1 and User2 in the ``Settings >> Users`` menu
* Login as User1

* Go to ``Project >> Project >> All Tasks`` and open the ``Checklist`` tab
* Go to ``Project >> Checklist``
* Create new subtask (Assigned to - User2)

* Login as User2

* See message in Inbox like "TODO: subtask_name"
* See message in Inbox or Email (depends on user profile settings) like "TODO: subtask_name"
* Change state of subtask to Cancelled/Done
* You can see a message in Inbox "Cancelled: subtask_name" or "Done: subtask_name" accordingly.
* You can see a message in Inbox or Email "Cancelled: subtask_name" or "Done: subtask_name" accordingly.

* You can see your TODOs on tasks in kanban view in the ``Project >> Project >> Tasks`` menu
* The ``Project >> Project >> Checklist`` menu displays ALL subtasks in state TODO assigned to you and subtasks where you are Reviewer
* The ``Project >> Checklist`` menu displays ALL subtasks in state TODO assigned to you

0 comments on commit 979d143

Please sign in to comment.