1.2.13 • Published 7 months ago

ktern-project-progress-calculation v1.2.13

Weekly downloads
-
License
ISC
Repository
github
Last release
7 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

9 months ago

1.2.7

10 months ago

1.2.6

10 months ago

1.2.5

11 months ago

1.2.9

8 months ago

1.2.12

7 months ago

1.2.13

7 months ago

1.2.10

8 months ago

1.2.11

8 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago