medizininformatik-initiative / feasibility-backend

Backend of the feasibility-gui.
Apache License 2.0
2 stars 4 forks source link

Add delete function for saved queries and query templates #176

Closed michael-82 closed 10 months ago

michael-82 commented 1 year ago

It should be possible to mark saved queries and templates as deleted (not to delete them completely). When marked as deleted, they should not be retrievable from the rest api in any way (not even with admin rights).

The check for duplicate names ( #175 ) should exclude deleted queries from the duplicate name check I guess.

References gui issue 15

michael-82 commented 1 year ago

The whole distinction between saved queries and query templates is currently being discussed again. So this is put on hold until a decision is made.

michael-82 commented 10 months ago

The discussion apparently has been held in the meantime and this was addressed by #216 and #204