angular-gantt / angular-gantt

Gantt chart component for AngularJS
https://www.angular-gantt.com
MIT License
1.42k stars 487 forks source link

Create new task groupe / Edit task / Milestones group #152

Closed pierre521 closed 10 years ago

pierre521 commented 10 years ago

Hi !

First I want to apologize for my English very bad, I'm French :-) I'm a noob in developement but i test the demo of Angular Gantt, and I really loved the interface and ease of use. I've tried many gant diagram online and this one is the best. And I wondered how we could implement the following features:

I can help in my level but I'm not sure to be very useful. I will read a book on javascript to be better ! Anyway , congratulations for this work it's very beautiful and useful script !

Toilal commented 10 years ago

I'm French too, no problem :)

At the moment, we are focused on making the gantt easy to embed in any application, and highly customizable by providing good "angularJS-style" API.

Sub task feature is interesting, but not planed for the moment. You may open another dedicated issue about this, and explain in detail what you would want (how to create subtask, how to display them, etc).

angular-gantt is a library, and editing features are not implemented currently. The drawing mode from the demo is more a proof of concept. You can listen to gantt events, and then do anything you want with some custom code.

Maybe there will be implementations for those editing features one day, but it's our current priority.

Toilal commented 9 years ago

@pierre521 The feature is there now, in master branch and will be in next minor release (1.1.0).