DevTeam Gantt Planner is a Python-based tool designed to assist development teams in creating and visualizing Gantt charts for project planning and task management.
Stars
0
Forks
0
Watchers
0
Open Issues
24
Overall repository health assessment
No package.json found
This might not be a Node.js project
130
commits
10
commits
fix a bug arising when more than 11 items are defined for a given gantt chart for Version
cc3d5d6View on GitHubthe estimation of the charged days should be based on the remaining effort, not the totalEffort !
64179a5View on GitHubAdd sara to the default config.json, required for tests
c6f293bView on GitHubdecide of a strategy : the end date is entirely set on the totalEffort, while the effort is computed up to the ratio remainingEffort/totalEffort
f7216efView on GitHub