Add CHF and BRL currency support #69

Closed
bscott wants to merge 1 commit from add-chf-brl-currencies into main
bscott commented 2025-12-12 03:53:12 -05:00 (Migrated from github.com)

Summary

  • Adds CHF (Swiss Franc) currency support as requested in #63
  • Adds BRL (Brazilian Real) currency support as requested in #66
  • Updates supported currencies list, settings page, and subscription form

Changes

  • internal/service/currency.go: Added CHF and BRL to SupportedCurrencies slice
  • templates/settings.html: Added radio buttons for CHF and BRL in currency settings
  • templates/subscription-form.html: Added CHF and BRL options to currency dropdown

Test plan

  • Verify CHF and BRL appear in settings page currency options
  • Verify CHF and BRL appear in subscription form currency dropdown
  • Verify currency conversion works with Fixer API for CHF and BRL

Closes #63
Closes #66

## Summary - Adds CHF (Swiss Franc) currency support as requested in #63 - Adds BRL (Brazilian Real) currency support as requested in #66 - Updates supported currencies list, settings page, and subscription form ## Changes - `internal/service/currency.go`: Added CHF and BRL to `SupportedCurrencies` slice - `templates/settings.html`: Added radio buttons for CHF and BRL in currency settings - `templates/subscription-form.html`: Added CHF and BRL options to currency dropdown ## Test plan - [ ] Verify CHF and BRL appear in settings page currency options - [ ] Verify CHF and BRL appear in subscription form currency dropdown - [ ] Verify currency conversion works with Fixer API for CHF and BRL Closes #63 Closes #66
bscott commented 2025-12-12 12:24:26 -05:00 (Migrated from github.com)

Superseded by #70 (v0.4.9) which included these changes along with additional fixes.

Superseded by #70 (v0.4.9) which included these changes along with additional fixes.

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bscott/subtrackr!69
No description provided.