docs(openspec): propose 8 tigshop migration changes (P0-P7) + migration plan

This commit is contained in:
Chengdong Zhang
2026-09-23 13:30:36 +08:00
parent 0d0e10b97b
commit 9a749e2551
47 changed files with 1607 additions and 0 deletions
@@ -0,0 +1,12 @@
## ADDED Requirements
### Requirement: Merchant review management
Shop users SHALL list only their own shop's reviews in shop-admin through the shared API contract, with pagination and visible reply state, and SHALL submit at most one reply per review. Shop-admin SHALL expose a review management entry beside existing shop operations.
#### Scenario: reply to a review
- **WHEN** a merchant opens an unreplied review of their shop and submits a reply
- **THEN** the reply is stored once and the review row shows it as replied
#### Scenario: already replied review offers no second reply
- **WHEN** a merchant opens a review that already carries their shop's reply
- **THEN** no reply submission is offered and other shops' reviews are unreachable