akadmin
867b7a9c37
feat: add card import feature with fuzzy matching
- Add UserCardImport model (stores imported card names as JSON)
- Create card_import_schemas.py with request/response models
- Create card_import.py router with import/get/delete endpoints
- Add Alembic migration 004 (user_card_imports table)
- Fuzzy matching for card name matching (60% threshold)
- Integration with deckbuilding via imported cards
- Endpoints: GET /api/v1/card-import/status, POST /, DELETE /, GET /summary
2026-07-24 04:47:42 +00:00
..
2026-07-20 01:09:45 +00:00
2026-07-24 04:47:42 +00:00
2026-07-18 05:14:37 +00:00
2026-07-18 18:41:05 +00:00
2026-07-24 04:47:42 +00:00
2026-07-20 00:15:25 +00:00
2026-07-24 04:42:22 +00:00
2026-07-20 01:09:45 +00:00
2026-07-21 02:58:37 +00:00
2026-07-18 04:57:40 +00:00
2026-07-23 03:23:54 +00:00
2026-07-18 05:14:37 +00:00
2026-07-18 04:57:40 +00:00