Side project: Integrated Taskboard

Discussion of ongoing programming work.
Forum rules
Posted relevant content can be used under GPL or GFDL (http://www.gnu.org/) for the project. Thanks!
Post Reply
User avatar
Trilarion
Founder
Posts: 845
Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany

Side project: Integrated Taskboard

Post 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.
User avatar
Trilarion
Founder
Posts: 845
Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany

Re: Side project: Integrated Taskboard

Post 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.
User avatar
Trilarion
Founder
Posts: 845
Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany

Re: Side project: Integrated Taskboard

Post 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.
User avatar
Trilarion
Founder
Posts: 845
Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany

Re: Side project: Integrated Taskboard

Post by Trilarion »

Two weeks became four but apart from that it's finished. The results can be seen here.
Post Reply