"vscode:/vscode.git/clone" did not exist on "aff98d5ae17b159ecc58227367ae932aa3c6dcfa"
  • erio's avatar
    feat(notify): add percentage threshold type for balance low notification · f694afbb
    erio authored
    - Add threshold_type field (fixed/percentage) to system and user settings
    - Add total_recharged field to users table, auto-incremented on balance credit
    - Percentage mode: effective threshold = total_recharged × percentage / 100
    - User-level threshold_type inherits from system default when not set
    - Update admin settings UI with radio selector (fixed amount / percentage)
    - Migration: 102_add_balance_notify_threshold_type.sql
    f694afbb
user_handler.go 6.28 KB