unee-t / frontend

Meteor front end
https://case.dev.unee-t.com/
GNU Affero General Public License v3.0
9 stars 17 forks source link

How to make sure that property names are the same in MEFE and BZEFE #885

Open franck-boullier opened 4 years ago

franck-boullier commented 4 years ago

The problem:

In some fringe scenarios, the property name in the BZFE and the property name in the MEFE are out of sync (they are different in the MEFE and in the BZFE).

We need to understand why this happens and how we can automatically correct these types of errors.

The name of the property in the BZFE is derived from the name of the property in the MEFE. If we update the name of the property in the MEFE, we need to cascade this update to the BZFE too.