This commit is contained in:
2020-04-19 18:06:15 +00:00
parent ea7a20bc8e
commit db07e55763
3 changed files with 37 additions and 14 deletions

View File

@@ -245,6 +245,11 @@ todo: would like to see who I'm logged in as at all times
todo: QUOTE icon being used is fa-edit, but, that is much more useful in the UI for edit buttons on things, so change quote icon to something else
todo: ATTACHMENTS
- server should send the list of attachments on an object with the object as a read only property
- This way they can be displayed in the UI without another hit to the server and used for attaching wiki images etc etc
- Server needs route to get attached files from direct url without headers being set
- dl token I guess in url? Appended to image urls?
- is there a way at the client to intercept urls and change them to include the dl token?
- ability to rename file on upload https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3546
- stuff https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3484
- handle initially missing files on import (they might fuck up the export from v7, ghost files idea see case in AyaNova regarding datadump)