This commit is contained in:
2020-04-19 23:10:09 +00:00
parent 3b212b16c3
commit 683e117187
4 changed files with 17 additions and 10 deletions

View File

@@ -222,6 +222,10 @@ RESEARCH
------------------------ /WIKI ---------------------------
todo: wiki in datalist?
- will need for reports but can't show in a grid, maybe it's available for something but can't be seen or filtered?
- shows in grid as basically a bool like has wiki or not but doesn't show any actual wiki?
- this is only to feed report, no other purpose to it.
todo: document that emojis can be used in any text field and key combo on windows is winkey-period
-other os's too?
@@ -248,6 +252,10 @@ 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
- 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