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!
Trilarion
Founder
Posts: 846 Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany
Post
by Trilarion » Mon Sep 24, 2012 10:44 am
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.
Trilarion
Founder
Posts: 846 Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany
Post
by Trilarion » Fri Sep 19, 2014 12:53 pm
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.
Trilarion
Founder
Posts: 846 Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany
Post
by Trilarion » Wed Mar 11, 2015 10:38 pm
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.
Trilarion
Founder
Posts: 846 Joined: Thu Jan 12, 2012 9:27 pm
Location: Central germany
Post
by Trilarion » Sat Apr 18, 2015 7:43 pm
Two weeks became four but apart from that it's finished. The results can be seen
here .