You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To implement the unarchive patient flow we need to be able to retrieve all the facilities under a specific org. For a more detailed explanation of the unarchive patient flow please check the findings of the spike ticket.
Action requested
Modify the organization query to receive the organization ID and return the facilities under that organization.
Make the query available to support admins only (admin.graphql)
Even thought the query is deprecated make sure that is not being used in the application and if that is the case make the code changes needed to not affect current functionality.
Acceptance Criteria
Organization query receives an organization ID and returns the facilities within the organization.
query fails if used by non support admin
The application's functionality is not impacted in any way.
The text was updated successfully, but these errors were encountered:
Background
To implement the unarchive patient flow we need to be able to retrieve all the facilities under a specific org. For a more detailed explanation of the unarchive patient flow please check the findings of the spike ticket.
Action requested
Modify the
organization query
to receive theorganization ID
and return thefacilities
under that organization.Make the query available to support admins only (
admin.graphql
)Even thought the query is deprecated make sure that is not being used in the application and if that is the case make the code changes needed to not affect current functionality.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: