132 Commits

Author SHA1 Message Date
Suraj
ca9a110526 Ability to add comments & a little HTML formatting v1.2 2016-02-14 23:16:22 +05:30
Suraj
04640d0159 Fixed bug: doesn't show empty category in navigation drawer 2016-02-14 12:09:47 +05:30
Suraj
a59f3d3c3c show 0 count for category with no tasks in navigation drawer 2016-02-13 01:05:42 +05:30
Suraj
d55074d339 category auto selected when note added in category view 2016-02-13 01:04:03 +05:30
Suraj
20ae1db0e1 few UI mods 2016-02-06 15:32:58 +05:30
Suraj
2f62bcc7f8 redirect to correct page on action 2016-02-06 15:32:46 +05:30
Suraj
92bd9b4e71 icons right aligned 2016-02-06 12:46:15 +05:30
Suraj
2ea4b1b364 pending tasks shown in count of categories & in the list 2016-02-06 12:39:38 +05:30
Suraj
8aef7693a8 update/delete categories now possible 2016-02-06 12:28:00 +05:30
Suraj
58d5d1b39b nav bar modifications 2016-02-06 12:27:28 +05:30
Suraj
b34d8e334c formatted html 2016-02-06 12:25:50 +05:30
Suraj
ae736c93f3 formatted html 2016-02-06 12:25:31 +05:30
Suraj
761ba4e33a update priority bug fixed 2016-02-06 01:37:45 +05:30
Suraj Patil
58918d41af Merge pull request #15 from Skarlso/master
Added new tests to addView_test.go
2016-02-05 23:39:58 +05:30
Suraj
376906ae75 category of task can be updated now 2016-02-05 23:39:09 +05:30
Suraj
2a49110f7f fixed bug of notifications 2016-02-05 23:38:52 +05:30
Gergely Brautigam
6d40ebfceb Form is just a map[string][]string. It is easy to manipulate. But url.ParseQuery can also be used. 2016-02-04 21:24:19 +01:00
Gergely Brautigam
38d7058e79 Added two new tests for Editing Tasks. 2016-02-04 20:57:32 +01:00
Gergely Brautigam
176ba70e5c Added test for AddCategory basic case. 2016-02-04 20:43:24 +01:00
Suraj
53129bb4b5 updated for nested category 2016-02-05 01:10:11 +05:30
Suraj
c21afbe7a8 per category count in sidebar 2016-02-05 01:09:36 +05:30
Suraj
74e60b5062 removed .out file 2016-02-05 01:08:07 +05:30
Suraj
52298e3e06 minor changes 2016-02-05 00:06:53 +05:30
Suraj
67ea47248d modified the notification prompt 2016-02-05 00:06:44 +05:30
Suraj
1752d74589 to show edit task thing 2016-02-05 00:06:00 +05:30
Suraj
3113502041 moved templates folder out of public folder 2016-02-03 22:16:00 +05:30
Suraj
f47c4189ec updated readme 2016-02-03 22:10:16 +05:30
Suraj Patil
73a5a8e26d Merge pull request #14 from Skarlso/addtests
Added a file handler test which tests the first handler in addViews.
2016-02-03 22:03:29 +05:30
Gergely Brautigam
357bb14473 Started to add tests.
Added test file

Added first test for file handler.
2016-02-02 23:16:44 +01:00
Suraj
9925301ce0 updated DDL for category 2016-02-02 23:15:28 +05:30
Suraj
cf202e7c51 updated readme about categories 2016-02-02 23:14:12 +05:30
Suraj
5bdbe6f7b2 added categories 2016-02-02 23:10:44 +05:30
Suraj
8be63f0bf1 priority is now a radio button list not drop down 2016-02-02 21:08:49 +05:30
Suraj
57d096f8b9 Edit Task bug fixed 2016-02-02 21:08:35 +05:30
Suraj
4f4fd46782 fixed update 2016-02-01 20:48:30 +05:30
Suraj
e7b6055693 added file level comments 2016-02-01 20:04:19 +05:30
Suraj
5b60435ee0 removed static files handler 2016-02-01 20:04:01 +05:30
Suraj
5f38eb7c52 when delete returns to the original URL and not /deleted 2016-02-01 19:56:06 +05:30
Suraj
a64c630767 Better error handling in views 2016-02-01 19:15:04 +05:30
Suraj
534cb71064 formatting small things 2016-01-31 19:52:00 +05:30
Suraj
eb42e38fae fix minor bugs 2016-01-31 19:40:15 +05:30
Suraj Patil
58d60f1615 Merge pull request #13 from Skarlso/master
Encapsulate database to its own type for standard error handling.
2016-01-31 19:31:42 +05:30
Gergely Brautigam
d2e2d035f2 Fixed argument passing as variadic. 2016-01-31 15:00:31 +01:00
Gergely Brautigam
cfcec48ca4 Started to extract out the common query which is performed by task related actions. 2016-01-31 14:56:14 +01:00
Gergely Brautigam
63278e72f3 Encapsulate database to its own type for standard error handling. 2016-01-31 14:48:19 +01:00
Suraj Patil
aadd8b31f0 Merge pull request #12 from thewhitetulip/revert-11-master
Revert "Encapsulated database for extracting common error patterns."
2016-01-31 18:04:56 +05:30
Suraj Patil
972c5dff04 Revert "Encapsulated database for extracting common error patterns." 2016-01-31 18:00:10 +05:30
Suraj Patil
4eff631bc5 Merge pull request #11 from Skarlso/master
Encapsulated database for extracting common error patterns.
2016-01-31 17:56:36 +05:30
Gergely Brautigam
cec0c0b129 Replaced all fmt. to log. to be consistante and to have timestamp on logging. 2016-01-31 13:16:44 +01:00
Gergely Brautigam
939ef68486 Encapsulated database for extracting common error patterns. 2016-01-31 13:13:34 +01:00