-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (15 loc) · 774 Bytes
/
README
File metadata and controls
29 lines (15 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
== KAOS
Basically I am sick of my current planning system.
So the below is a list of the things that I initially think a planning system should contain. I want:
* to add a stories.
* to add sub-stories within the story
* to add sub-storis within the sub-stories and so forth
* to be able to assign users to tasks
* to be able to modify my user history
* to be able to assign more than one user to a story
* to be able to assign a user to multiple stories simultaneously
* to assign a percentage of user attention to a story
* to assign skills to a user, this should help to estimate time based on the tasks points.
* the back-end full implemented using a json API
* the front-end to use some code JS coding
* to intergrate with github in a nice and easy way..