2bitcoder / Jquery-Gantt

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

[MS Project Menu] Upload new project #8

Closed lavrton closed 9 years ago

lavrton commented 9 years ago

Will open a modal with a drag and drop area for a file msproject.xml file. When file is dropped the xml contents are read into a javascript object and then written to the database.

Ajax call to a .cshtml page passing through parameters for each row.

2bitcoder commented 9 years ago

create new rows automatically from a microsoft project plan .xml file. same sent via skype here is my code that filtered and imported a ms project plan - this function should create new items for all records not filter most out.

we will need to find the xml items that is equivalent to parent and dependency, to handle grouping and dependencies across tasks