From: Damien R. <dr...@ma...> - 2016-01-02 10:39:20
|
On 2015-12-29 21:51, Максим Кузьмин wrote: > I would like to introduce my plugin for mantisbt - Taskodrome - > https://github.com/AuthenticEshkinKot/Taskodrome Hello Maxim Many thanks for your message. I had a quick look, and your plugin seems very similar to an existing one: https://github.com/mantisbt-plugins/scrum Obviously Taskodrome has nice and useful features in terms of UI which are missing in the Scrum plugin, particularly the drag&drop functionality which is on the todo list [1] as well as the ability to assign issues. I was wondering if you would be interested in contributing to making the existing scrum plugin better, instead of offering a competing one ? Anyway, a few comments on the interface: - if you unassign an issue by dragging it back to 1st column, status remains 'assigned' but without an assignee - what do the blue/red bars at the bottom of the cards mean ? - the Assignment board / Status board selections do not follow the Mantis standard for sub-menus - you're using inline scripts, you should move them to js files (in Mantis 1.3 they will be disabled by CSP); these should be loaded in <head> - CSS is linked before the doctype, should be in <head> - I'm getting 'APPLICATION ERROR #2502 Plugin page not found' trying to access the config page Cheers Damien [1] https://github.com/mantisbt-plugins/scrum/issues/12 |