This commit is contained in:
2020-05-07 21:40:55 +00:00
parent a40cda4043
commit a12065e8f3
7 changed files with 156 additions and 56 deletions

View File

@@ -15,6 +15,7 @@ todo: check attachment NOTES property is actually supported
todo: search tables in schema, I think there is a missing index here, need to look at the search query section again as it was changed several times from the original schema creation
API REFACTORING (note: workordercontroller / biz should be following all these rules so it's the template if need reference)
todo: all api route parameters, post object sb "newObject", put="updatedObject"
IN BIZ TOO
@@ -29,6 +30,8 @@ todo: Routes should check rights *BEFORE* they fetch the object, not after, all
This is out of order as it triggers a db call even if they have no rights to do it
todo: all biz objects "ExistsAsync" is this required / necessary?
todo: log failed
- Download attempts with wrong key
- Add delay for failed download