1.2.13 • Published 3 months ago

ktern-project-progress-calculation v1.2.13

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

��# project-progress

Project Progress Calculation Module

This Node.js module provides functions to calculate project progress based on a given task structure and project settings. It supports different calculation types like task count, milestone percentage, and weightage.

Features Task Progress Calculation: Calculate both planned and actual progress for tasks based on various criteria.

Support for Different Calculation Types: Handles progress calculation using task count, milestone percentage, and weightage.

Flexible Task Structure: Can work with tasks that have parent-child relationships.

Installation To install the module, use npm: npm install ktern-project-progress-calculation

Usage

Importing the Module

const { projectProgressCalculation } = require('project-progress-calculation');

projectProgressCalculation(taskStruct, projectSettings)

This is the main function that calculates the progress of all tasks in a project.

Parameters: taskStruct: An array of task objects, each representing a task with properties like id, plannedStartDate, plannedEndDate, percentage, etc. projectSettings: An array of project settings objects, determining how progress should be calculated.

Returns: taskStruct: The updated task structure with calculated progress.

1.2.8

5 months ago

1.2.7

6 months ago

1.2.6

7 months ago

1.2.5

7 months ago

1.2.9

5 months ago

1.2.12

4 months ago

1.2.13

3 months ago

1.2.10

5 months ago

1.2.11

4 months ago

1.2.4

8 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.0

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago