-
Notifications
You must be signed in to change notification settings - Fork 1
Feature List
Chrisman Brown edited this page Nov 8, 2019
·
3 revisions
- Taskmasters
- Peons
- A Project is a collection of Tasks
- Projects can have many users and Users can have many Projects.
- Taskmasters can create new Projects.
- Taskmasters can invite other users to a Project.
- Taskmasters can create Tasks
- Taskmasters assign Tasks to Peons (more than one Peon at a time?)
- Taskmasters can assign a Status to a Task
- Status is one of:
- TODO
- IN PROGRESS
- DONE
- Tasks have comments? for discussion/collaboration
- There is one Lane for each Status:
- TODO
- IN PROGRESS
- DONE
- User can see a list of all Tasks in a Lane
- Moving a Task from one Lane to another updates its Status
- Each Project (Task?) has its own persistent, real time chat?