gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Rework schema field diff mechanism #247

Open Jotschi opened 3 years ago

Jotschi commented 3 years ago

Currently the schema diff mechanism is spread across multiple classes and thus it is very hard to keep track of needed changes. Additionally each case has to be implemented individually.

It would be better to use a more generic approach which automatically creates the needed change information based on the diff of the REST models.