updated readme about categories

This commit is contained in:
Suraj 2016-02-02 23:14:12 +05:30
parent 5bdbe6f7b2
commit cf202e7c51
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ I am learning writing webapps with Go as I build this application, I took to wri
3. We use github flavoured markdown, which enables us for using a task list, advanced syntax highlighting and much more 3. We use github flavoured markdown, which enables us for using a task list, advanced syntax highlighting and much more
4. Supports file upload, randomizes the file name, stores the user given filename in a db and works on the randomized file name for security reasons. 4. Supports file upload, randomizes the file name, stores the user given filename in a db and works on the randomized file name for security reasons.
5. Priorities are assigned, High = 3, medium = 2 and low = 1, sorting is done on priority descending and created date ascending 5. Priorities are assigned, High = 3, medium = 2 and low = 1, sorting is done on priority descending and created date ascending
6. Categories are supported, you can add tasks to different categories.
How you install? How you install?
================== ==================