2bitcoder / Jquery-Gantt

A Gantt Plugin using Jquery, Backbone and Kinetic
19 stars 1 forks source link

Updating the duration field does not save change and update gantt panel #30

Closed 2bitcoder closed 9 years ago

2bitcoder commented 9 years ago

The duration field [ 10d ] when edited should invoke an API update, and then update the [End Date] and gantt bar to the new date value.

calculation is from the [Start Date] + [x] Days / Weeks / Months / Years = [End Date]

valid durations x d = Days x w = Weeks x m = Months x y = Years