Commit Graph

7 Commits

Author SHA1 Message Date
paul 469ac9bc5a Add burst job scheduling, enhance timeline lane management, and improve tooltip functionality 2026-05-25 20:01:24 +12:00
paul 3be35f6b0a Refactor _compute_metrics to improve longest job duration calculation and handle None values in due dates 2026-05-25 19:13:10 +12:00
paul 82c7712613 Add job detail template with execution history and metrics display
- Created a new job_detail.html template extending base.html
- Implemented a macro for rendering nested data structures
- Added sections for job identification, schedule & timing, status, configuration, execution history, and results
- Included a timeline for execution history with visual indicators for job status
- Displayed job metrics including total executions, success rate, and average duration
- Handled cases for displaying results or indicating absence of results based on job status
2026-05-25 19:07:56 +12:00
paul 6e25dae786 Moved results list to results view. 2026-05-25 17:23:42 +12:00
paul 266abd4fa2 Add app/views/views.py 2026-05-25 02:03:23 +00:00
paul 9130629b58 feat: Enhance transaction model and dashboard with Azure OAuth integration 2026-05-10 22:36:13 +12:00
paul d50c1c5bba feat: Initialize FastAPI application with Azure authentication and transaction management
- Added .env.example for environment variable configuration.
- Created app initialization files and core settings management.
- Implemented API routers for reporting and transaction endpoints.
- Developed transaction management service with CRUD operations.
- Integrated Azure OAuth for user authentication.
- Designed dashboard view with transaction filtering and display.
- Added Swagger UI documentation with custom dark theme.
- Created static and template files for frontend styling and layout.
2026-05-10 22:17:30 +12:00