Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCreate a Feature Flag

Name suggestion: point-balance-information
Local: Intl Tech - Platform
Type: Temporary

The features on the screens can be consolidated into a single component for all screens, though some layout changes will be necessary.

Expand
titleImprove Loyalty Transactions Screen

File: src/components/intl-loyalty/points-balance.tsx
Changes:

  • Label “Balance“ to “Points Balance“

  • Label “Total“ to “Total transaction points“

  • Add “ - “ before “Points used”

    • Add “-“ only in numbers greater than 0'

      • points used: 0

      • points used: -123

  • Add field “Initial points balance“

    • Calculate value: totalPoints - pointsEarned - poinstUsed

  • Add filed “Final points balance“

  • Add “bonusPoints” on “pointsEarned”

...