BillTracker/services
null 542ab5e382 feat: configurable sync interval, auto-match, encryption note, admin link, SimpleFIN hyperlink
#1 Sync interval in admin UI:
- bankSyncConfigService: reads simplefin_sync_interval_hours from settings
  (DB-first, env fallback, default 4h), setSyncIntervalHours() with validation
- bankSyncWorker: live-updates interval from getBankSyncConfig() each tick
- routes/admin: PUT accepts enabled and sync_interval_hours independently
- BankSyncAdminCard: number input (0.5 step, 0.5-168 range), dirty-checks both

#3 Auto-match after background sync:
- matchSuggestionService: autoMatchForUser() auto-applies suggestions ≥80
  score (exact amount + date ±1d + name signal), lazy-requires matchTransactionToBill
- bankSyncWorker: calls autoMatchForUser after each successful sync, own try/catch

#4 Encryption note in BankSyncAdminCard below worker status panel

Also: error handling, admin link in tracker sidebar, SimpleFIN bridge hyperlink
2026-05-29 00:28:50 -05:00
..
amountSuggestionService.js bill tracker futurue 2026-05-28 02:09:49 -05:00
analyticsService.js v0.28.0 2026-05-16 15:38:28 -05:00
aprService.js apr/snowball 0.27.04 2026-05-15 00:03:32 -05:00
auditService.js v0.20.6: Audit logging for critical operations 2026-05-10 00:03:12 -05:00
authService.js v0.28.0 2026-05-15 22:45:38 -05:00
backupScheduler.js corrections 2026-05-14 01:17:05 -05:00
backupService.js corrections 2026-05-14 01:17:05 -05:00
bankSyncConfigService.js feat: configurable sync interval, auto-match, encryption note, admin link, SimpleFIN hyperlink 2026-05-29 00:28:50 -05:00
bankSyncService.js feat: SimpleFin bank sync with encrypted token storage 2026-05-28 21:30:20 -05:00
bankSyncWorker.js feat: configurable sync interval, auto-match, encryption note, admin link, SimpleFIN hyperlink 2026-05-29 00:28:50 -05:00
billsService.js feat: hybrid subscription tracker 2026-05-28 22:54:07 -05:00
cleanupService.js v0.28.0 2026-05-16 10:34:32 -05:00
csvTransactionImportService.js v0.28.01 2026-05-16 20:26:09 -05:00
encryptionService.js feat: zero-config encryption + SimpleFIN Bridge links 2026-05-29 00:04:28 -05:00
loginFingerprint.js v0.28.0 2026-05-15 22:45:38 -05:00
matchSuggestionService.js feat: configurable sync interval, auto-match, encryption note, admin link, SimpleFIN hyperlink 2026-05-29 00:28:50 -05:00
notificationService.js v0.28.01 2026-05-16 20:26:09 -05:00
oidcService.js v0.28.0 2026-05-16 15:38:28 -05:00
paymentValidation.js docs: update engineering reference manual to v0.28.01 2026-05-16 21:41:13 -05:00
simplefinService.js feat: SimpleFin bank sync with encrypted token storage 2026-05-28 21:30:20 -05:00
snowballService.js 0.28.0 snowball release 2026-05-14 02:11:54 -05:00
spreadsheetImportService.js v0.28.0 2026-05-16 15:38:28 -05:00
statusRuntime.js initial commit 2026-05-03 19:51:57 -05:00
statusService.js v0.28.01 2026-05-16 20:26:09 -05:00
subscriptionService.js feat: hybrid subscription tracker 2026-05-28 22:54:07 -05:00
trackerService.js no exploitable SQL injection vulnerabilities 2026-05-28 03:43:50 -05:00
transactionMatchService.js chore: version bump to 0.28.01 and update HISTORY format 2026-05-16 21:36:04 -05:00
transactionService.js v0.28.01 2026-05-16 20:26:09 -05:00
updateCheckService.js v0.27.02 push 2026-05-14 21:00:07 -05:00
userDbImportService.js no exploitable SQL injection vulnerabilities 2026-05-28 03:43:50 -05:00
userSettings.js v0.28.0 2026-05-15 22:45:38 -05:00