WP-15: Deployment and Smoke Testing #80
Labels
No Label
ai-changes-requested
ai-failed
ai-merged
ai-pr-opened
ai-reviewed
ai-reviewing
ai-reviewing
ai-working
bug
enhancement
evolution
performance
phase-0
phase-1a
phase-1b
phase-1c
phase-1d
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-database#80
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Deploy all Phase 1 changes to dev environment and execute full smoke test. No backfill needed — evolution starts fresh at Season 11. Cards get
evolution_card_staterecords organically via pack opening hook (WP-10) or post-game callback (WP-13).Repo: All three
Phase: 1d (Deployment)
Dependencies: All WPs (WP-01 through WP-14)
Complexity: M
Deployment Sequence
Database (API server):
Bot deployment:
/evo status(WP-11)Smoke Test Checklist
GET /v2/evolution/tracksreturns 3 tracks with formula and threshold fieldsGET /v2/teams/{team_id}/evolutionsreturns states withcurrent_valueGET /v2/evolution/cards/{card_id}returns correct state/evo statusin Discord shows paginated evolution progressplayer_season_statsupdated with game's statsevolution_card_state.current_valueincreasedcurrent_tieradvances + notification sentevolution_card_statecreatedPOST /v2/evolution/cards/{card_id}/evaluateforce-recalculates correctlyPlan reference:
docs/prd-evolution/PHASE1_PROJECT_PLAN.mdWP-15