This commit is contained in:
2020-04-23 20:05:23 +00:00
parent ed74b71adb
commit 2ebc123b84

View File

@@ -78,25 +78,7 @@ todo: clean up recently added translation keys, some are not being used and were
todo: Datadump EXPORT and RAVEN IMPORT of all attachment / wiki stuff
- v7 attached files, internal documents all handled
https://medium.com/js-dojo/upload-files-to-cloudinary-using-vue-vuetify-dd45472c4fd6
1578595824571
todo: ATTACHMENTS
- TODO: PLANNING - should attachments be actually attached in the db to their object? like Wiki was changed to do?
- is this even possible?
- if not, then should it really be treated like a data field like wiki in UI or it's own thing?
- 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
- easy url for inside wiki and other places
- 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
- handle initially missing files on import (they might fuck up the export from v7, ghost files idea see case in AyaNova regarding datadump)
- Code it now
todo: AFTER ATTACHMENTS WIKI IMAGES