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
Currently, the only currencies are CHF and EUR. However, they're just display values and nothing changes when you change it.
We could offer a currency changer here, where you could switch currencies in one go. This would go like this (API actions in bold, everything else is out-of-scope in this repo)
The client changes the currency
The client sends an exchange value between the two currencies. UI-wise, the user could be shown a default value that the client gets from a monetary exchange API
The backend converts all amounts according to that exchange value
(if we want to go with that route, we can create issues for web.teiler.io for an example implementation)
The text was updated successfully, but these errors were encountered:
Currently, the only currencies are
CHF
andEUR
. However, they're just display values and nothing changes when you change it.We could offer a currency changer here, where you could switch currencies in one go. This would go like this (API actions in bold, everything else is out-of-scope in this repo)
(if we want to go with that route, we can create issues for web.teiler.io for an example implementation)
The text was updated successfully, but these errors were encountered: