Commit Graph

13 Commits

Author SHA1 Message Date
Xiaoxia AI e5d5ae4ce7 feat(phase7): complete generation web flow and frontend build recovery
CI/CD Pipeline / Code Quality Check (push) Failing after 24s
CI/CD Pipeline / Run Tests (push) Has been skipped
CI/CD Pipeline / Build Summary (push) Has been skipped
2026-06-18 21:50:52 +08:00
Xiaoxia AI 8b378ea6c9 feat(phase7): add classification source filters
Deploy / Deploy Staging (push) Failing after 6s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 32s
Tests / lint (push) Failing after 26s
2026-06-17 19:55:03 +08:00
Xiaoxia AI 63d09fac2b feat(phase7): track batch classification jobs
Deploy / Deploy Staging (push) Failing after 7s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 29s
Tests / lint (push) Failing after 27s
2026-06-17 19:48:19 +08:00
Xiaoxia AI 86135037f3 feat(phase7): add batch classification modes
Deploy / Deploy Staging (push) Failing after 6s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 25s
Tests / lint (push) Failing after 24s
2026-06-17 19:39:04 +08:00
Xiaoxia AI af487c5f6f feat(phase7): add batch classification progress feedback
Deploy / Deploy Staging (push) Failing after 5s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 23s
Tests / lint (push) Failing after 21s
2026-06-17 19:30:30 +08:00
Xiaoxia AI 4e0291fb44 feat(phase7): add batch asset classification
Deploy / Deploy Staging (push) Failing after 6s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 26s
Tests / lint (push) Failing after 24s
2026-06-17 19:25:34 +08:00
Xiaoxia AI 2c2bd618fa feat(phase7): auto-trigger asset classification
Deploy / Deploy Staging (push) Failing after 8s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 22s
Tests / lint (push) Failing after 19s
2026-06-17 19:20:59 +08:00
Xiaoxia AI a027534cc4 feat(phase7): improve asset classification UX
Deploy / Deploy Staging (push) Failing after 5s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 19s
Tests / lint (push) Failing after 17s
2026-06-17 18:35:45 +08:00
Xiaoxia AI c7d4f21f3d feat(phase7): add asset classification workflow
Deploy / Deploy Staging (push) Failing after 7s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 17s
Tests / lint (push) Failing after 16s
2026-06-17 18:29:48 +08:00
Xiaoxia AI 28e2c12b7f feat(phase7): wire asset upload and ingest flow
Deploy / Deploy Staging (push) Failing after 6s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 17s
Tests / lint (push) Failing after 17s
2026-06-17 18:14:35 +08:00
Xiaoxia AI ebcd2ceb63 Phase 6: Complete admin pages (Analytics, Monitor, Logs) and Phase 7: Asset management foundation
Deploy / Deploy Staging (push) Failing after 7s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 21s
Tests / lint (push) Failing after 20s
Phase 6 completion:
- Add Analytics page with charts (user growth, revenue, retention)
- Add SystemMonitor page (CPU, memory, services health)
- Add LogViewer page (log search, filtering, details)
- Update sidebar navigation with Admin submenu
- Add recharts to package.json for data visualization

Phase 7 Day 1-2:
- Create Asset and AssetLibrary domain entities
- Define AssetRepository and AssetLibraryRepository interfaces
- Implement InMemory repositories for testing
- Implement PostgreSQL repository adapter
- Update SQLAlchemy models for assets and asset_libraries
- Add database migration script 004_asset_management.sql

Architecture: Strict Clean Architecture compliance
Testing: InMemory adapters ready for unit tests
Database: Migration script with indexes and foreign keys
2026-06-17 17:41:48 +08:00
Xiaoxia AI 2cda8dec39 fix: connect API to tracker.db via SQLite repository
Deploy / Deploy Staging (push) Failing after 9s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 14s
Tests / lint (push) Failing after 15s
2026-06-17 13:21:38 +08:00
Xiaoxia AI 3bf90f8614 feat(web): initialize Vite + React + TypeScript project - Phase 6 Task 1/40
Deploy / Deploy Staging (push) Failing after 7s
Deploy / Deploy Production (push) Has been skipped
Tests / test (push) Failing after 33s
Tests / lint (push) Failing after 34s
2026-06-17 10:22:48 +08:00