Currently it is sometimes necessary to delete the cache to get the current version (web-version only). A solution could be to build the .json representations of the components with a versioned filename.
Therefore it is necessary to trigger a version update if a component has been changed. This trigger should be implemented on something like each models .save method using a mixin. This way, a change on a MatrixFilterSpace could trigger a version update on the associated NatureGuide .
Currently it is sometimes necessary to delete the cache to get the current version (web-version only). A solution could be to build the
.jsonrepresentations of the components with a versioned filename.Therefore it is necessary to trigger a version update if a component has been changed. This trigger should be implemented on something like each models
.savemethod using a mixin. This way, a change on aMatrixFilterSpacecould trigger a version update on the associatedNatureGuide.