mattybojo / renoir

0 stars 0 forks source link

Make currencies DB-driven #25

Open mattybojo opened 2 years ago

mattybojo commented 2 years ago

Remove hardcoded currencies from app and move them to firebase. Allows for dynamic currency conversion without rebuilding and redeploying the app.

DB properties should be: label, currency shorthand (GBP, USD, etc), order (allow for sorting), and isActive (hide any currencies not needed)

mattybojo commented 1 year ago

Additionally, create a new settings page for Currency Converter that allows the user to control which currencies show in the widget. This new settings page should have a text filter to filter the long list of currencies so user can find the specific one they are looking for.