Complete rename of the card progression system from "Evolution" to "Refractor" across all code, routes, models, services, seeds, and tests. - Route prefix: /api/v2/evolution → /api/v2/refractor - Model classes: EvolutionTrack → RefractorTrack, etc. - 12 files renamed, 8 files content-edited - New migration to rename DB tables - 117 tests pass, no logic changes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_formula_engine.py | ||
| test_postgame_refractor.py | ||
| test_refractor_evaluator.py | ||
| test_refractor_init.py | ||
| test_refractor_models.py | ||
| test_refractor_seed.py | ||
| test_refractor_state_api.py | ||
| test_refractor_track_api.py | ||
| test_season_stats_model.py | ||
| test_season_stats_update.py | ||