Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add 'preferred currency' info to user data #73

Open
djavorek opened this issue May 8, 2023 · 0 comments
Open

Add 'preferred currency' info to user data #73

djavorek opened this issue May 8, 2023 · 0 comments
Labels
enhancement New feature or request server Server side task

Comments

@djavorek
Copy link
Collaborator

djavorek commented May 8, 2023

What needs to be done

  • Add a field for preferred currency info into our user table.
  • Modify migrations to provide base data
  • Modify registration process to either default to a curreny (probably EUR) or ask it from the user
  • Create an endpoint to be able to modify it
  • (If profile page exists by that time) It would be good to add it there as well, with the option of changing it

(Needs to be defined)

  • How to use this info to avoid curreny conversion at the most places

Why

  • Subscription prices are one of our main topic. Showing them in a foreign curreny is really bad UX
@djavorek djavorek added enhancement New feature or request good first issue Good for newcomers server Server side task and removed good first issue Good for newcomers labels May 8, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request server Server side task
Projects
None yet
Development

No branches or pull requests

1 participant