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
Migrated to GraphQL and matched the domain model structure - that means the data presented should remain the same.
UserProfile is passed from Usage Screen to use case as preferences do not currently store device Id for the selected meter.
local cache currently keep indexing data using meter serial, but we have to migrate to use device id and retire meter serial. (so DB schema has to be upgraded)
Domain model has to be modified to add data fields to keep the cost for that consumption - so that we can then remove the cost lookup in viewmodel/usecase.
From official Octopus GraphQL usage:
Variables:
The returned value contains the parsed standing charge and consumption cost,
so we don't have to fetch and parse the raw readings and lookup tariffs.
The text was updated successfully, but these errors were encountered: