Functional specification
Given a project, list all the available tasks associated with that project. The user can select one or more tasks from the list and perform one of two actions on them: edit and remove. There's also the option to create a new task for the project.
Nothing is changed in the persistence layer by this story.
Technical specification
The list of tasks is shown in the
EditProjectPage (from
EditProjectStory).
There is a component that lists the tasks (showing the names), such as a
ListChoice. And a button to Edit. The user clicks on a task and can then click on Edit.
The list of tasks of a project is included in the
Project object, which is the model of the
EditProjectPage.
What is the current procedure for this use case?
The tasks are browsed through phpldapadmin.
Discussion
- Deletion of tasks is being discussed (see mails in ops-developer mailinglist).
Hours
Estimates
Resources
--
RommertDeBruijn - 06 Mar 2007