terça-feira, 4 de dezembro de 2012

collective.wbs launched

Last week I launched at github an add-on for Plone called collective.wbs. It's objetive is to provide project management tools inside a Plone site, including a working breakdown structure (wbs) view and maybe the Gantt chart. It can be useful if you have a content creation project and want to plan and monitor it inside the same Plone site. Ok, maybe that would be a not very common situation, but this add-on fits a great use case of integration of the fantastic ExtJs javascript framework with Plone and this is a big motivation for developing it. The current version is very restricted. There are just the 'read feature' where we can view the project structure (tree) in an ExtJs Panel. Obviously, collective.wbs needs some love to grow up and get strong faster. Feel free to contribute! I've got it running in an Amazon EC2 micro (yes, plone4 works in a micro instance!) instance for a live demo. Watch it! p.s: It was incredibly easy to integrate this repo with travis-ci. Thanks to Asko Soukka and hvelarde