Skip to content

Document grounded Phase 0 feature specs#56

Open
poketonova wants to merge 1 commit into
mainfrom
docs/phase-0-feature-specs
Open

Document grounded Phase 0 feature specs#56
poketonova wants to merge 1 commit into
mainfrom
docs/phase-0-feature-specs

Conversation

@poketonova

Copy link
Copy Markdown
Collaborator

Summary

  • replace PR Add Trade Analyzer, Dex View, Rotation Management, and Deep Linking features #50's stale greenfield proposals with implementation-ready specs grounded in current Rarebox code
  • define trade history on the existing useTradeStore / trade_state persistence and backup/Local Sync paths
  • define session-only compact mode inside the existing Master Set gallery
  • define same-device shelf-link polish using the existing /shelf/:id route and initialized not-found gate
  • define Pokémon Standard card-eligibility advisory from a versioned offline rules pack
  • rewrite the meta-deck resolver note as a closed regression record because the fix and harness coverage already exist

Key constraints pinned

  • no second Dexie database, parallel trade store, or component IndexedDB writes
  • trade history: newest-first, max 100 entries, max 200 items/side, reject oversize, persist-before-clear, history-only backup export
  • compact mode: canonical cards only, session-only v1, 44px hit areas
  • shelf links: copy /shelf/:id, same-device only, no public-share claim, wait for store initialization before not-found
  • legality: offline marksByCardId, bans win, cardId then setId↔setCode+number fallback, stale at 60 days, advisory card eligibility rather than full tournament validation

Verification

  • architecture and adversarial spec reviews completed with no blockers
  • README/spec links and required-section sanity passed
  • git diff --check passed

Docs only; no runtime implementation is claimed in this PR.

Supersedes #50.

@vercel

vercel Bot commented Jul 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pokemon-collectr Ready Ready Preview, Comment Jul 19, 2026 12:02am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant