GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
86 stars 25 forks source link

entries .dependents and skip #1347

Open dbauszus-glx opened 6 days ago

dbauszus-glx commented 6 days ago

An infoj entry with dependents means that the entries with their fields in the dependents array are dependent on the entry with the dependent configuration.

An update to a field entry with dependents will sync all the dependents field entries.

This must not be confused with the dataview.dependents which will be removed in the review of the dataview entry type.

A skip logic array should be introduced to check in the infoj skip method whether an entry should be skipped because a field entry on which the entry depends_on has no value.