New task was created
Community Portal
Remove Dataset as separate model
Created on Sunday 21 February 2021, 16:50
Back to task list-
ID857523
-
ProjectMetabolism of Cities Data Hub
-
StatusCompleted
-
PriorityMedium
-
TypeProgramming work
-
Assigned toPaul Hoekman
-
SubscribersCarolin BellstedtPaul Hoekman
Description
At some point we introduced a Dataset model. It's still present, see models.py. However, the fields we introduced turned out not to be that essential, and it actually made things more complicated than needed - for the end user but also from a programming viewpoint. Datasets are an extension of the LibraryItem, so we must now migrate them back into LibraryItems and remove any Dataset() reference in the system. The class should cease to exist.