Skip to content

Archive deliveries

Yohan requested to merge archive into master
  • Delivery.id is not persisted anymore: the file name and relative directory is the id, and we don't want to denormalize this info
  • Delivery.load will filter out non fields keys from the storage: this allows more resilient upgrade of the data model, and is usefull when dealing with multiple branches with different data models
  • Delivery.archive/unarchive will move the delivery storage from root to archive/
  • Delivery.all now accepts "is_archived" to retrieve archived instead of active deliveries
  • import products is now moved to a modal
  • archived deliveries are now listed in a separate page
  • once archived, the delivery URL changes: I conidered this a feature, but that may be discussed :)

Merge request reports