2014-09-19 10:23:34 +02:00
|
|
|
This is transient file that lists functionalities to be implemented before
|
|
|
|
first major release.
|
|
|
|
|
|
|
|
everything related to posts:
|
2014-09-28 23:54:32 +02:00
|
|
|
- ability to paste many urls in post upload
|
|
|
|
|
|
|
|
- post notes
|
|
|
|
- "add note" in sidebar creates new note in the middle of image
|
|
|
|
- hovering notes shows note text
|
|
|
|
- dragging and resizing notes is always possible
|
|
|
|
- clicking note reveals modal popup with textarea to input text
|
|
|
|
- under textarea there are buttons for saving and/or deleting the note.
|
|
|
|
- post notes should have separate table and shouldn't be stored as json
|
|
|
|
column.
|
|
|
|
- post notes should be visible in post edit history.
|
|
|
|
(move post snapshot factory methods to PostService)
|
|
|
|
|
2014-10-06 19:48:52 +02:00
|
|
|
everything related to users:
|
|
|
|
- fav tags / searches
|
|
|
|
- listing
|
|
|
|
- adding
|
|
|
|
- removing
|
|
|
|
|
2014-09-19 10:23:34 +02:00
|
|
|
everything related to tags:
|
2014-10-06 19:48:52 +02:00
|
|
|
- tags.json refresh when editing post
|
|
|
|
- basic tags
|
|
|
|
- merging
|
|
|
|
- tag editing
|
|
|
|
- category (from config.ini)
|
|
|
|
- description
|
2014-10-15 16:00:03 +02:00
|
|
|
- relations
|
|
|
|
- handle tag relations editing in frontend
|
|
|
|
- privileges
|
|
|
|
- template
|
|
|
|
- ajax
|
|
|
|
- handle tag relations editing in backend
|
|
|
|
- tagservice::update
|
|
|
|
- tageditformdata
|
|
|
|
- tagcontroller
|
|
|
|
- privileges
|
|
|
|
- handle relations in autocomplete
|
2014-09-19 10:23:34 +02:00
|
|
|
|
|
|
|
refactors:
|
|
|
|
- add enum validation in IValidatables (needs refactors of enums and
|
|
|
|
possible disposal of EnumHelper in favor of something more subtle)
|
2014-09-21 11:45:53 +02:00
|
|
|
- change content spinner to nprogress:
|
|
|
|
http://ricostacruz.com/nprogress/
|
2014-09-26 15:35:35 +02:00
|
|
|
- reduce dependencies
|
2014-09-19 10:23:34 +02:00
|
|
|
|
|
|
|
miscellaneous:
|
2014-09-28 23:54:32 +02:00
|
|
|
- endless pager should include information about page number
|
2014-09-19 10:23:34 +02:00
|
|
|
- add log engine and log everything that should be logged
|
2014-09-21 11:45:53 +02:00
|
|
|
- add README - apache2 has good README:
|
2014-09-19 10:23:34 +02:00
|
|
|
http://svn.apache.org/repos/asf/httpd/httpd/trunk/README
|
|
|
|
- add spinner to forms such as registration, user query, login, settings
|
|
|
|
etc. make sure the code isn't too duplicated.
|
2014-09-26 15:35:35 +02:00
|
|
|
- add 404 pages
|
2014-10-04 22:35:05 +02:00
|
|
|
- add history
|
2014-09-19 10:23:34 +02:00
|
|
|
|
|
|
|
some day:
|
|
|
|
- configure mails and ensure it works with gmail
|