Hacker News new | ask | show | jobs
JQuery Gantt editor. Open source, SVG based. (roberto.open-lab.com)
122 points by robicch 4445 days ago
7 comments

This post was upvoted by sockpuppets. I banned the sockpuppets and buried this post. I've also banned the site, at least until we get a promise that this will never happen again.

Please don't ever do this on Hacker News.

nice...if you are interested in making the view tree-based you might find this HN post useful: https://news.ycombinator.com/item?id=7569063
that is really nice too :-)
So useful, thanks alot.
Just testing it out. A great online tool. However, when you click on delete with no items, a JS error "Uncaught TypeError: Cannot read property 'canWrite' of undefined" is thrown. Cheers!
Thanks for the feedback. Fixed!
I had to build one of these once in Flash, how did you handle leap year
javascript Date object handle leap year by default
I'm not allowed to work on weekends? Thoughtful, alas.
Yes, you can. It is configurable, see i18nJs.js file and more in detail the function isHoliday(date)
Ah, ok great, thanks. I was just using the demo as is.
Great piece of code!!! Thanks
welcome
Nice work. What kind of open source license?
MIT
It's great that you chose this license, it is truly selfless to pick the MIT license. Kudos for that. More projects should be on MIT.