BillTracker/routes
null 22df64e5e7 feat: auto-sync worker for SimpleFIN bank sync
New:
  services/bankSyncWorker.js — interval-based worker running every 4h (configurable via SIMPLEFIN_SYNC_INTERVAL_HOURS)
    - Checks bank sync enabled, fetches oldest-synced sources, skips <1h old
    - Staggers syncs 3s apart, writes last_error on failure, timer.unref() for clean shutdown

Modified:
  server.js — starts worker inside app.listen callback
  routes/admin.js — GET bank-sync-config includes worker status (running, interval, last/next run)
  client/components/admin/BankSyncAdminCard.jsx — shows auto-sync worker status panel when enabled
  .env.example — SIMPLEFIN_SYNC_INTERVAL_HOURS
2026-05-28 22:32:33 -05:00
..
about.js v0.28.0 2026-05-15 22:45:38 -05:00
aboutAdmin.js security fixes 2026-05-28 03:59:35 -05:00
admin.js feat: auto-sync worker for SimpleFIN bank sync 2026-05-28 22:32:33 -05:00
analytics.js v0.28.0 2026-05-16 15:38:28 -05:00
auth.js v0.28.0 2026-05-15 22:45:38 -05:00
authOidc.js v0.27.04 2026-05-15 01:36:56 -05:00
bills.js docs: update engineering reference manual to v0.28.01 2026-05-16 21:41:13 -05:00
calendar.js v0.28.01 2026-05-16 20:26:09 -05:00
categories.js v0.28.0 2026-05-16 10:34:32 -05:00
dataSources.js feat: DB-first bank sync config, admin toggle, extracted BankSyncSection 2026-05-28 22:06:15 -05:00
export.js docs: update engineering reference manual to v0.28.01 2026-05-16 21:41:13 -05:00
import.js chore: version bump to 0.28.01 and update HISTORY format 2026-05-16 21:36:04 -05:00
matches.js chore: version bump to 0.28.01 and update HISTORY format 2026-05-16 21:36:04 -05:00
monthly-starting-amounts.js fix: starting amounts paid_from_other calculation + pay badge alignment on tracker 2026-05-11 15:00:35 -05:00
notifications.js initial commit 2026-05-03 19:51:57 -05:00
payments.js chore: version bump to 0.28.01 and update HISTORY format 2026-05-16 21:36:04 -05:00
privacy.js v0.28.0 2026-05-15 22:45:38 -05:00
profile.js chore: version bump to 0.28.01 and update HISTORY format 2026-05-16 21:36:04 -05:00
settings.js v0.28.0 2026-05-15 22:45:38 -05:00
snowball.js v0.28.0 2026-05-16 10:34:32 -05:00
status.js v0.27.02 push 2026-05-14 21:00:07 -05:00
summary.js v0.28.0 2026-05-16 10:34:32 -05:00
tracker.js v0.28.0 2026-05-16 15:38:28 -05:00
transactions.js chore: version bump to 0.28.01 and update HISTORY format 2026-05-16 21:36:04 -05:00
user.js v0.28.0 2026-05-16 11:42:32 -05:00
version.js security fixes 2026-05-28 03:59:35 -05:00