Simplify the behavior of the live queries
ClosedPublic

Authored by ervin on Aug 21 2015, 11:14 AM.

Details

Summary

Right now we got quite some duplication of code in lambdas for the
behavior of the live queries. So instead of specifying all the behavior
per query we factor out the convert/update/represents part at the query
creation point.

This is a first step to factor more code around the queries, we can see
quite some similarity emerge already with that commit.

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin updated this revision to Diff 599.Aug 21 2015, 11:14 AM
ervin retitled this revision from to Simplify the behavior of the live queries.
ervin updated this object.
ervin edited the test plan for this revision. (Show Details)
ervin added reviewers: bensi, franckarrecot, remibenoit.
bensi accepted this revision.Aug 21 2015, 11:36 AM
bensi edited edge metadata.
This revision is now accepted and ready to land.Aug 21 2015, 11:36 AM
This revision was automatically updated to reflect the committed changes.