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
When a user converts an amount of currency we want to save that as a snapshot so that we have the historical conversions. When a user comes back to their history such as in a new session we want to load the history. This can be saved locally (local storage).
Acceptance Criteria
Given... The application is running When... I successfully convert a currency Then... I want that conversion to be saved, including the amount, from currency, to currency, rate and date And... When I come back to the app, I can see my historical conversions
Assets
The text was updated successfully, but these errors were encountered:
Description
When a user converts an amount of currency we want to save that as a snapshot so that we have the historical conversions. When a user comes back to their history such as in a new session we want to load the history. This can be saved locally (local storage).
Acceptance Criteria
Given... The application is running
When... I successfully convert a currency
Then... I want that conversion to be saved, including the amount, from currency, to currency, rate and date
And... When I come back to the app, I can see my historical conversions
Assets
The text was updated successfully, but these errors were encountered: