This commit is contained in:
@@ -3,16 +3,10 @@
|
||||
PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route changes etc then back here in order lowest level first as affects the most stuff exponentially so best to do it early
|
||||
=-=-=-=-
|
||||
|
||||
todo: can I receive an email link to an AyaNova object that opens the AyaNova app from email and then the object directly?
|
||||
- this would make notifications better and other stuff as well
|
||||
-YES: window.location.search will contain the query term if set on the link to the servers app,
|
||||
- a link to localhost:8080?go=2,1
|
||||
- http://localhost:7575?go=2,1
|
||||
|
||||
|
||||
todo: persisted state: https://github.com/robinvdvleuten/vuex-persistedstate
|
||||
- I can control which paths are persisted, maybe there is shit in there that doesn't need to be persisted or shouldn't be
|
||||
|
||||
|
||||
todo: remember scroll position in lists when returning, make sure it is working, will be a pain if not
|
||||
|
||||
todo: OPS routes (SERVER AND CLIENT)
|
||||
@@ -26,9 +20,13 @@ todo: translation page with translation settings
|
||||
- Translation feedback link in translation page https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3722
|
||||
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1442
|
||||
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1439
|
||||
|
||||
todo: ability to mass tag items from list (SERVER AND CLIENT)
|
||||
- also a good way to do an initial implementation of a mass ops UI code
|
||||
todo: ability to mass rename a tag to something else in all objects (SERVER AND CLIENT)
|
||||
this is bizadmin level page dedicated to this kind of operation, list of objects and mass changes to be made
|
||||
maybe this is a mass changes feature in general??
|
||||
Or maybe just targetted to tags and can copy and re-use for something else if needed later
|
||||
|
||||
todo: WIKI insert image should have extra linefeed before and after because it fails to show the image at all if it follows something like <br> even though it appears to be on the next line
|
||||
- tl/dr: ensure blank before and after for any url
|
||||
|
||||
Reference in New Issue
Block a user