ryanw-mobile / OctoMeter

🔥Kotlin Multiplatform Desktop/Android/iOS Energy Tracker app
Other
128 stars 10 forks source link

User Profile: propagate tariff history from DTO to Domain Model #191

Closed ryanw-mobile closed 3 months ago

ryanw-mobile commented 3 months ago

Now we have the real data. Account data from backend contains a history of tariffs. Right now the repository filters one back to domain and UI models. We can change it to keep the whole array, which viewmodel can pick the right tariff to match for usage and account screens.

effort is low.