Usage Guide — Internal Document
Preconditions
- Clone repo;
npm install/yarn;npm start(or yarn start). - Role awareness: Admin, Super Agent, Agent, Shop, QA.
Main flow: Onboard from system overview
- Read System Overview.
- Open the portal guide matching your target under
docs/guides/. - Use Features → Routes → API integration pages for test design.
Expected: QA lists primary screens and permission boundaries without reading application source.
Main flow: Cash settlement verification
- Open Cash Settlement Management.
- Follow the hierarchy path under test (admin→SA, SA→agent, agent→shop, shop/cashier↔player).
- Cross-check schema notes and backend review pages when validating money movement.
Expected: Checklist covers initiator, counterparty, and expected ledger effect.
Main flow: Finance QC pack
- Open QC index.
- Run deposit / withdrawal / wallet / fees packs relevant to the release.
- Record gaps against documented expected results.
Expected: At least one finance happy path + one failure/edge case drafted from docs alone.