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

Write a deleteFhirServer function to remove a DB config #196

Open
bamader opened this issue Dec 5, 2024 — with Linear · 1 comment
Open

Write a deleteFhirServer function to remove a DB config #196

bamader opened this issue Dec 5, 2024 — with Linear · 1 comment

Comments

Copy link
Collaborator

bamader commented Dec 5, 2024

Description:

Write a function to delete a FHIR server and its config from the database. This function should remove the corresponding DB row from the postgres instance as well as remove the row from the table (which should happen automatically since we’ll want to dynamically populate the table anyway). Note that this delete function will need to be hooked up to the hover-over Delete button on the table, as well as the Delete button in the Edit view.

Acceptance Criteria:

A delete function is written and can be called from the front end

Copy link

linear bot commented Dec 5, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant