-
Notifications
You must be signed in to change notification settings - Fork 17
Description
For instance, when the asset metadata schema changes, this kind of recomputation would become necessary.
dandi-cli currently performs this computation; abstracting it out into the dandi package (or making use of the functionality if it is already so abstracted) would enable us to write a serverside task which performs the same function.
Also needed: a way to trigger this recomputation for all assets in the system. This might be a special purpose button we add to the admin console views, or we could possibly work with the existing admin app to trigger an action on a selection of assets.
@yarikoptic, @satra: does this mean that dandi-cli should no longer perform this function at all, leaving it for the server to do during upload and finalization?