Updated TODO
This commit is contained in:
parent
185f820e21
commit
4174cc05d5
1 changed files with 39 additions and 13 deletions
52
TODO
52
TODO
|
@ -19,20 +19,46 @@ everything related to posts:
|
||||||
- post notes should be visible in post edit history.
|
- post notes should be visible in post edit history.
|
||||||
(move post snapshot factory methods to PostService)
|
(move post snapshot factory methods to PostService)
|
||||||
|
|
||||||
|
everything related to users:
|
||||||
|
- fav tags / searches
|
||||||
|
- listing
|
||||||
|
- adding
|
||||||
|
- removing
|
||||||
|
|
||||||
everything related to tags:
|
everything related to tags:
|
||||||
- automatic tag removal
|
- automatic removal of unused tags in backend
|
||||||
- tag refresh when editing post
|
- tags.json refresh when editing post
|
||||||
- tag listing
|
- basic tags
|
||||||
- time of last tag usage
|
- listing
|
||||||
- time of tag addition
|
- sort alphabetically
|
||||||
- mass tag
|
- sort by time of addition
|
||||||
- tag merging
|
- mass tag
|
||||||
- editing tags
|
- merging
|
||||||
- tag relations
|
- tag editing
|
||||||
- tag aliases
|
- name
|
||||||
- tag categories (from config.ini)
|
- category (from config.ini)
|
||||||
- tag descriptions
|
- description
|
||||||
- tag edit history
|
- related tags
|
||||||
|
- aliases
|
||||||
|
- take care of recursion
|
||||||
|
- listing
|
||||||
|
- sort alphabetically
|
||||||
|
- sort by time of addition
|
||||||
|
- adding
|
||||||
|
- removing
|
||||||
|
- editing
|
||||||
|
- from
|
||||||
|
- to (allow multiple)
|
||||||
|
- implications - when entering child tag, add parent tag
|
||||||
|
- take care of recursion
|
||||||
|
- listing
|
||||||
|
- sort alphabetically
|
||||||
|
- sort by time of addition
|
||||||
|
- adding
|
||||||
|
- removing
|
||||||
|
- editing
|
||||||
|
- source tag
|
||||||
|
- target tags (allow multiple)
|
||||||
|
|
||||||
refactors:
|
refactors:
|
||||||
- add enum validation in IValidatables (needs refactors of enums and
|
- add enum validation in IValidatables (needs refactors of enums and
|
||||||
|
|
Loading…
Reference in a new issue