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
Cleaner interface to the transaction-based field-data -- similar to the clean-up to the direct interface.
Consider the returned data object to be a custom-filtered snapshot of the full data. Therefore it makes sense for the returned transaction data to have the same interface as the full data.
The transaction could be renamed to something clear and simple like FieldQuery.
It might make some sense to implement FieldQuery in terms of the existing transaction code.
We could consider having a formal field data abstract query interface in the code.
The text was updated successfully, but these errors were encountered:
As discussed:
FieldQuery
.FieldQuery
in terms of the existing transaction code.The text was updated successfully, but these errors were encountered: