N.B. In the GUI, EditTasks (and NewTask) has been moved to EditProject.
Functional specification
Given a Project, create a new task associated with that topic. User can define a name (String) for the new topic. This name is immutable after submitting, so should be chosen carefully. The status of the new task is set to
open per default, but can be changed.
Result: The new task is added to the persistence layer.
Technical specification
This as well as the
EditTaskStory can be done inside the
EditProjectPage? . There should be a Form with a
TextField? for the name and a combo for the state of the task, which are the only attributes that are editable.
The
ProjectDao? stores the tasks added when storing the new or editted project.
What is the current procedure for this use case?
Using phpldapadmin.
Discussion
- Should we provide default tasks, such as kickoff, bugfix, etcetera
- It could also be possible to select several tasks (e.g. with a MultipleListChoice? ) and change the status of all at the same time.
Hours
Estimates
| task |
estimated |
hrs |
| writing form |
1 |
1 |
| input textfield + validator |
1 |
1 |
| writing to ldap |
5 |
|
| ... |
|
|
| subTotal |
7 |
| get some slack |
1.2 |
| Total |
8.4 |
Resources
--
RommertDeBruijn - 06 Mar 2007
Topic revision: r7 - 19 Apr 2007 - 14:55:33 -
IvanaCace