19 lines
962 B
Plaintext
19 lines
962 B
Plaintext
# Attachments specifications
|
|
|
|
NOTE: This applies to all core business object types that are basically real world and have an id and a type (all are wikiable, attachable and reviewable) Not utility type objects like datalist etc
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
- Need core dlToken route for not just attachments
|
|
- There should be a notification for ops if a file attachment is physically not found when it has a db record see Attachmentcontroller line 407
|
|
|
|
Download / upload security JWT info:
|
|
https://stackoverflow.com/questions/29452031/how-to-handle-file-downloads-with-jwt-based-authentication/43133108#43133108
|
|
https://stackoverflow.com/questions/45763149/asp-net-core-jwt-in-uri-query-parameter/53295042
|
|
|
|
- V7 attached docs / embedded wiki file docs (case 3484)
|
|
- https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3484
|
|
- Both need to be combined into a single attachment when imported and in the new RAVEN.
|
|
- no more embedded wiki docs right? |