Skip to content

mauricioZelaya/CriticalPathWithInterfaceMZ

Repository files navigation

------------------------------------------------------------------------
This is the project README file. Here, you should describe your project.
Tell the reader (someone who does not know anything about this project)
all he/she needs to know. The comments should usually include at least:
------------------------------------------------------------------------

PROJECT TITLE:
PURPOSE OF PROJECT:
VERSION or DATE:
HOW TO START THIS PROJECT:
AUTHORS:
USER INSTRUCTIONS:

0. Create a Project
1. Create tasks
2. Delete tasks
3. Edit tasks
4. Set dependencies between tasks
5. Calculate the minimum time to deliver
6. List the tasks that are in the Critical Path

US 0. As a user I should be able to create a new Project, 
with the following information:
* Name
* Start date

US 1. As a user I should be able to create a new task, 
including its most important information:
 * Name
 * Description
 * Responsible
 * Estimated completion time
 * Dependency on other tasks (optional)

US 2. As a user I should be able to delete a given task

US 3. As a user I should be able to edit the information of 
a given task

US 4. As a user I should be able to set dependencies 
between tasks to indicate a task cannot start until another is
finished

US 5. As a user I should get the date when a project can be
completed, given a set of tasks

US 6. As a user I should see a list of tasks that belong to
the Critical Path




About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages