flexprice/flexprice-front

Wrong Frontend Calculation in Preview during Create Subscription flow

Offen

#360 geöffnet am 16.09.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (106 Forks)auto 404
buggood first issuehacktoberfesthelp wanted

Repository-Metriken

Stars
 (32 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 1h) (116 gemergte PRs in 30 T)

Beschreibung

Problem

  • As we continue to add more entities within a subscription, the calculation logic on the frontend is increasingly diverging from the backend.
  • This results in inconsistent values being displayed to users and introduces room for errors, especially as the logic becomes more complex.

Goal

Define a single source of truth for subscription-related calculations that can be consistently applied across both frontend and backend. This could involve introducing a shared rules engine (e.g., JSON-based rules or configuration-driven approach) to ensure all calculations remain accurate, maintainable, and easy to extend in the future. Open for discussion.

Contributor Guide