Skip to main content

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

  1. Read System Overview.
  2. Open the portal guide matching your target under docs/guides/.
  3. 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

  1. Open Cash Settlement Management.
  2. Follow the hierarchy path under test (admin→SA, SA→agent, agent→shop, shop/cashier↔player).
  3. 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

  1. Open QC index.
  2. Run deposit / withdrawal / wallet / fees packs relevant to the release.
  3. Record gaps against documented expected results.

Expected: At least one finance happy path + one failure/edge case drafted from docs alone.