You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Should we implement cascading deletes? This will get tricky--maybe instead we should have some kind of deprecation flag. If we were to delete a model what would we do?.....
delete associated configs
remove it from projects
remove it from provenance (would this break chains...?)
This seems to me to be tricky but ultimately will be important to sort out.
The text was updated successfully, but these errors were encountered:
@YohannParis@pascaleproulx any thoughts on what should happen when someone deletes something? Do we even care to allow deletion right now? Removing objects from the workflow doesn't actually delete them under the hood. Removing them from the project doesn't delete them under the hood either.
A potential issue would be when the user deletes a model--delete associated simulation runs, model configs, and remove them from all projects and workflows?
Should we implement cascading deletes? This will get tricky--maybe instead we should have some kind of
deprecation
flag. If we were to delete amodel
what would we do?.....This seems to me to be tricky but ultimately will be important to sort out.
The text was updated successfully, but these errors were encountered: