-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOC] project_task_subtask: освежили документацию
- Loading branch information
Showing
3 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ Features: | |
|
||
* DONE | ||
* TODO | ||
* Waiting | ||
* CANCELLED | ||
|
||
* Added new "Checklist" menu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |