Lukas
d642234814
Complete Task 8: Database Support for NFO Status
- Added 5 NFO tracking fields to AnimeSeries model
- Fields: has_nfo, nfo_created_at, nfo_updated_at, tmdb_id, tvdb_id
- Added 3 service methods to AnimeService for NFO operations
- Methods: update_nfo_status, get_series_without_nfo, get_nfo_statistics
- SQLAlchemy auto-migration (no manual migration needed)
- Backward compatible with existing data
- 15 new tests added (19/19 passing)
- Tests: database models, service methods, integration queries
2026-01-16 18:50:04 +01:00
..
2025-10-12 23:17:20 +02:00
2025-12-04 19:22:42 +01:00
2026-01-16 18:50:04 +01:00
2025-10-23 22:03:15 +02:00
2025-10-23 22:03:15 +02:00
2025-11-23 20:02:11 +01:00
2025-12-13 20:29:07 +01:00
2025-12-10 21:12:34 +01:00
2025-12-10 21:12:34 +01:00
2026-01-16 18:50:04 +01:00
2025-12-04 19:22:42 +01:00
2025-10-25 17:27:49 +02:00
2025-11-28 17:41:54 +01:00
2026-01-15 19:43:58 +01:00
2026-01-15 19:43:58 +01:00
2025-10-23 19:00:49 +02:00
2025-12-26 12:49:23 +01:00
2025-12-15 14:23:41 +01:00
2026-01-15 19:43:58 +01:00
2025-10-23 21:00:34 +02:00
2025-10-12 23:33:56 +02:00
2025-10-22 09:20:35 +02:00
2025-10-13 00:18:46 +02:00
2026-01-11 21:15:14 +01:00
2026-01-11 20:17:18 +01:00
2026-01-11 21:15:14 +01:00
2025-12-16 19:21:30 +01:00
2025-10-24 11:01:40 +02:00
2025-10-24 11:01:40 +02:00
2025-12-16 19:21:30 +01:00
2026-01-15 19:49:47 +01:00
2026-01-11 20:12:23 +01:00
2026-01-11 20:12:23 +01:00
2025-12-26 12:49:23 +01:00
2026-01-11 17:15:59 +01:00
2025-12-25 18:05:33 +01:00
2025-11-19 21:20:22 +01:00
2025-12-26 13:55:02 +01:00
2025-10-22 09:20:35 +02:00
2025-11-28 16:00:15 +01:00
2025-12-26 13:55:02 +01:00
2026-01-15 19:49:47 +01:00
2025-12-25 18:05:33 +01:00
2025-11-28 15:48:49 +01:00
2025-12-24 20:54:27 +01:00