atomicdata-dev / atomic-server

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
https://atomicserver.eu
MIT License
987 stars 46 forks source link

Deleted classes are still in the lookup drop-down, introducing confusion. #774

Open turkhale opened 9 months ago

turkhale commented 9 months ago

image image

turkhale commented 9 months ago

For example, some of these resources are deleted, but still, I can select them: image

turkhale commented 9 months ago

I think the overall flow for deleting resources is unclear. Whether I delete the class or delete only this resource, I don't understand. Usually, in modeling, we say "delete from the model" (remove altogether) or "remove/delete this instance."

turkhale commented 9 months ago

Overall, the UI problem is that I see only some of what the model contains on the back panel. It is incorrect for modeling purposes (though perfectly fine for the end user).

joepio commented 9 months ago

I think the overall flow for deleting resources is unclear

I think you're right on this. I'm assuming you removed references to properties form the Edit page. You expected the linked resource to be removed here, but it keeps these around.

I think the solution here is to use the Ontology Editor, which does handle this correctly.