This commit is contained in:
@@ -138,5 +138,3 @@ nothing to do with business stuff or actual business data
|
||||
- EditOwn is really not about editown it's about supporting a user who is not supposed to see any data other than the bare minimum in order to fill out workorders
|
||||
- Make it a business rule(s) instead in the areas of workorders and anything specific
|
||||
- Get rid of edit own rights code entirely
|
||||
- this might mean can clean up ownerID stuff in objects?
|
||||
|
||||
|
||||
@@ -6,16 +6,23 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQ3NTgwMzg2IiwiZXhwIjoi
|
||||
## IMMEDIATE ITEMS
|
||||
|
||||
|
||||
Do I need ownerId for anything if it's not being used anymore for rules??
|
||||
- Get rid of it in all rights stuff first, then widget then the rest and rename for the below specific things to UserId instead
|
||||
- DataFilter uses it for a different purpose in that there are public and private filters
|
||||
- After removing everywhere else maybe if this is the only holdout rename the field to userID or something?
|
||||
- Semantically makes more sense
|
||||
- Also helps so we can have no remnants of ownerId anywhere to make it easier to see what's been fixed / changed.
|
||||
- EventLog uses it to log people's changes so an eventlog entry might be owned by Jim but it refers to an action Jim made on another object such as edit it maybe
|
||||
- Could be renamed to UserId as well
|
||||
- Event object uses it see eventlog above
|
||||
- FormCustom uses it much like DataFilter does, could also be renamed to UserId and semantically be better
|
||||
Remove OwnerId
|
||||
- DONE Get rid of it in all rights stuff first
|
||||
- Remove OwnerId for objects that don't require it anymore
|
||||
- DONE Widget
|
||||
- DONE Locale
|
||||
- DONE User
|
||||
- UserOptions remove but also has a bit below
|
||||
- ValidateJsonPatch
|
||||
- FileAttachment
|
||||
|
||||
- Rename OwnerId to UserId for those objects that require it still
|
||||
- DataFilter
|
||||
- EventLog
|
||||
- Event object uses it see eventlog above
|
||||
- FormCustom uses it much like DataFilter does, could also be renamed to UserId and semantically be better
|
||||
- UserOptions (rename to userID)
|
||||
- OpsJob (might be removable?)
|
||||
|
||||
OwnerID is put on httpcontext in startup.cs, will it still be necessary?
|
||||
Clean up owner ID and rules now that it's deprecated
|
||||
|
||||
Reference in New Issue
Block a user