ec-jrc / re3gistry

Re3gistry is a reusable open source solution for managing and sharing ‘reference codes’, ensuring semantic interoperability across organisations.
European Union Public License 1.2
29 stars 23 forks source link

Remove registers and items #34

Closed danicgc closed 3 years ago

danicgc commented 3 years ago

Dear team, I would like to remove some specific registers and items created (not classes but contents). How can I do it? Thank you, P.S. I'm working with Re3gistry 2.0

emanuelaepure10 commented 3 years ago

Dear @danicgc,

Following the ISO 19135 standard, once an item is added to the system (passing from "proposed" status to "valid") it can never be deleted via interface.

What you can do is:

  1. if is still in "proposed" status that you can just redraw the action containing the item
  2. if the item has "valid" status the item can be "supperseded", "invalidated" ore "retired"
  3. or just delete them from the database.

Please remember that the registry was created to contain persistent items.

danicgc commented 3 years ago

OK. Thank you very much.