Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unarchive patient] Organization query updates #6061

Closed
johanna-skylight opened this issue Jul 3, 2023 · 0 comments · Fixed by #6107
Closed

[Unarchive patient] Organization query updates #6061

johanna-skylight opened this issue Jul 3, 2023 · 0 comments · Fixed by #6107
Assignees

Comments

@johanna-skylight
Copy link
Contributor

johanna-skylight commented Jul 3, 2023

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 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants