AnhCaooo / Sthor

iOS application that serve exchange electric price in Finland
0 stars 0 forks source link

Feature: improve electric page where user can view electric price in different views by using POST request to this endpoint `/v1/market-price` from Stormbreaker service #13

Closed AnhCaooo closed 2 months ago

AnhCaooo commented 3 months ago

Feature Story: Enhanced Electricity Price View with Flexible Timeframes Background:

The current electricity page displays the price using a GET request to the /v1/market-price/today-tomorrow endpoint of the Stormbreaker service. This approach limits scalability as we plan to support additional timeframes in the future, including:

Benefits:

Acceptance Criteria:

AnhCaooo commented 2 months ago

I did implement a daily view to view today price. However, my approach is not so scalable which could be a bit headache to extend to weekly, monthly and custom view.. Let's improve it in this ticket