Commit Graph

2 Commits

Author SHA1 Message Date
Docker Config Backup
414d3c64e8 Fix: Display fill operation statistics correctly
Problem: Statistics were empty because frontend was expecting different
field names than backend was returning.

Solution: Updated frontend to match backend response format:
- updates_total, updates_successful, updates_failed
- deletes_total, deletes_successful, deletes_failed
- Added error display for failed operations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 20:17:35 +02:00
Docker Config Backup
3b5d9fd940 Initial commit - Journey book (kniha jízd) automation system
Features:
- FastAPI backend for scraping attendance and journey book data
- Deterministic kilometer distribution with random variance
- Refueling form filling with km values
- Next.js frontend with date range selector
- Docker deployment setup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 15:41:11 +02:00