-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description
Currently, all results from our scraping process are presented in the same currency. This could potentially limit the usability of our data for users in different regions.
Proposed Solution
It would be beneficial to add a feature that allows users to select their preferred currency. This could be implemented as a dropdown menu or a settings option. The selected currency should then be used to display all scraped data.
Potential Alternatives
An alternative solution could be to automatically detect the user's region and display the currency accordingly. However, this might not be as flexible as allowing the user to manually select their preferred currency.
Additional Context
This feature would enhance the user experience by providing more personalized and relevant data. It would also increase the global usability of the app.