You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often I use findRecords and findRelatedRecords livequeries to display lists of data. This list cares about what it displays only. For example, in a list of purchase orders: the record itself, the seller name and the date of the purchase (used for ordering only).
Livequeries currently are reactive based on any change to any of the observed records. If one of the sellers email got changed in a findRecords("purchaseOrder") livequery, a trigger will occur and the application needs to re-render the data (React as an example).
It would be nice if we can specify an option to observe specific attribute or relationship changes only.
The text was updated successfully, but these errors were encountered:
SafaAlfulaij
changed the title
[Feature] Livequery: Listen to relevant attribute changes only
[Feature] Livequery: Listen to relevant attribute/relationship changes only
Mar 25, 2022
Often I use
findRecords
andfindRelatedRecords
livequeries to display lists of data. This list cares about what it displays only. For example, in a list of purchase orders: the record itself, the seller name and the date of the purchase (used for ordering only).Livequeries currently are reactive based on any change to any of the observed records. If one of the sellers email got changed in a
findRecords("purchaseOrder")
livequery, a trigger will occur and the application needs to re-render the data (React as an example).It would be nice if we can specify an option to observe specific attribute or relationship changes only.
The text was updated successfully, but these errors were encountered: