Skip to content

Draft: feat(ui): allow deleting entries in projects https://gitlab.com/postgres-ai/platform/-/issues/270

Lasha Kakabadze requested to merge delete-entries-in-projects into master

Description

This merge request assumes the request URL for deleting the project is /rpc/dblab_project_destroy with project_id in the body. This might need adjustments once the endpoint is finalized.

Related issue

https://gitlab.com/postgres-ai/platform/-/issues/270

Examples

Screenshot_2024-06-07_at_15.45.12

Screenshot_2024-06-07_at_15.46.23

Screenshot_2024-06-07_at_15.46.56

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED

Merge request reports