TaskPulse/backend/app
Steven 6f64eecb43 fix: heartbeat 500 error, timezone to Beijing, tasks guide collapse
- fix(api): heartbeat endpoint no longer requires request body, fix spa_fallback
  404 handler causing 500 on API routes, add db.refresh() in agent update/heartbeat
- feat(time): unify all frontend time display to Beijing time (Asia/Shanghai)
  via new beijing() utility; backend alert messages also use BJT
- feat(ui): collapse AI agent instruction panel on Tasks page by default
- chore: add backend/app/utils.py and frontend/src/utils/time.js
2026-06-15 03:29:07 +08:00
..
api fix: heartbeat 500 error, timezone to Beijing, tasks guide collapse 2026-06-15 03:29:07 +08:00
models feat: add user authentication system 2026-06-14 23:22:53 +08:00
schemas feat: add user authentication system 2026-06-14 23:22:53 +08:00
services fix: heartbeat 500 error, timezone to Beijing, tasks guide collapse 2026-06-15 03:29:07 +08:00
__init__.py feat: initial TaskPulse release 2026-06-14 22:39:23 +08:00
config.py feat: initial TaskPulse release 2026-06-14 22:39:23 +08:00
database.py feat: initial TaskPulse release 2026-06-14 22:39:23 +08:00
main.py fix: heartbeat 500 error, timezone to Beijing, tasks guide collapse 2026-06-15 03:29:07 +08:00
utils.py fix: heartbeat 500 error, timezone to Beijing, tasks guide collapse 2026-06-15 03:29:07 +08:00