-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify care team confirmation context for alerting
Care team invitation/confirmation contexts are currently a clients.Permissions object. To support alerting, the context is extended to include a models.AlertsConfig. The custom JSON unmarshaler allows flexibility in parsing the following received contexts: 1. The existing permissions only context 2. A hybrid context with old-style permissions plus an "AlertsConfig" 3. A future context with a "Permissions" and an "AlertsConfig" as sibling properties When the API is migrated to scenario #3 above, the custom marshaler can be removed. Part of BACK-2500
- Loading branch information
Showing
4 changed files
with
158 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters