vibbic / biosegment

BioSegment is a software stack to enable segmentation of microscopy data using machine learning models.
https://vibbic.github.io/biosegment/
GNU General Public License v3.0
3 stars 2 forks source link

Only update changed properties #52

Open berombau opened 3 years ago

berombau commented 3 years ago

Frontend calls backend update functions with a modified copy of the whole resource. Ideally, only the changed properties are present in the request. There is already a filterUndefined function to remove undefined properties. That function can be extended to only keep the different properties after a deep compare with the original resource in vuex.