Lukas
795f83ada5
Task 4: Update SerieList to use database storage
- Add db_session and skip_load parameters to SerieList.__init__
- Add async load_series_from_db() method for database loading
- Add async add_to_db() method for database storage
- Add async contains_in_db() method for database checks
- Add _convert_from_db() and _convert_to_db_dict() helper methods
- Add deprecation warnings to file-based add() method
- Maintain backward compatibility for file-based operations
- Add comprehensive unit tests (29 tests, all passing)
- Update instructions.md to mark Task 4 complete
2025-12-01 19:18:50 +01:00
..
2025-11-28 17:41:54 +01:00
2025-11-27 19:33:06 +01:00
2025-12-01 18:16:54 +01:00
2025-11-19 21:20:22 +01:00
2025-11-19 21:20:22 +01:00
2025-12-01 19:18:50 +01:00
2025-10-12 23:17:20 +02:00
2025-11-15 12:35:51 +01:00