Page 1 of 1

Side project: Integrated Taskboard

Posted: Mon Sep 24, 2012 10:44 am
by Trilarion
My development thread for a simple taskboard. It's needed for this project and existing solutions unfortunately don't meet our requirements.

Requirements:
  • Visible but not editable for everybody
  • Editable for members of this forum without re-registration
  • Design adapted to the forum style
  • Tasks (Title, ID, Description (BBCode?), Keywords, Due Date) can be created, deleted, completed, reviewed, assigned
  • Sorting of Tasks by many different ways (Title, Creation date, Assigned,...)
  • Statistics (personal, total)
Now a phpbb modification would probably be well suited since the login and database storage and layout comes more or less automatically.

I will develop it as a side project. It will be used here only after successful release on phpbb. Until then it will be non-editable Workflowy.

Re: Side project: Integrated Taskboard

Posted: Fri Sep 19, 2014 12:53 pm
by Trilarion
I did it task board partly in the sense that it isn't editable by everyone, but only by me (currently). Anyway it seems to fullfill its purpose so far.

Re: Side project: Integrated Taskboard

Posted: Wed Mar 11, 2015 10:38 pm
by Trilarion
So I'm on it, albeit in a slightly different form. I polished my PHP and SQL skills and are currently improving the existing taskboard. The code is here. It should not take long, 2 weeks maybe.

Re: Side project: Integrated Taskboard

Posted: Sat Apr 18, 2015 7:43 pm
by Trilarion
Two weeks became four but apart from that it's finished. The results can be seen here.