fractal-analytics-platform / fractal-server

Fractal backend
https://fractal-analytics-platform.github.io/fractal-server/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

De-duplicate task/task-group attributes #1855

Open tcompa opened 1 month ago

tcompa commented 1 month ago

This is not urgent, but after https://github.com/fractal-analytics-platform/fractal-server/issues/1829 is fully implemented we may start to remove some of the duplicate attributes from TaskV2 objects - as they'll be part of the corresponding TaskGroupV2.

tcompa commented 1 week ago

The only duplicate attribute which is left is version. In principle we should drop TaskV2.version, and always rely on TaskGroupV2.version, unless we find out that having a local (immutable) copy makes things much simpler somewhere else.

TBD