-
Notifications
You must be signed in to change notification settings - Fork 2
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
As a user, I want to delete all products in my node registry #80
Comments
What does that mean? Does it mean delete the index and start all over? Delete each item one by one? The first loses the known data names and types (schema) while the latter could take near forever if index is large. If the first, then it should be clean like delete-index rather than delete-all. |
Hmmmm. I am ok with |
I think we have this already. We call it Now delete a collection. Do you remove it from registry-refs too? What about updating all of the bundles that may have it? The general data-delete leaves your database all messed up because it removes just the registry doc. I can go back and double check, but I do not remember any searches complicated enough to find all references to any document. In fact, go back to that delete an observational. Do you modify the collection or delete collection? Same with bundle since they can also contain the observational. I think you may want to simply get rid of the data-delete all around. |
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Node Operator
πͺ Motivation
...so that I can delete all products in my node registry during testing or when I know I messed something up
π Additional Details
No response
Acceptance Criteria
Given a node registry index with >1 products loaded
When I perform
registry-mgr --delete-all
Then I expect all products in my node registry to the be deleted
βοΈ Engineering Details
Follow-on to #78
π I&T
No response
The text was updated successfully, but these errors were encountered: