diff --git a/dg/user-workflow.md b/dg/user-workflow.md index 3227185..31ca552 100644 --- a/dg/user-workflow.md +++ b/dg/user-workflow.md @@ -9,3 +9,14 @@ # User workflow +## Overview + +![](../images/user-workflow.png) + +Here is a brief explanation of each of its main features +1. **Issue viewer** + 1. Users will first see the issue viewer when watching a github repo with WATcher. + 2. They can sort and filter by various parameters such as titles, milestones and labels. +2. **Activity dashboard** (Not in production yet) + 1. Users can navigate to the activity dashboard through the page selection located on the top left. + 2. They will be able to see more details about their repository. (Specifics still in development) \ No newline at end of file diff --git a/images/user-workflow.png b/images/user-workflow.png new file mode 100644 index 0000000..80514b6 Binary files /dev/null and b/images/user-workflow.png differ