docs: Add PRD and implementation plan for Product & Variant Sales Statistics#176
Open
mnindrazaka wants to merge 1 commit into
Open
docs: Add PRD and implementation plan for Product & Variant Sales Statistics#176mnindrazaka wants to merge 1 commit into
mnindrazaka wants to merge 1 commit into
Conversation
Add a PRD + phased implementation plan for ranking and trend analytics over products and variants (quantity sold, revenue, share %, and a "when purchased" time-series), so the owner can decide what to keep, what to cut, and when to stock it. The doc follows the existing two-part PRD format and the established /transactions/statistics vertical slice, and is grounded in the current schema (no migration required). Each implementation phase is scoped to one small, reviewable PR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MSj2BdBXakBGomovtY46NR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive product requirements documentation and a phased implementation plan for a new Sales Statistics feature that enables cafe owners to analyze product and variant sales performance.
Changes
docs/prd-product-variant-sales-statistics.mdcontaining:Key Details
The feature design leverages existing schema (no migrations required) and follows established patterns:
GET /variants/statistics,/products/statistics, and timeseries variants) aggregatingtransaction_itemsdata with metrics (quantity, revenue, transaction count, and computed shares)TransactionStatisticvertical slice (entity → repository → usecase → handler → presenter → view)The plan includes 13 confirmed product decisions, 10 feature requirements, a risk register, and estimated effort (~10.5 working days for a single engineer).
https://claude.ai/code/session_01MSj2BdBXakBGomovtY46NR