-
Or a question of adding a enable_gd_features in the config file. No need to do a whole plugin framework. The framework itself would likely be more lines of code than Nexty :)
I'll gladly code the graphs.
2008-01-29 17:55:33 UTC in Nexty
-
Graphs (perhaps using jpgraph) of task close ratio per week, number of tasks/per day etc.
2008-01-29 07:16:07 UTC in Nexty
-
When a task was created isn't as interesting as when it is due. The calendar should show due dates, not creation dates to be useful in my opinion.
2008-01-25 19:36:35 UTC in Nexty
-
The "Stuff to do" view needs improvements to facilitate the new due_on fields in the database.
Even though the task has a deadline which is later than the other tasks, it's still at the top. The sort order needs to be changed into due_on.
(index.php)
$tasks = $sql->getAll("SELECT T.id,T.name,T.project_id,T.due_on,P.name as project_name "
. " FROM Task As T INNER JOIN...
2008-01-25 18:18:27 UTC in Nexty
-
Verified. When the due on is set the date is written into database.
2008-01-25 17:59:51 UTC in Nexty
-
I would like to see a "Home" and perhaps with useful statistics and more as well. Make it more of the master page of Nexty.
2008-01-23 07:05:31 UTC in Nexty
-
Perfect. It has the same effect basically :)
2008-01-23 07:04:23 UTC in Nexty
-
Due date. I like it :)
2008-01-23 07:02:51 UTC in Nexty
-
Pressing the Nexty logo to get to "Stuff to do" is not very logical or intuitive. There should be another way to get to that page. It's should be like the Outlook "Today" page or your homepage in a browser. Your main headquarter for things to do.
Perhaps also renamed to "Getting things done..." "Stuff" is a bit "IT" speak :)
2008-01-22 16:22:32 UTC in Nexty
-
The Inbox (which is very cool because of the parsing functionality) is not very accessible.
I've talked to quite a few people who cannot guess that you need to press the "Nexty" logo to get back to the "Stuff to do" page. It's like a hidden shortcut.
If you navigate away from "Stuff to do", there's no way to get to the inbox. This should be much easier. It's a much easier way to create...
2008-01-22 16:20:22 UTC in Nexty