Skip to content

standev/alice-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alice-planner

The solution is based on Critical path method.

Public API

GET /api/plan Publicly accessible API endpoint at serving a JSON document containing:

  • The total time to complete the whole project.
  • The highest sum of crew members (regardless of crew type) utilized at any given moment of the construction.

GET /api/task Publicly accessible API endpoint serving a JSON document containing all the tasks from the input with 2 added properties: startInterval and endInterval representing the starting and ending intervals of given task.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages