Compare commits
26 Commits
ce990a0c03
...
v1.13.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 18785efc8c | |||
| 850884d077 | |||
| a58f2ce0e4 | |||
| e922f5f3b9 | |||
| 04976a64e8 | |||
| 4aa6174968 | |||
| 780ff68ec2 | |||
| 57ff2d03f8 | |||
| a9d0986e74 | |||
| 45957bdcd6 | |||
| 829e29a726 | |||
| 399508f2f0 | |||
| 3a18e683ca | |||
| 93d086a8a3 | |||
| 8fe1bdba6b | |||
| 7923b3cc09 | |||
| 4891216749 | |||
| f1b8769c89 | |||
| b6f28a2423 | |||
| e32ee9ce68 | |||
| dc946a1faf | |||
| 384bd143d0 | |||
| c5d22fceca | |||
| deaa7a29c5 | |||
| 24017bcb7f | |||
| 2c4f4b10dc |
@@ -77,7 +77,7 @@ jobs:
|
|||||||
# The main-stack images via compose (reuses the build args, incl. VERSION);
|
# The main-stack images via compose (reuses the build args, incl. VERSION);
|
||||||
# the bot separately, since it is profiled out of the prod compose.
|
# the bot separately, since it is profiled out of the prod compose.
|
||||||
docker compose -f docker-compose.yml -f docker-compose.prod.yml build
|
docker compose -f docker-compose.yml -f docker-compose.prod.yml build
|
||||||
docker compose -f docker-compose.yml -f docker-compose.prod.yml push backend gateway landing validator renderer
|
docker compose -f docker-compose.yml -f docker-compose.prod.yml push postgres backend gateway landing validator renderer
|
||||||
docker build -f ../platform/telegram/Dockerfile --target bot --build-arg VERSION="$TAG" -t "$REGISTRY/scrabble-telegram-bot:$TAG" ..
|
docker build -f ../platform/telegram/Dockerfile --target bot --build-arg VERSION="$TAG" -t "$REGISTRY/scrabble-telegram-bot:$TAG" ..
|
||||||
docker push "$REGISTRY/scrabble-telegram-bot:$TAG"
|
docker push "$REGISTRY/scrabble-telegram-bot:$TAG"
|
||||||
|
|
||||||
@@ -135,6 +135,18 @@ jobs:
|
|||||||
DICT_VERSION: ${{ vars.DICT_VERSION }}
|
DICT_VERSION: ${{ vars.DICT_VERSION }}
|
||||||
POSTGRES_DB: ${{ vars.PROD_POSTGRES_DB }}
|
POSTGRES_DB: ${{ vars.PROD_POSTGRES_DB }}
|
||||||
POSTGRES_USER: ${{ vars.PROD_POSTGRES_USER }}
|
POSTGRES_USER: ${{ vars.PROD_POSTGRES_USER }}
|
||||||
|
# Point-in-time recovery (pgBackRest -> S3), prod main host only. Endpoint/bucket/
|
||||||
|
# region + the archive-mode switch are variables; the S3 keys + the repository cipher
|
||||||
|
# passphrase are secrets. All empty/off until the operator arms archiving; flipping
|
||||||
|
# PROD_PGBACKREST_ARCHIVE_MODE=on activates it (deploy/README.md, arming).
|
||||||
|
PGBACKREST_ARCHIVE_MODE: ${{ vars.PROD_PGBACKREST_ARCHIVE_MODE }}
|
||||||
|
PGBACKREST_S3_ENDPOINT: ${{ vars.PROD_PGBACKREST_S3_ENDPOINT }}
|
||||||
|
PGBACKREST_S3_PORT: ${{ vars.PROD_PGBACKREST_S3_PORT }}
|
||||||
|
PGBACKREST_S3_BUCKET: ${{ vars.PROD_PGBACKREST_S3_BUCKET }}
|
||||||
|
PGBACKREST_S3_REGION: ${{ vars.PROD_PGBACKREST_S3_REGION }}
|
||||||
|
PGBACKREST_S3_KEY: ${{ secrets.PROD_PGBACKREST_S3_KEY }}
|
||||||
|
PGBACKREST_S3_KEY_SECRET: ${{ secrets.PROD_PGBACKREST_S3_KEY_SECRET }}
|
||||||
|
PGBACKREST_CIPHER_PASS: ${{ secrets.PROD_PGBACKREST_CIPHER_PASS }}
|
||||||
# TELEGRAM_MINIAPP_URL and GRAFANA_ROOT_URL are derived from PUBLIC_BASE_URL in
|
# TELEGRAM_MINIAPP_URL and GRAFANA_ROOT_URL are derived from PUBLIC_BASE_URL in
|
||||||
# deploy/write-prod-env.sh, not stored variables.
|
# deploy/write-prod-env.sh, not stored variables.
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -77,6 +77,16 @@ jobs:
|
|||||||
SERVICE_EMAIL: ${{ vars.PROD_SERVICE_EMAIL }}
|
SERVICE_EMAIL: ${{ vars.PROD_SERVICE_EMAIL }}
|
||||||
GRAFANA_SMTP_PORT: ${{ vars.GRAFANA_SMTP_PORT }}
|
GRAFANA_SMTP_PORT: ${{ vars.GRAFANA_SMTP_PORT }}
|
||||||
GF_SMTP_ENABLED: ${{ vars.PROD_GF_SMTP_ENABLED }}
|
GF_SMTP_ENABLED: ${{ vars.PROD_GF_SMTP_ENABLED }}
|
||||||
|
# PITR archiving parity: a rollback must re-render the SAME env.sh, else it would
|
||||||
|
# silently disarm WAL archiving (PGBACKREST_ARCHIVE_MODE would fall back to off).
|
||||||
|
PGBACKREST_ARCHIVE_MODE: ${{ vars.PROD_PGBACKREST_ARCHIVE_MODE }}
|
||||||
|
PGBACKREST_S3_ENDPOINT: ${{ vars.PROD_PGBACKREST_S3_ENDPOINT }}
|
||||||
|
PGBACKREST_S3_PORT: ${{ vars.PROD_PGBACKREST_S3_PORT }}
|
||||||
|
PGBACKREST_S3_BUCKET: ${{ vars.PROD_PGBACKREST_S3_BUCKET }}
|
||||||
|
PGBACKREST_S3_REGION: ${{ vars.PROD_PGBACKREST_S3_REGION }}
|
||||||
|
PGBACKREST_S3_KEY: ${{ secrets.PROD_PGBACKREST_S3_KEY }}
|
||||||
|
PGBACKREST_S3_KEY_SECRET: ${{ secrets.PROD_PGBACKREST_S3_KEY_SECRET }}
|
||||||
|
PGBACKREST_CIPHER_PASS: ${{ secrets.PROD_PGBACKREST_CIPHER_PASS }}
|
||||||
INPUT_TARGET: ${{ inputs.target_version }}
|
INPUT_TARGET: ${{ inputs.target_version }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ status — without re-deriving decisions.
|
|||||||
| E0 | Payments data foundation | 1 | DONE |
|
| E0 | Payments data foundation | 1 | DONE |
|
||||||
| E1 | Trusted platform signal | 1 | DONE |
|
| E1 | Trusted platform signal | 1 | DONE |
|
||||||
| E2 | Currency + benefit core | 1 | DONE |
|
| E2 | Currency + benefit core | 1 | DONE |
|
||||||
| E3 | Wallet UI | 1 | TODO |
|
| E3 | Wallet UI | 1 | DONE |
|
||||||
| E4 | Durability (PITR) | 2 | TODO |
|
| E4 | Durability (PITR) | 2 | WIP |
|
||||||
| E5 | Payment intake | 2 | TODO |
|
| E5 | Payment intake | 2 | TODO |
|
||||||
| E6 | Ads | 2 | TODO |
|
| E6 | Ads | 2 | TODO |
|
||||||
| E7 | Admin & reports | 2 | TODO |
|
| E7 | Admin & reports | 2 | TODO |
|
||||||
@@ -375,82 +375,128 @@ refactors. The legacy flip is expand-contract: reads move first, DROP much later
|
|||||||
|
|
||||||
## E3 — Wallet UI
|
## E3 — Wallet UI
|
||||||
|
|
||||||
**Status:** TODO · **Release 1** · depends on: E2 · mechanics: PAYMENTS §1, §7, §6, §13, §4.
|
**Status:** DONE · **Release 1** · depends on: E2 · mechanics: PAYMENTS §1, §7, §6, §13, §4.
|
||||||
|
|
||||||
**Goal.** The user-facing "Кошелёк" (Wallet) section: balances + active benefits + the
|
**Goal.** The user-facing "Кошелёк" (Wallet) section: balances + active benefits + the
|
||||||
catalog storefront, honouring guest-hidden, GP-stub, and the web-spend warning.
|
catalog storefront, honouring guest-hidden, GP-stub, and the web-spend warning.
|
||||||
|
|
||||||
|
**Backend + wire (catalog read — new).** E2 shipped `wallet.get` / `wallet.buy` (segments +
|
||||||
|
benefits + a chip spend) but no way to *list* the catalog; the storefront needs one, so E3 adds a
|
||||||
|
read path following the E2 shape:
|
||||||
|
|
||||||
|
- `payments.Service.Catalog(ctx, cxt)` + `store.loadCatalog` (`internal/payments/{catalog,
|
||||||
|
store_catalog}.go`) read every **active** product with atoms and prices and project them to the
|
||||||
|
context (`projectCatalog`, pure + unit-tested): a **value** (no `chips` atom) carries its CHIP
|
||||||
|
price and shows everywhere; a **chip pack** (`chips` atom) carries the money price for the
|
||||||
|
context method (`cxt.Kind`: vk→VOTE, telegram→XTR, direct→RUB) and shows only where that method
|
||||||
|
is priced. Read **uncached** (the catalog is small and rarely edited — unlike the per-account
|
||||||
|
balances/benefits the read cache fronts).
|
||||||
|
- REST `GET /api/v1/user/wallet/catalog` (`handleWalletCatalog`, gated by `walletGate`) →
|
||||||
|
`catalogDTO`; gateway op `wallet.catalog` (`transcode.go` + `encodeCatalog`), `backendclient.
|
||||||
|
Catalog`; FBS `Catalog`/`CatalogProduct`/`CatalogAtom` (`pkg/fbs/scrabble.fbs`), client
|
||||||
|
`decodeCatalog`.
|
||||||
|
|
||||||
**UI (`ui/`).**
|
**UI (`ui/`).**
|
||||||
|
|
||||||
- New `'wallet'` tab in `ui/src/screens/SettingsHub.svelte` — `SettingsTab` union, tab
|
- New `'wallet'` tab in `ui/src/screens/SettingsHub.svelte` — `SettingsTab` union, tab button
|
||||||
button **between Friends (:65) and About (:66)**, body branch in the `:42-51` switch,
|
**between Friends and About** (guest-hidden like Friends, offline-disabled like Profile/Friends),
|
||||||
`'wallet'` route in `ui/src/lib/routeparse.ts` + `ui/src/App.svelte`. Reuse the hub's
|
body branch, `'wallet'` route in `ui/src/lib/routeparse.ts` + `ui/src/App.svelte`.
|
||||||
guest/offline gating.
|
- `Wallet.svelte` screen: context-available chip balances + active benefits (no-ads until date /
|
||||||
- `Wallet.svelte` screen: **minimal** — context-available chip balances + active benefits
|
forever, hints count). **No history feed** (PAYMENTS §11 — noise). Storefront: values priced in
|
||||||
(no-ads until date, hints count). **No history feed** (PAYMENTS §11 — noise). Storefront:
|
chips (buyable with `wallet.buy`), chip packs priced per method.
|
||||||
products from the configurable catalog, prices in chips (values) / per-method (chip packs).
|
|
||||||
- **Guest:** section hidden entirely (durable-only).
|
- **Guest:** section hidden entirely (durable-only).
|
||||||
- **GP build:** purchase CTA replaced by a stub ("install the RuStore build to make
|
- **GP build:** the chip-pack purchases are hidden behind a RuStore stub; spending earned chips on
|
||||||
purchases"); rewarded + spending earned chips still work. Detect the GP native build.
|
values still works (PAYMENTS §13). Detected by a build-time flag `VITE_GP_BUILD`
|
||||||
- **Web-spend warning:** before spending vk/tg chips in a web/native (direct) context, show
|
(`ui/src/lib/distribution.ts`), forcible under the mock e2e with `?gp`.
|
||||||
an own `Modal` (not `showPopup` — that eats the user-activation gesture) warning the value
|
- **Web-spend warning:** before a value spend that would draw vk/tg chips in a direct context, an
|
||||||
will be web/native-only.
|
own `Modal` (not `showPopup`) warns the benefit will be web/native-only. The context is inferred
|
||||||
- Extract all logic into `ui/src/lib/*` (unit-testable); keep `.svelte` thin.
|
client-side (`executionContext` — VK/Telegram/direct); the server enforces the real gate on
|
||||||
|
`wallet.buy` (fail-closed), so no wallet-DTO change was needed.
|
||||||
|
- Logic extracted to `ui/src/lib/{wallet,distribution}.ts` (unit-testable); `.svelte` stays thin.
|
||||||
|
|
||||||
|
**Pack purchase is display-only in E3.** Buying a chip pack needs the money order flow, which is
|
||||||
|
**E5**; here a pack card shows its price with a disabled **"Soon"** action. E5 replaces that with the
|
||||||
|
launch/order CTA. Value spends are wired now (E2 `wallet.buy`), though a Release-1 durable account
|
||||||
|
has 0 chips until funding exists (E5/E6), so a real value spend returns insufficient-funds until then.
|
||||||
|
|
||||||
**Tests.**
|
**Tests.**
|
||||||
|
|
||||||
- unit (vitest): storefront/price formatting, context-available-segment selection, warning
|
- unit (Go): `projectCatalog` context matrix (value everywhere; pack per context method; misconfig
|
||||||
trigger condition.
|
omitted). unit (vitest): money/price formatting, spendable-segment selection, warning trigger,
|
||||||
- UI (Playwright mock, Chromium+WebKit): Wallet renders between Friends/About; guest hides
|
the GP flag; `decodeCatalog` codec round-trip (mock e2e bypasses the codec).
|
||||||
it; GP stub; warning modal on web vk/tg spend. Mock overlay must stay instant under
|
- integration (`inttest`): `/wallet/catalog` returns active products with the context-correct price
|
||||||
`MODE==='mock'` (or it intercepts taps).
|
over Postgres; soft-deleted excluded.
|
||||||
|
- UI (Playwright mock, Chromium+WebKit): Wallet renders between Friends/About; guest hides it
|
||||||
|
(`?guest` seam); GP stub (`?gp`); warning modal on a vk-drawing web spend, no warning on a
|
||||||
|
direct-covered spend. Mock overlay stays instant under `MODE==='mock'` (or it intercepts taps).
|
||||||
|
|
||||||
**Done-criteria.** Owner can review the Wallet on the deployed test contour (visual sign-off
|
**Done-criteria (met).** Balances/benefits/storefront render per context; guest/GP/warning paths
|
||||||
is on the contour, not local); balances/benefits/storefront correct per context; guest/GP/
|
verified by unit + integration + mock e2e on both engines. **A *populated* contour review depends
|
||||||
warning paths verified. Release 1 is now demonstrable end-to-end via `admin_grant`.
|
on later stages** (no products until the E7 catalog editor, no chip funding until E5/E6, no grant
|
||||||
|
UI until E7): on the contour E3 shows the correct **empty** wallet/storefront states; the populated
|
||||||
|
UI is proven by the mock e2e. (This replaces the earlier "demonstrable end-to-end via `admin_grant`"
|
||||||
|
line — the grant UI is E7.)
|
||||||
|
|
||||||
**Notes/risks.** No global `.btn`/`.ghost` in `ui/` — style per-component with scoped CSS +
|
**Notes/risks.** No global `.btn`/`.ghost` in `ui/` — styled per-component with scoped CSS + tokens
|
||||||
tokens (mirror NewGame `.invite` for a CTA). Svelte whitespace/`$state` naming gotchas
|
(mirror NewGame `.invite`). Product titles are single-language catalog data (E0 `product.title`),
|
||||||
apply. iOS WebView download/gesture caveats are irrelevant here (no file delivery).
|
shown verbatim; currency/chip words are i18n, counts follow the app's label+number convention (no
|
||||||
|
noun agreement). Svelte whitespace/`$state` naming gotchas apply.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## E4 — Durability (PITR)
|
## E4 — Durability (PITR)
|
||||||
|
|
||||||
**Status:** TODO · **Release 2** · depends on: E0 (schema exists) · mechanics: PAYMENTS §14.
|
**Status:** WIP — repo artifacts landed; **prod arming pending** (owner-coordinated, before
|
||||||
|
E5). · **Release 2** · depends on: E0 (schema exists) · mechanics: PAYMENTS §14 (D4).
|
||||||
|
|
||||||
**Goal.** Continuous WAL archiving with point-in-time recovery, armed **before the first
|
**Goal.** Continuous WAL archiving with point-in-time recovery, armed **before the first
|
||||||
real money** is accepted (E5 prod). Protects both money and game data.
|
real money** is accepted (E5 prod). Protects both money and game data.
|
||||||
|
|
||||||
**Work.**
|
**Locked decisions (this stage).**
|
||||||
|
|
||||||
- Add WAL archiving to the prod Postgres (pgBackRest or WAL-G): base backups + continuous
|
- **Tool: pgBackRest.** **Destination: Selectel S3** object storage (encrypted AES-256-CBC,
|
||||||
WAL to a second host or object storage. Wire into `deploy/` (compose/prod overlay +
|
path-style addressing), **prod main host only** — the test contour never archives. (D4 left
|
||||||
ansible `deploy/ansible/`), config + secrets under the `PROD_` prefix.
|
the tool + destination open; resolved here. Warm replica stays deferred, per D4.)
|
||||||
- Restore runbook in `deploy/README.md`: base + WAL replay to a timestamp; test the restore
|
- **Retention 30 days**, **daily full base backup** (a systemd timer) + continuous WAL
|
||||||
on a scratch target.
|
(`archive_command`, a 5-minute forced switch bounds the recovery point). Assessment
|
||||||
- Keep the existing migration-time `pg_dump` (`deploy/prod-deploy.sh`) as belt-and-braces.
|
(owner-reviewed prod gate): measured prod WAL **~0.77 MB/day**, DB **~9.6 MB** → archive
|
||||||
|
**< 1 ₽/month** on Selectel S3, **negligible** perf impact. Recorded in `deploy/README.md`.
|
||||||
|
- **Archiving ships gated OFF** (`PGBACKREST_ARCHIVE_MODE` on the DB, `pitr_enabled` for the
|
||||||
|
timer — both default off), so the merged/redeployed artifact is inert until armed and an
|
||||||
|
un-armed prod deploy **cannot** pile WAL onto the disk.
|
||||||
|
|
||||||
**Mandatory pre-prod assessment (owner-required, gates the Release 2 prod rollout).**
|
**Work (landed in the artifacts PR into `development`).**
|
||||||
Before the first money goes live, produce and record here:
|
|
||||||
|
|
||||||
1. **Disk-storage cost estimate** for the WAL archive + base backups (retention window ×
|
- pgBackRest in the DB image (`deploy/postgres/Dockerfile`); postgres becomes a built + pushed
|
||||||
WAL volume; account for both hosts / object-storage pricing). This can change hosting
|
image (prod overlay `image:` + `prod-deploy.yaml` build/push list).
|
||||||
sizing.
|
- Repository config + `archive_mode` via `PGBACKREST_*` env on the prod-overlay postgres
|
||||||
2. **PG performance-degradation assessment** from continuous archiving (write amplification,
|
service; secrets/vars rendered by `deploy/write-prod-env.sh` from the `PROD_PGBACKREST_*`
|
||||||
archive_command latency, backup I/O contention) on the prod-sized instance.
|
Gitea set; **parity added to `prod-rollback.yaml`** (a rollback must not disarm archiving).
|
||||||
|
- Daily base-backup systemd timer (Ansible `main` role, gated by `pitr_enabled`).
|
||||||
|
- Two Grafana alerts on the exporter's `pg_stat_archiver` metrics (failing / stalled),
|
||||||
|
absent/NaN-safe on the contour.
|
||||||
|
- Belt-and-braces `pg_dump` fixed to dump the **whole DB** (`deploy/prod-deploy.sh` was
|
||||||
|
`-n backend`, silently excluding `payments`); manual-restore runbook updated.
|
||||||
|
- Full PITR runbook + arming sequence + recorded assessment in `deploy/README.md`.
|
||||||
|
|
||||||
Neither blocks building the plan, but both **must** be completed and reviewed before the
|
**Prod arming (SEPARATE — owner-coordinated, before E5; NOT the artifacts PR).** Owner creates
|
||||||
prod release — surface the numbers to the owner (they may change host settings).
|
the Selectel S3 bucket + the `PROD_PGBACKREST_*` secrets/variables (incl. `ARCHIVE_MODE=on`);
|
||||||
|
then promote `development → master` → `prod-deploy` (archive_mode on behind the maintenance
|
||||||
|
window), `pgbackrest stanza-create` + first base backup + `check`, re-run Ansible with
|
||||||
|
`-e pitr_enabled=true`, and run the restore drill on an isolated one-shot target. Exact steps:
|
||||||
|
`deploy/README.md` (point-in-time recovery — arming).
|
||||||
|
|
||||||
**Tests.** Restore drill on a scratch instance (base + WAL → target timestamp) documented
|
**Tests.** Restore drill on an isolated one-shot instance (base + WAL → target timestamp),
|
||||||
and passing. No app-level tests.
|
recorded in `deploy/README.md`. No app-level tests. Local verification: `docker compose config`
|
||||||
|
valid + the custom PG image builds (archiving inert on the contour).
|
||||||
|
|
||||||
**Done-criteria.** WAL archiving live on prod PG; a timed restore verified; cost + perf
|
**Done-criteria.** Artifacts merged with archiving inert. **Fully done** at arming: WAL
|
||||||
assessment recorded and owner-reviewed; runbook in `deploy/README.md`.
|
archiving live on prod PG; a timed restore verified; cost + perf assessment reviewed; runbook
|
||||||
|
current in `deploy/README.md`.
|
||||||
|
|
||||||
**Notes/risks.** The tg host is weak (1 vCPU) — if the archive lands there, watch
|
**Notes/risks.** The repository **cipher passphrase is unrecoverable if lost** — stored apart
|
||||||
contention. Migrations stay expand-contract so image rollback remains DB-safe alongside PITR.
|
from the S3 keys. Enabling `archive_mode` restarts postgres (rides the prod-deploy maintenance
|
||||||
|
window). Migrations stay expand-contract so image rollback remains DB-safe alongside PITR.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -466,7 +512,9 @@ receipts, and refunds.
|
|||||||
|
|
||||||
- `POST /api/v1/user/wallet/order` → create `order(pending)` (account/platform/product/
|
- `POST /api/v1/user/wallet/order` → create `order(pending)` (account/platform/product/
|
||||||
expected amount/origin), return the provider-specific launch payload with `order_id`
|
expected amount/origin), return the provider-specific launch payload with `order_id`
|
||||||
threaded in (Robokassa `InvId` / TG `invoice_payload` / VK `item`).
|
threaded in (Robokassa `InvId` / TG `invoice_payload` / VK `item`). The storefront's chip-pack
|
||||||
|
card wires its purchase CTA to this here, **replacing the disabled "Soon" placeholder E3 left**
|
||||||
|
(`ui/src/screens/Wallet.svelte`).
|
||||||
- Robokassa + VK **public webhooks**: new edge routes (add to `deploy/caddy/Caddyfile`
|
- Robokassa + VK **public webhooks**: new edge routes (add to `deploy/caddy/Caddyfile`
|
||||||
`@gateway` matcher — or they fall to the landing catch-all), signature/HMAC verified,
|
`@gateway` matcher — or they fall to the landing catch-all), signature/HMAC verified,
|
||||||
proxied into a payments intake handler. Match by `order_id`, verify amount, credit
|
proxied into a payments intake handler. Match by `order_id`, verify amount, credit
|
||||||
|
|||||||
+4
-1
@@ -100,7 +100,10 @@ state, lobby enqueue, chat). The social/account/history operations under
|
|||||||
`/api/v1/user`: `friends/*` (request/respond/cancel/unfriend,
|
`/api/v1/user`: `friends/*` (request/respond/cancel/unfriend,
|
||||||
list/incoming, the one-time `code` issue/redeem), `blocks/*`, `invitations/*`
|
list/incoming, the one-time `code` issue/redeem), `blocks/*`, `invitations/*`
|
||||||
(create/accept/decline/cancel/list), `PUT profile`, `email/{request,confirm}`,
|
(create/accept/decline/cancel/list), `PUT profile`, `email/{request,confirm}`,
|
||||||
`stats`, and `games/:id/gcg` (finished-only). The `internal/notify` hub feeds a
|
`stats`, `games/:id/gcg` (finished-only), and the payments `wallet` /
|
||||||
|
`wallet/catalog` (`GET` — the context-visible chip segments + benefits, and the
|
||||||
|
storefront catalog) / `wallet/buy` (`POST` — a chip spend on a value), served by
|
||||||
|
`internal/payments` behind the store-compliance gate. The `internal/notify` hub feeds a
|
||||||
second listener — `internal/pushgrpc`, a gRPC server (`BACKEND_GRPC_ADDR`) streaming
|
second listener — `internal/pushgrpc`, a gRPC server (`BACKEND_GRPC_ADDR`) streaming
|
||||||
live events (your-turn, opponent-moved, chat, nudge, match-found, notify) to the
|
live events (your-turn, opponent-moved, chat, nudge, match-found, notify) to the
|
||||||
gateway. The gateway-only `POST /api/v1/internal/push-target` (a user's
|
gateway. The gateway-only `POST /api/v1/internal/push-target` (a user's
|
||||||
|
|||||||
@@ -0,0 +1,113 @@
|
|||||||
|
//go:build integration
|
||||||
|
|
||||||
|
package inttest
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
|
||||||
|
"scrabble/backend/internal/payments"
|
||||||
|
)
|
||||||
|
|
||||||
|
// methodPrice is one per-method money price for a seeded chip pack.
|
||||||
|
type methodPrice struct {
|
||||||
|
method string
|
||||||
|
currency string
|
||||||
|
amount int64
|
||||||
|
}
|
||||||
|
|
||||||
|
// seedPackProduct creates an active chip pack: a product carrying the chips atom and a money price
|
||||||
|
// per method. It returns the product id.
|
||||||
|
func seedPackProduct(t *testing.T, chips int, prices ...methodPrice) uuid.UUID {
|
||||||
|
t.Helper()
|
||||||
|
ctx := context.Background()
|
||||||
|
prod := uuid.New()
|
||||||
|
if _, err := testDB.ExecContext(ctx,
|
||||||
|
`INSERT INTO payments.product (product_id, title, active) VALUES ($1,'test pack',true)`, prod); err != nil {
|
||||||
|
t.Fatalf("seed pack product: %v", err)
|
||||||
|
}
|
||||||
|
if _, err := testDB.ExecContext(ctx,
|
||||||
|
`INSERT INTO payments.product_item (product_id, atom_type, quantity) VALUES ($1,'chips',$2)`, prod, chips); err != nil {
|
||||||
|
t.Fatalf("seed chips item: %v", err)
|
||||||
|
}
|
||||||
|
for _, p := range prices {
|
||||||
|
if _, err := testDB.ExecContext(ctx,
|
||||||
|
`INSERT INTO payments.product_price (product_id, method, currency, amount) VALUES ($1,$2,$3,$4)`,
|
||||||
|
prod, p.method, p.currency, p.amount); err != nil {
|
||||||
|
t.Fatalf("seed pack price %s: %v", p.method, err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return prod
|
||||||
|
}
|
||||||
|
|
||||||
|
// findCatalogProduct returns the projected storefront product for id in the context (the catalog
|
||||||
|
// is global, so tests assert by id rather than count — testDB is shared).
|
||||||
|
func findCatalogProduct(t *testing.T, svc *payments.Service, cxt payments.Context, id uuid.UUID) (payments.CatalogProduct, bool) {
|
||||||
|
t.Helper()
|
||||||
|
view, err := svc.Catalog(context.Background(), cxt)
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("catalog: %v", err)
|
||||||
|
}
|
||||||
|
for _, p := range view.Products {
|
||||||
|
if p.ProductID == id.String() {
|
||||||
|
return p, true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return payments.CatalogProduct{}, false
|
||||||
|
}
|
||||||
|
|
||||||
|
// TestPaymentsCatalogByContext verifies the storefront projects a value at its chip price in every
|
||||||
|
// context and a chip pack at the context method's money price, over Postgres.
|
||||||
|
func TestPaymentsCatalogByContext(t *testing.T) {
|
||||||
|
svc := newPaymentsService()
|
||||||
|
value := seedValueProduct(t, 500, 250, 0)
|
||||||
|
pack := seedPackProduct(t, 100,
|
||||||
|
methodPrice{"vk", "VOTE", 20},
|
||||||
|
methodPrice{"telegram", "XTR", 25},
|
||||||
|
methodPrice{"direct", "RUB", 14900},
|
||||||
|
)
|
||||||
|
|
||||||
|
for _, kind := range []string{"vk", "telegram", "direct"} {
|
||||||
|
v, ok := findCatalogProduct(t, svc, payments.NewContext(kind, "web"), value)
|
||||||
|
if !ok {
|
||||||
|
t.Fatalf("value missing in %s context", kind)
|
||||||
|
}
|
||||||
|
if v.Kind != "value" || v.Chips != 500 || v.MoneyCurrency != "" {
|
||||||
|
t.Errorf("value in %s = %+v, want kind=value chips=500 no money", kind, v)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
cases := []struct {
|
||||||
|
kind string
|
||||||
|
amount int64
|
||||||
|
currency string
|
||||||
|
}{
|
||||||
|
{"vk", 20, "VOTE"},
|
||||||
|
{"telegram", 25, "XTR"},
|
||||||
|
{"direct", 14900, "RUB"},
|
||||||
|
}
|
||||||
|
for _, tc := range cases {
|
||||||
|
p, ok := findCatalogProduct(t, svc, payments.NewContext(tc.kind, "web"), pack)
|
||||||
|
if !ok {
|
||||||
|
t.Fatalf("pack missing in %s context", tc.kind)
|
||||||
|
}
|
||||||
|
if p.Kind != "pack" || p.Chips != 0 || p.MoneyAmount != tc.amount || p.MoneyCurrency != tc.currency {
|
||||||
|
t.Errorf("pack in %s = %+v, want kind=pack amount=%d currency=%s", tc.kind, p, tc.amount, tc.currency)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// TestPaymentsCatalogExcludesDeactivated verifies a soft-deleted product drops out of the storefront.
|
||||||
|
func TestPaymentsCatalogExcludesDeactivated(t *testing.T) {
|
||||||
|
svc := newPaymentsService()
|
||||||
|
prod := seedValueProduct(t, 100, 10, 0)
|
||||||
|
if _, err := testDB.ExecContext(context.Background(),
|
||||||
|
`UPDATE payments.product SET active=false WHERE product_id=$1`, prod); err != nil {
|
||||||
|
t.Fatalf("deactivate: %v", err)
|
||||||
|
}
|
||||||
|
if _, ok := findCatalogProduct(t, svc, payments.NewContext("direct", "web"), prod); ok {
|
||||||
|
t.Error("deactivated product must not appear in the storefront")
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,82 @@
|
|||||||
|
package payments
|
||||||
|
|
||||||
|
// AtomQty is one atom line of a catalog product in the read model: the base value type it grants
|
||||||
|
// (chips / hints / no-ads days / tournament) and how many of it the product carries.
|
||||||
|
type AtomQty struct {
|
||||||
|
AtomType string
|
||||||
|
Quantity int
|
||||||
|
}
|
||||||
|
|
||||||
|
// CatalogProduct is one storefront product projected for the execution context. A value is
|
||||||
|
// bought with chips, so it carries Chips (its uniform chip price) and no money price. A chip pack
|
||||||
|
// funds chips with money, so it carries MoneyAmount (minor units) and MoneyCurrency for the
|
||||||
|
// context's payment method and no chip price. Atoms lists what the product grants.
|
||||||
|
type CatalogProduct struct {
|
||||||
|
Kind string // "value" (bought with chips) or "pack" (funds chips with money)
|
||||||
|
ProductID string
|
||||||
|
Title string
|
||||||
|
Chips int // a value's uniform chip price; 0 for a pack
|
||||||
|
MoneyAmount int64 // a pack's price in the context currency's minor units; 0 for a value
|
||||||
|
MoneyCurrency string // a pack's currency for the context method; empty for a value
|
||||||
|
Atoms []AtomQty
|
||||||
|
}
|
||||||
|
|
||||||
|
// CatalogView is the storefront read model for one execution context: the products a player sees
|
||||||
|
// and can buy there — every chip-priced value plus the chip packs priced in the context's method.
|
||||||
|
type CatalogView struct {
|
||||||
|
Products []CatalogProduct
|
||||||
|
}
|
||||||
|
|
||||||
|
// atomChips is the atom type that marks a product as a chip pack (it funds chips) rather than a
|
||||||
|
// value (bought with chips). A value never carries it.
|
||||||
|
const atomChips = "chips"
|
||||||
|
|
||||||
|
// projectCatalog turns the raw active catalog into the storefront for the context. A value (no
|
||||||
|
// chips atom) is shown everywhere at its CHIP price. A chip pack is shown only when it carries a
|
||||||
|
// price for the context's payment method (cxt.Kind: vk / telegram / direct), priced in that
|
||||||
|
// method's currency. A value missing its CHIP price and a pack missing a price for the context
|
||||||
|
// method are omitted (misconfigured or unavailable there). An untrusted context (empty Kind) has
|
||||||
|
// no method, so only values show; buying is gated server-side regardless.
|
||||||
|
func projectCatalog(entries []catalogEntry, cxt Context) CatalogView {
|
||||||
|
var out CatalogView
|
||||||
|
for _, e := range entries {
|
||||||
|
isPack := false
|
||||||
|
atoms := make([]AtomQty, 0, len(e.atoms))
|
||||||
|
for _, a := range e.atoms {
|
||||||
|
atoms = append(atoms, AtomQty{AtomType: a.atomType, Quantity: a.quantity})
|
||||||
|
if a.atomType == atomChips {
|
||||||
|
isPack = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
p := CatalogProduct{ProductID: e.id.String(), Title: e.title, Atoms: atoms}
|
||||||
|
if isPack {
|
||||||
|
pr, ok := findPrice(e.prices, string(cxt.Kind))
|
||||||
|
if !ok {
|
||||||
|
continue // no price for this context's method — not purchasable here
|
||||||
|
}
|
||||||
|
p.Kind = "pack"
|
||||||
|
p.MoneyAmount = pr.amount
|
||||||
|
p.MoneyCurrency = string(pr.currency)
|
||||||
|
} else {
|
||||||
|
pr, ok := findPrice(e.prices, "")
|
||||||
|
if !ok {
|
||||||
|
continue // a value must carry a CHIP price
|
||||||
|
}
|
||||||
|
p.Kind = "value"
|
||||||
|
p.Chips = int(pr.amount)
|
||||||
|
}
|
||||||
|
out.Products = append(out.Products, p)
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
|
// findPrice returns the price row for the given payment method — the empty string selects a
|
||||||
|
// value's CHIP price row (stored with a NULL method).
|
||||||
|
func findPrice(prices []priceRow, method string) (priceRow, bool) {
|
||||||
|
for _, pr := range prices {
|
||||||
|
if pr.method == method {
|
||||||
|
return pr, true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return priceRow{}, false
|
||||||
|
}
|
||||||
@@ -0,0 +1,136 @@
|
|||||||
|
package payments
|
||||||
|
|
||||||
|
import (
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/google/uuid"
|
||||||
|
)
|
||||||
|
|
||||||
|
// catalog fixtures: a chip-priced value (hints), a multi-method chip pack, a VK-only chip pack, a
|
||||||
|
// value with no CHIP price (misconfigured), and a pack whose only method is telegram.
|
||||||
|
func fixtureCatalog() []catalogEntry {
|
||||||
|
value := catalogEntry{
|
||||||
|
id: uuid.MustParse("00000000-0000-0000-0000-000000000001"),
|
||||||
|
title: "250 hints",
|
||||||
|
atoms: []atomQty{{atomType: "hints", quantity: 250}},
|
||||||
|
prices: []priceRow{
|
||||||
|
{method: "", currency: CurrencyChip, amount: 500},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
pack := catalogEntry{
|
||||||
|
id: uuid.MustParse("00000000-0000-0000-0000-000000000002"),
|
||||||
|
title: "100 chips",
|
||||||
|
atoms: []atomQty{{atomType: "chips", quantity: 100}},
|
||||||
|
prices: []priceRow{
|
||||||
|
{method: "vk", currency: CurrencyVote, amount: 20},
|
||||||
|
{method: "telegram", currency: CurrencyStar, amount: 25},
|
||||||
|
{method: "direct", currency: CurrencyRUB, amount: 14900},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
vkOnlyPack := catalogEntry{
|
||||||
|
id: uuid.MustParse("00000000-0000-0000-0000-000000000003"),
|
||||||
|
title: "VK-only chips",
|
||||||
|
atoms: []atomQty{{atomType: "chips", quantity: 50}},
|
||||||
|
prices: []priceRow{
|
||||||
|
{method: "vk", currency: CurrencyVote, amount: 10},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
brokenValue := catalogEntry{
|
||||||
|
id: uuid.MustParse("00000000-0000-0000-0000-000000000004"),
|
||||||
|
title: "no chip price",
|
||||||
|
atoms: []atomQty{{atomType: "noads_days", quantity: 30}},
|
||||||
|
// no CHIP price row — misconfigured, must be omitted
|
||||||
|
}
|
||||||
|
return []catalogEntry{value, pack, vkOnlyPack, brokenValue}
|
||||||
|
}
|
||||||
|
|
||||||
|
// byID indexes a projected storefront by product id for assertions.
|
||||||
|
func byID(v CatalogView) map[string]CatalogProduct {
|
||||||
|
m := make(map[string]CatalogProduct, len(v.Products))
|
||||||
|
for _, p := range v.Products {
|
||||||
|
m[p.ProductID] = p
|
||||||
|
}
|
||||||
|
return m
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestProjectCatalog_ContextMatrix(t *testing.T) {
|
||||||
|
const (
|
||||||
|
valueID = "00000000-0000-0000-0000-000000000001"
|
||||||
|
packID = "00000000-0000-0000-0000-000000000002"
|
||||||
|
vkPackID = "00000000-0000-0000-0000-000000000003"
|
||||||
|
brokenID = "00000000-0000-0000-0000-000000000004"
|
||||||
|
)
|
||||||
|
entries := fixtureCatalog()
|
||||||
|
|
||||||
|
tests := []struct {
|
||||||
|
name string
|
||||||
|
cxt Context
|
||||||
|
wantPackAmt int64
|
||||||
|
wantPackCur Currency
|
||||||
|
wantVKPack bool // the vk-only pack visible?
|
||||||
|
}{
|
||||||
|
{"vk", Context{Kind: SourceVK}, 20, CurrencyVote, true},
|
||||||
|
{"vk-ios frozen still lists vk price", Context{Kind: SourceVK, Subtype: SubtypeIOS}, 20, CurrencyVote, true},
|
||||||
|
{"telegram", Context{Kind: SourceTelegram}, 25, CurrencyStar, false},
|
||||||
|
{"direct", Context{Kind: SourceDirect}, 14900, CurrencyRUB, false},
|
||||||
|
}
|
||||||
|
for _, tc := range tests {
|
||||||
|
t.Run(tc.name, func(t *testing.T) {
|
||||||
|
got := byID(projectCatalog(entries, tc.cxt))
|
||||||
|
|
||||||
|
// The value shows everywhere at its uniform chip price, never a money price.
|
||||||
|
v, ok := got[valueID]
|
||||||
|
if !ok {
|
||||||
|
t.Fatalf("value missing from %s storefront", tc.name)
|
||||||
|
}
|
||||||
|
if v.Kind != "value" || v.Chips != 500 || v.MoneyCurrency != "" || v.MoneyAmount != 0 {
|
||||||
|
t.Errorf("value = %+v, want kind=value chips=500 no money", v)
|
||||||
|
}
|
||||||
|
if len(v.Atoms) != 1 || v.Atoms[0].AtomType != "hints" || v.Atoms[0].Quantity != 250 {
|
||||||
|
t.Errorf("value atoms = %+v, want [hints:250]", v.Atoms)
|
||||||
|
}
|
||||||
|
|
||||||
|
// The multi-method pack shows the context method's price, in that currency, no chips.
|
||||||
|
p, ok := got[packID]
|
||||||
|
if !ok {
|
||||||
|
t.Fatalf("pack missing from %s storefront", tc.name)
|
||||||
|
}
|
||||||
|
if p.Kind != "pack" || p.Chips != 0 || p.MoneyAmount != tc.wantPackAmt || p.MoneyCurrency != string(tc.wantPackCur) {
|
||||||
|
t.Errorf("pack = %+v, want kind=pack amount=%d currency=%s", p, tc.wantPackAmt, tc.wantPackCur)
|
||||||
|
}
|
||||||
|
|
||||||
|
// The vk-only pack shows only where a vk price exists.
|
||||||
|
if _, ok := got[vkPackID]; ok != tc.wantVKPack {
|
||||||
|
t.Errorf("vk-only pack present=%v, want %v (%s)", ok, tc.wantVKPack, tc.name)
|
||||||
|
}
|
||||||
|
|
||||||
|
// The misconfigured value (no CHIP price) is never shown.
|
||||||
|
if _, ok := got[brokenID]; ok {
|
||||||
|
t.Errorf("misconfigured value must be omitted (%s)", tc.name)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// An untrusted context (empty Kind) has no payment method, so it shows values only — no packs.
|
||||||
|
func TestProjectCatalog_UntrustedShowsValuesOnly(t *testing.T) {
|
||||||
|
got := byID(projectCatalog(fixtureCatalog(), Context{}))
|
||||||
|
if _, ok := got["00000000-0000-0000-0000-000000000001"]; !ok {
|
||||||
|
t.Error("untrusted context should still list the chip-priced value")
|
||||||
|
}
|
||||||
|
for _, id := range []string{
|
||||||
|
"00000000-0000-0000-0000-000000000002",
|
||||||
|
"00000000-0000-0000-0000-000000000003",
|
||||||
|
} {
|
||||||
|
if _, ok := got[id]; ok {
|
||||||
|
t.Errorf("untrusted context must not list pack %s", id)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// An empty catalog projects to an empty storefront (no products seeded yet — the Release-1 state).
|
||||||
|
func TestProjectCatalog_Empty(t *testing.T) {
|
||||||
|
if got := projectCatalog(nil, Context{Kind: SourceDirect}); len(got.Products) != 0 {
|
||||||
|
t.Errorf("empty catalog projected %d products, want 0", len(got.Products))
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -54,6 +54,18 @@ func (s *Service) Wallet(ctx context.Context, accountID uuid.UUID, cxt Context,
|
|||||||
return view, nil
|
return view, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Catalog returns the storefront for the execution context: every chip-priced value (shown in
|
||||||
|
// every context) plus the chip packs priced in the context's payment method. It is read straight
|
||||||
|
// from the catalog tables — small and rarely edited, so uncached. An untrusted context has no
|
||||||
|
// method and so shows values only; buying is gate-checked on Spend regardless (fail-closed).
|
||||||
|
func (s *Service) Catalog(ctx context.Context, cxt Context) (CatalogView, error) {
|
||||||
|
entries, err := s.store.loadCatalog(ctx)
|
||||||
|
if err != nil {
|
||||||
|
return CatalogView{}, err
|
||||||
|
}
|
||||||
|
return projectCatalog(entries, cxt), nil
|
||||||
|
}
|
||||||
|
|
||||||
// AdFree reports whether ads are suppressed for the account in the context: some origin
|
// AdFree reports whether ads are suppressed for the account in the context: some origin
|
||||||
// applicable there has an active no-ads term or the forever flag. Fail-closed on an untrusted
|
// applicable there has an active no-ads term or the forever flag. Fail-closed on an untrusted
|
||||||
// platform (no origin applies).
|
// platform (no origin applies).
|
||||||
|
|||||||
@@ -0,0 +1,89 @@
|
|||||||
|
package payments
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/go-jet/jet/v2/postgres"
|
||||||
|
"github.com/google/uuid"
|
||||||
|
|
||||||
|
"scrabble/backend/internal/postgres/jet/payments/model"
|
||||||
|
"scrabble/backend/internal/postgres/jet/payments/table"
|
||||||
|
)
|
||||||
|
|
||||||
|
// atomQty is one atom line of a product as loaded from the catalog: the atom type and quantity.
|
||||||
|
type atomQty struct {
|
||||||
|
atomType string
|
||||||
|
quantity int
|
||||||
|
}
|
||||||
|
|
||||||
|
// priceRow is one price of a product as loaded from the catalog: the payment method (empty for a
|
||||||
|
// value's CHIP price, stored with a NULL method) and the amount in that currency's minor units.
|
||||||
|
type priceRow struct {
|
||||||
|
method string
|
||||||
|
currency Currency
|
||||||
|
amount int64
|
||||||
|
}
|
||||||
|
|
||||||
|
// catalogEntry is a raw active product loaded for the storefront: its atom composition and every
|
||||||
|
// price row. [projectCatalog] turns it into the context-visible [CatalogProduct].
|
||||||
|
type catalogEntry struct {
|
||||||
|
id uuid.UUID
|
||||||
|
title string
|
||||||
|
atoms []atomQty
|
||||||
|
prices []priceRow
|
||||||
|
}
|
||||||
|
|
||||||
|
// loadCatalog reads every active product with its atoms and prices, ordered by creation, straight
|
||||||
|
// from the catalog tables. The catalog is small and rarely edited (admin console only), so it is
|
||||||
|
// read uncached — unlike the per-account balances/benefits the read cache fronts.
|
||||||
|
func (s *Store) loadCatalog(ctx context.Context) ([]catalogEntry, error) {
|
||||||
|
var prods []model.Product
|
||||||
|
if err := postgres.SELECT(table.Product.AllColumns).
|
||||||
|
FROM(table.Product).
|
||||||
|
WHERE(table.Product.Active.IS_TRUE()).
|
||||||
|
ORDER_BY(table.Product.CreatedAt.ASC()).
|
||||||
|
QueryContext(ctx, s.db, &prods); err != nil {
|
||||||
|
return nil, fmt.Errorf("payments: load catalog products: %w", err)
|
||||||
|
}
|
||||||
|
if len(prods) == 0 {
|
||||||
|
return nil, nil
|
||||||
|
}
|
||||||
|
entries := make([]catalogEntry, len(prods))
|
||||||
|
index := make(map[uuid.UUID]int, len(prods))
|
||||||
|
for i, p := range prods {
|
||||||
|
entries[i] = catalogEntry{id: p.ProductID, title: p.Title}
|
||||||
|
index[p.ProductID] = i
|
||||||
|
}
|
||||||
|
|
||||||
|
var items []model.ProductItem
|
||||||
|
if err := postgres.SELECT(table.ProductItem.AllColumns).
|
||||||
|
FROM(table.ProductItem).
|
||||||
|
QueryContext(ctx, s.db, &items); err != nil {
|
||||||
|
return nil, fmt.Errorf("payments: load catalog items: %w", err)
|
||||||
|
}
|
||||||
|
for _, it := range items {
|
||||||
|
if i, ok := index[it.ProductID]; ok {
|
||||||
|
entries[i].atoms = append(entries[i].atoms, atomQty{atomType: it.AtomType, quantity: int(it.Quantity)})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var prices []model.ProductPrice
|
||||||
|
if err := postgres.SELECT(table.ProductPrice.AllColumns).
|
||||||
|
FROM(table.ProductPrice).
|
||||||
|
QueryContext(ctx, s.db, &prices); err != nil {
|
||||||
|
return nil, fmt.Errorf("payments: load catalog prices: %w", err)
|
||||||
|
}
|
||||||
|
for _, pr := range prices {
|
||||||
|
i, ok := index[pr.ProductID]
|
||||||
|
if !ok {
|
||||||
|
continue // a price for a deactivated product — not in the storefront
|
||||||
|
}
|
||||||
|
method := ""
|
||||||
|
if pr.Method != nil {
|
||||||
|
method = *pr.Method
|
||||||
|
}
|
||||||
|
entries[i].prices = append(entries[i].prices, priceRow{method: method, currency: Currency(pr.Currency), amount: pr.Amount})
|
||||||
|
}
|
||||||
|
return entries, nil
|
||||||
|
}
|
||||||
@@ -67,8 +67,10 @@ func (s *Server) registerRoutes() {
|
|||||||
u.GET("/block-status", s.handleBlockStatus)
|
u.GET("/block-status", s.handleBlockStatus)
|
||||||
}
|
}
|
||||||
if s.payments != nil {
|
if s.payments != nil {
|
||||||
// The wallet: the context-visible chip segments + benefits, and a chip spend on a value.
|
// The wallet: the context-visible chip segments + benefits, the storefront catalog, and a
|
||||||
|
// chip spend on a value.
|
||||||
u.GET("/wallet", s.handleWallet)
|
u.GET("/wallet", s.handleWallet)
|
||||||
|
u.GET("/wallet/catalog", s.handleWalletCatalog)
|
||||||
u.POST("/wallet/buy", s.handleWalletBuy)
|
u.POST("/wallet/buy", s.handleWalletBuy)
|
||||||
}
|
}
|
||||||
if s.links != nil {
|
if s.links != nil {
|
||||||
|
|||||||
@@ -45,6 +45,68 @@ func walletDTOFrom(v payments.WalletView) walletDTO {
|
|||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// catalogAtomDTO is one atom line of a storefront product: the base value type it grants and how
|
||||||
|
// many of it the product carries.
|
||||||
|
type catalogAtomDTO struct {
|
||||||
|
AtomType string `json:"atom_type"`
|
||||||
|
Quantity int `json:"quantity"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// catalogProductDTO is one storefront product for the caller's context: a chip-priced value
|
||||||
|
// (chips set, no money price) or a chip pack priced in the context's payment method
|
||||||
|
// (money_amount minor units + money_currency, no chips), plus what it grants.
|
||||||
|
type catalogProductDTO struct {
|
||||||
|
Kind string `json:"kind"`
|
||||||
|
ProductID string `json:"product_id"`
|
||||||
|
Title string `json:"title"`
|
||||||
|
Chips int `json:"chips"`
|
||||||
|
MoneyAmount int64 `json:"money_amount"`
|
||||||
|
MoneyCurrency string `json:"money_currency"`
|
||||||
|
Atoms []catalogAtomDTO `json:"atoms"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// catalogDTO is the storefront: the products visible and purchasable in the caller's context.
|
||||||
|
type catalogDTO struct {
|
||||||
|
Products []catalogProductDTO `json:"products"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// catalogDTOFrom projects a payments catalog view into the wire DTO.
|
||||||
|
func catalogDTOFrom(v payments.CatalogView) catalogDTO {
|
||||||
|
out := catalogDTO{Products: make([]catalogProductDTO, 0, len(v.Products))}
|
||||||
|
for _, p := range v.Products {
|
||||||
|
atoms := make([]catalogAtomDTO, 0, len(p.Atoms))
|
||||||
|
for _, a := range p.Atoms {
|
||||||
|
atoms = append(atoms, catalogAtomDTO{AtomType: a.AtomType, Quantity: a.Quantity})
|
||||||
|
}
|
||||||
|
out.Products = append(out.Products, catalogProductDTO{
|
||||||
|
Kind: p.Kind, ProductID: p.ProductID, Title: p.Title,
|
||||||
|
Chips: p.Chips, MoneyAmount: p.MoneyAmount, MoneyCurrency: p.MoneyCurrency, Atoms: atoms,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
||||||
|
|
||||||
|
// handleWalletCatalog returns the storefront for the caller's trusted execution context: the
|
||||||
|
// chip-priced values and the chip packs priced in the context's payment method.
|
||||||
|
func (s *Server) handleWalletCatalog(c *gin.Context) {
|
||||||
|
uid, ok := userID(c)
|
||||||
|
if !ok {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
ctx := c.Request.Context()
|
||||||
|
cxt, _, err := s.walletGate(ctx, uid)
|
||||||
|
if err != nil {
|
||||||
|
s.abortErr(c, err)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
view, err := s.payments.Catalog(ctx, cxt)
|
||||||
|
if err != nil {
|
||||||
|
s.abortErr(c, err)
|
||||||
|
return
|
||||||
|
}
|
||||||
|
c.JSON(http.StatusOK, catalogDTOFrom(view))
|
||||||
|
}
|
||||||
|
|
||||||
// handleWallet returns the caller's wallet — the segments and benefits visible in the current
|
// handleWallet returns the caller's wallet — the segments and benefits visible in the current
|
||||||
// trusted execution context.
|
// trusted execution context.
|
||||||
func (s *Server) handleWallet(c *gin.Context) {
|
func (s *Server) handleWallet(c *gin.Context) {
|
||||||
|
|||||||
@@ -13,6 +13,22 @@ POSTGRES_DB=scrabble
|
|||||||
POSTGRES_USER=scrabble
|
POSTGRES_USER=scrabble
|
||||||
POSTGRES_PASSWORD=change-me # required
|
POSTGRES_PASSWORD=change-me # required
|
||||||
|
|
||||||
|
# --- Point-in-time recovery (pgBackRest -> S3; PROD main host only) ----------
|
||||||
|
# Continuous WAL archiving for PITR. PROD-ONLY: the test contour never archives (these
|
||||||
|
# stay unset there and archive_mode stays off). The artifact ships DISARMED —
|
||||||
|
# PGBACKREST_ARCHIVE_MODE defaults off; arm it only after setting up the S3 repository +
|
||||||
|
# secrets and creating the stanza, then flip it on (deploy/README.md, point-in-time
|
||||||
|
# recovery). Gitea: PROD_PGBACKREST_* — endpoint/bucket/region/archive-mode are variables,
|
||||||
|
# the two S3 keys + the cipher passphrase are secrets.
|
||||||
|
PGBACKREST_ARCHIVE_MODE=off # on = archiving active (arm only after the stanza exists)
|
||||||
|
PGBACKREST_S3_ENDPOINT= # S3 HOST ONLY — no https://, no port, no bucket (e.g. s3.ru-1.storage.selcloud.ru); path-style addressing
|
||||||
|
PGBACKREST_S3_PORT= # optional; default 443 — set only if the provider uses a non-standard S3 port
|
||||||
|
PGBACKREST_S3_BUCKET= # bucket name; lowercase, no dots/underscores
|
||||||
|
PGBACKREST_S3_REGION= # e.g. ru-1
|
||||||
|
PGBACKREST_S3_KEY= # secret: S3 access key id
|
||||||
|
PGBACKREST_S3_KEY_SECRET= # secret: S3 secret access key
|
||||||
|
PGBACKREST_CIPHER_PASS= # secret: repo encryption passphrase — KEEP SAFE, stored apart from the S3 keys (losing it makes the archive unrecoverable)
|
||||||
|
|
||||||
# --- Dictionary -------------------------------------------------------------
|
# --- Dictionary -------------------------------------------------------------
|
||||||
# scrabble-dictionary release tag baked into the image as the SEED dictionary for a
|
# scrabble-dictionary release tag baked into the image as the SEED dictionary for a
|
||||||
# FRESH volume (image build-arg; also labels the resident seed version). After first
|
# FRESH volume (image build-arg; also labels the resident seed version). After first
|
||||||
|
|||||||
+90
-8
@@ -220,10 +220,89 @@ release tag, so any prior release is reachable.
|
|||||||
**Migrations** must be **expand-contract** (backward-compatible; goose is forward-only):
|
**Migrations** must be **expand-contract** (backward-compatible; goose is forward-only):
|
||||||
the automatic rollback is image-only and never restores the DB. A deploy that changes
|
the automatic rollback is image-only and never restores the DB. A deploy that changes
|
||||||
`backend/internal/postgres/migrations/` opens a maintenance window — the backend (sole
|
`backend/internal/postgres/migrations/` opens a maintenance window — the backend (sole
|
||||||
writer) is stopped for a consistent `pg_dump` into `/opt/scrabble/dumps` before the new
|
writer) is stopped for a consistent **whole-database** `pg_dump` into `/opt/scrabble/dumps`
|
||||||
backend migrates. **Manual DB restore** (only if a migration was destructive):
|
(it covers `backend` **and** `payments`) before the new backend migrates. **Manual DB
|
||||||
`docker exec -i scrabble-postgres psql -U scrabble -d scrabble -c 'DROP SCHEMA backend CASCADE'`,
|
restore** (only if a migration was destructive): drop the app schemas in the same instance
|
||||||
then pipe the dump into the same `psql`, and redeploy the matching old tag.
|
and pipe the dump back —
|
||||||
|
`docker exec -i scrabble-postgres psql -U scrabble -d scrabble -c 'DROP SCHEMA IF EXISTS backend CASCADE; DROP SCHEMA IF EXISTS payments CASCADE;'`,
|
||||||
|
then `docker exec -i scrabble-postgres psql -U scrabble -d scrabble < the-dump.sql`, and
|
||||||
|
redeploy the matching old tag. This dump is a belt-and-braces net for a bad migration;
|
||||||
|
**point-in-time recovery** (below) is the primary recovery path once armed, and the only one
|
||||||
|
that survives losing the host.
|
||||||
|
|
||||||
|
## Point-in-time recovery (PITR)
|
||||||
|
|
||||||
|
The main host archives Postgres continuously with **pgBackRest** to **Selectel S3**
|
||||||
|
(encrypted at rest, path-style addressing) so the database can be restored to any moment —
|
||||||
|
protecting the money ledger and the game state against corruption or host loss. It is the
|
||||||
|
primary recovery path; the migration-window `pg_dump` above is the secondary net.
|
||||||
|
|
||||||
|
**Shape.** A daily full **base backup** (a systemd timer on the main host, `04:00`) plus
|
||||||
|
**continuous WAL** archived by Postgres `archive_command` (a segment is forced at least every
|
||||||
|
5 minutes, so the recovery point is never more than a few minutes behind). Retention is **30
|
||||||
|
days** (`repo1-retention-full=30`); the repository is AES-256-CBC encrypted. This is main-host
|
||||||
|
only — the test contour never archives.
|
||||||
|
|
||||||
|
**Wiring.** pgBackRest ships inside the DB image (`deploy/postgres/Dockerfile`); the
|
||||||
|
repository + S3 credentials + cipher are the `PGBACKREST_*` environment on the postgres
|
||||||
|
service in `docker-compose.prod.yml`, rendered from the `PROD_` Gitea set by
|
||||||
|
`write-prod-env.sh`. Archiving is gated by **`PGBACKREST_ARCHIVE_MODE` (default `off`)**, so
|
||||||
|
shipping or redeploying this stack does **not** start archiving — the artifact is inert until
|
||||||
|
armed, which is why an un-armed prod deploy can never pile WAL onto the disk. The base-backup
|
||||||
|
timer is provisioned by the Ansible `main` role behind `pitr_enabled` (also default off). Two
|
||||||
|
Grafana alerts watch health: `WAL archiving failing` (`pg_stat_archiver_failed_count` rising)
|
||||||
|
and `WAL archiving stalled` (`pg_stat_archiver_last_archive_age` over 30 min) — both
|
||||||
|
absent/NaN-safe, so they stay quiet until archiving is armed.
|
||||||
|
|
||||||
|
**Assessment (owner-reviewed; the gate before the first real money).** Measured on prod
|
||||||
|
`pg_stat_wal`: WAL is generated at **~0.77 MB/day** and the database is **~9.6 MB**. At
|
||||||
|
30-day retention on Selectel S3 (~2 ₽/GB·month) the archive is **under ~0.3 GB → well under
|
||||||
|
1 ₽/month** (compression halves it again); request volume is trivial. Performance impact is
|
||||||
|
**negligible**: archive-push moves tiny compressed segments, and the daily full base backup
|
||||||
|
is a ~10 MB, sub-second job on the 2 vCPU host. Revisit both if traffic grows ~100× (watch
|
||||||
|
`node_exporter` during a base backup).
|
||||||
|
|
||||||
|
**Arming (owner-coordinated, once, before real payments).** Ships disarmed; to turn it on:
|
||||||
|
|
||||||
|
1. **Owner (Selectel + Gitea):** create an S3 bucket (name **lowercase, no dots/underscores**)
|
||||||
|
and an S3 access key/secret; pick a repository **cipher passphrase** and store it **apart
|
||||||
|
from the S3 keys** (losing it makes the archive unrecoverable). Set the Gitea `PROD_` set —
|
||||||
|
variables `PROD_PGBACKREST_S3_ENDPOINT` (the S3 **host only** — no `https://`, no port, no
|
||||||
|
bucket) / `_S3_BUCKET` / `_S3_REGION`, an optional `_S3_PORT` (default 443, set only for a
|
||||||
|
non-standard provider port), and `PROD_PGBACKREST_ARCHIVE_MODE=on`; secrets
|
||||||
|
`PROD_PGBACKREST_S3_KEY` (the S3 **access key**) / `_S3_KEY_SECRET` (its paired **secret
|
||||||
|
key**, shown once at creation) / `_CIPHER_PASS` (a fresh repository passphrase, e.g.
|
||||||
|
`openssl rand -base64 48`).
|
||||||
|
2. Promote `development → master`, tag, and run **prod-deploy**. The roll recreates postgres
|
||||||
|
with `archive_mode=on` behind the maintenance page. (Archive pushes fail harmlessly for the
|
||||||
|
minute until step 3 creates the repository — the WAL is retained, not lost.)
|
||||||
|
3. On the main host, create the repository, take the first base backup, and verify:
|
||||||
|
```sh
|
||||||
|
docker exec scrabble-postgres pgbackrest --stanza=scrabble stanza-create
|
||||||
|
docker exec scrabble-postgres pgbackrest --stanza=scrabble --type=full backup
|
||||||
|
docker exec scrabble-postgres pgbackrest --stanza=scrabble check
|
||||||
|
```
|
||||||
|
4. Enable the daily timer: `ansible-playbook site.yml -e pitr_enabled=true` (installs + starts
|
||||||
|
`pgbackrest-backup.timer` on the main host).
|
||||||
|
5. Confirm in Grafana that the two archiving alerts are green (`last_archive_age` now tracks a
|
||||||
|
real number, `failed_count` flat).
|
||||||
|
|
||||||
|
**Restore drill (proves recoverability; re-run after arming and after any major change).** On
|
||||||
|
an **isolated, one-shot** target (a throwaway VM or a container with no ingress), pgBackRest,
|
||||||
|
the matching Postgres major, an empty `PGDATA`, and the same `PGBACKREST_*` environment:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pgbackrest --stanza=scrabble --type=time "--target=YYYY-MM-DD HH:MM:SS+00" --delta restore
|
||||||
|
# start Postgres; it replays WAL to the target; then verify a known row / the ledger tail
|
||||||
|
```
|
||||||
|
|
||||||
|
The target holds **real money + personal data** while it exists — keep it network-isolated and
|
||||||
|
**destroy it (wipe `PGDATA` + the instance) afterwards**. Record each drill (date, target
|
||||||
|
timestamp, outcome) here:
|
||||||
|
|
||||||
|
| Date | Target timestamp | Result |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| _pending first arming_ | — | — |
|
||||||
|
|
||||||
**bot-link cert rotation:** regenerate (`deploy/gen-certs.sh /tmp/c --force`), reset the
|
**bot-link cert rotation:** regenerate (`deploy/gen-certs.sh /tmp/c --force`), reset the
|
||||||
five `PROD_BOTLINK_*` secrets from `/tmp/c`, and re-run the workflow — both hosts redeploy
|
five `PROD_BOTLINK_*` secrets from `/tmp/c`, and re-run the workflow — both hosts redeploy
|
||||||
@@ -249,14 +328,17 @@ VITE_VK_APP_LINK, VITE_VK_APP_ID`. **Derived from `PUBLIC_BASE_URL` at deploy**
|
|||||||
`PROD_{POSTGRES_PASSWORD, GM_BASICAUTH_HASH, GRAFANA_ADMIN_PASSWORD, TELEGRAM_BOT_TOKEN,
|
`PROD_{POSTGRES_PASSWORD, GM_BASICAUTH_HASH, GRAFANA_ADMIN_PASSWORD, TELEGRAM_BOT_TOKEN,
|
||||||
TELEGRAM_PROMO_BOT_TOKEN, EXPORT_SIGN_KEY, GATEWAY_HONEYTOKEN, REGISTRY_PASSWORD, SSH_KEY,
|
TELEGRAM_PROMO_BOT_TOKEN, EXPORT_SIGN_KEY, GATEWAY_HONEYTOKEN, REGISTRY_PASSWORD, SSH_KEY,
|
||||||
SSH_KNOWN_HOSTS, BOTLINK_CA, BOTLINK_GATEWAY_CERT, BOTLINK_GATEWAY_KEY, BOTLINK_BOT_CERT,
|
SSH_KNOWN_HOSTS, BOTLINK_CA, BOTLINK_GATEWAY_CERT, BOTLINK_GATEWAY_KEY, BOTLINK_BOT_CERT,
|
||||||
BOTLINK_BOT_KEY}`; variables:
|
BOTLINK_BOT_KEY, PGBACKREST_S3_KEY, PGBACKREST_S3_KEY_SECRET, PGBACKREST_CIPHER_PASS}`;
|
||||||
|
variables:
|
||||||
`PROD_{REGISTRY_USER, MAIN_HOST, TG_HOST, CADDY_SITE_ADDRESS, GM_BASICAUTH_USER, LOG_LEVEL,
|
`PROD_{REGISTRY_USER, MAIN_HOST, TG_HOST, CADDY_SITE_ADDRESS, GM_BASICAUTH_USER, LOG_LEVEL,
|
||||||
TELEGRAM_GAME_CHANNEL_ID, TELEGRAM_CHAT_ID, TELEGRAM_SUPPORT_CHAT_ID, TELEGRAM_BOT_USERNAME,
|
TELEGRAM_GAME_CHANNEL_ID, TELEGRAM_CHAT_ID, TELEGRAM_SUPPORT_CHAT_ID, TELEGRAM_BOT_USERNAME,
|
||||||
VITE_TELEGRAM_BOT_ID, VITE_TELEGRAM_LINK, VITE_TELEGRAM_GAME_CHANNEL_NAME, SMTP_RELAY_FROM,
|
VITE_TELEGRAM_BOT_ID, VITE_TELEGRAM_LINK, VITE_TELEGRAM_GAME_CHANNEL_NAME, SMTP_RELAY_FROM,
|
||||||
PUBLIC_BASE_URL, SMTP_RELAY_ADMIN_FROM, ADMIN_EMAIL, SMTP_RELAY_SERVICE_FROM, SERVICE_EMAIL,
|
PUBLIC_BASE_URL, SMTP_RELAY_ADMIN_FROM, ADMIN_EMAIL, SMTP_RELAY_SERVICE_FROM, SERVICE_EMAIL,
|
||||||
GF_SMTP_ENABLED}`. The test contour uses the same names under `TEST_`, minus the prod-only
|
GF_SMTP_ENABLED, PGBACKREST_S3_ENDPOINT, PGBACKREST_S3_PORT, PGBACKREST_S3_BUCKET,
|
||||||
infra (`MAIN_HOST`/`TG_HOST`/`REGISTRY_*`/`SSH_*`/`BOTLINK_*`, which the test deploy generates
|
PGBACKREST_S3_REGION, PGBACKREST_ARCHIVE_MODE}`. The test contour uses the same names under `TEST_`, minus the
|
||||||
or runs locally) and plus `TEST_AWG_CONF` (the bot's VPN egress).
|
prod-only infra (`MAIN_HOST`/`TG_HOST`/`REGISTRY_*`/`SSH_*`/`BOTLINK_*` and the `PGBACKREST_*`
|
||||||
|
PITR set, which is prod-only — the test contour never archives) and plus `TEST_AWG_CONF` (the
|
||||||
|
bot's VPN egress).
|
||||||
|
|
||||||
## Host-side setup (outside this repo)
|
## Host-side setup (outside this repo)
|
||||||
|
|
||||||
|
|||||||
@@ -45,5 +45,7 @@ safe (idempotent) and survives a host resize.
|
|||||||
10m×3 log rotation), `deploy` user (docker group, no sudo), key-only sshd,
|
10m×3 log rotation), `deploy` user (docker group, no sudo), key-only sshd,
|
||||||
`ufw` default-deny incoming + allow SSH, fail2ban sshd jail, unattended
|
`ufw` default-deny incoming + allow SSH, fail2ban sshd jail, unattended
|
||||||
upgrades, chrony, `/opt/scrabble/{config,certs,dumps,images}`.
|
upgrades, chrony, `/opt/scrabble/{config,certs,dumps,images}`.
|
||||||
- **main**: `ufw` opens 80/443/9443; the external `edge` docker network.
|
- **main**: `ufw` opens 80/443/9443; the external `edge` docker network; the pgBackRest
|
||||||
|
daily base-backup systemd timer — installed only when `pitr_enabled=true` (off by default;
|
||||||
|
turned on as part of arming point-in-time recovery, see [`../README.md`](../README.md)).
|
||||||
- **tg**: verifies direct `api.telegram.org` egress (the no-VPN assumption).
|
- **tg**: verifies direct `api.telegram.org` egress (the no-VPN assumption).
|
||||||
|
|||||||
@@ -27,3 +27,12 @@ docker_log_max_file: "3"
|
|||||||
# path (a slow service beats a killed one). Set swap_size to "0" to skip provisioning.
|
# path (a slow service beats a killed one). Set swap_size to "0" to skip provisioning.
|
||||||
swap_size: "1G"
|
swap_size: "1G"
|
||||||
swap_swappiness: 10
|
swap_swappiness: 10
|
||||||
|
|
||||||
|
# Point-in-time recovery (pgBackRest). The base-backup systemd timer on the main host is
|
||||||
|
# gated by pitr_enabled so provisioning stays inert until archiving is armed — the timer
|
||||||
|
# would fail nightly if it ran before the S3 repository + stanza exist. Arm it as part of
|
||||||
|
# the PITR rollout (deploy/README.md): flip it on with `-e pitr_enabled=true` (or a main
|
||||||
|
# host_var) once the stanza is created. Only the `main` role reads these.
|
||||||
|
pitr_enabled: false
|
||||||
|
# systemd OnCalendar for the daily full base backup — a low-traffic hour on the main host.
|
||||||
|
pitr_backup_oncalendar: "*-*-* 04:00:00"
|
||||||
|
|||||||
@@ -16,3 +16,30 @@
|
|||||||
community.docker.docker_network:
|
community.docker.docker_network:
|
||||||
name: edge
|
name: edge
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
# --- pgBackRest base-backup schedule (point-in-time recovery) ------------------
|
||||||
|
# A daily full base backup via a systemd timer that runs pgBackRest inside the postgres
|
||||||
|
# container; archive_command handles the continuous WAL between backups. Gated by
|
||||||
|
# pitr_enabled so the schedule stays inert until archiving is armed (the S3 repository +
|
||||||
|
# stanza must exist first, or the run fails nightly). Arm per deploy/README.md.
|
||||||
|
- name: Install the pgBackRest base-backup service
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: pgbackrest-backup.service.j2
|
||||||
|
dest: /etc/systemd/system/pgbackrest-backup.service
|
||||||
|
mode: "0644"
|
||||||
|
when: pitr_enabled | default(false) | bool
|
||||||
|
|
||||||
|
- name: Install the pgBackRest base-backup timer
|
||||||
|
ansible.builtin.template:
|
||||||
|
src: pgbackrest-backup.timer.j2
|
||||||
|
dest: /etc/systemd/system/pgbackrest-backup.timer
|
||||||
|
mode: "0644"
|
||||||
|
when: pitr_enabled | default(false) | bool
|
||||||
|
|
||||||
|
- name: Enable and start the pgBackRest base-backup timer
|
||||||
|
ansible.builtin.systemd:
|
||||||
|
name: pgbackrest-backup.timer
|
||||||
|
enabled: true
|
||||||
|
state: started
|
||||||
|
daemon_reload: true
|
||||||
|
when: pitr_enabled | default(false) | bool
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# Managed by Ansible (deploy/ansible).
|
||||||
|
# Daily full pgBackRest base backup for the payments/game database. Runs pgBackRest
|
||||||
|
# inside the postgres container (where the repository configuration and PGDATA live);
|
||||||
|
# the continuous WAL between base backups is handled by the container's archive_command.
|
||||||
|
# Installed only when pitr_enabled is set (see deploy/ansible/group_vars/all.yml).
|
||||||
|
[Unit]
|
||||||
|
Description=pgBackRest full base backup (scrabble)
|
||||||
|
After=docker.service
|
||||||
|
Requires=docker.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
# docker exec runs as the image's postgres user and inherits the container's PGBACKREST_*
|
||||||
|
# environment (the S3 repository + cipher), so no repository config is needed on the host.
|
||||||
|
ExecStart=/usr/bin/docker exec scrabble-postgres pgbackrest --stanza=scrabble --type=full backup
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
# Managed by Ansible (deploy/ansible).
|
||||||
|
# Fires the daily full base backup. Persistent=true catches up a run missed while the
|
||||||
|
# host was down. Installed only when pitr_enabled is set.
|
||||||
|
[Unit]
|
||||||
|
Description=Daily pgBackRest full base backup (scrabble)
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar={{ pitr_backup_oncalendar }}
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
||||||
@@ -45,6 +45,43 @@ services:
|
|||||||
memory: 384M
|
memory: 384M
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
|
image: ${REGISTRY:?set REGISTRY}/scrabble-postgres:${TAG:?set TAG}
|
||||||
|
# Continuous WAL archiving to S3 via pgBackRest (point-in-time recovery), on the prod
|
||||||
|
# main host only. archive_mode is gated by PGBACKREST_ARCHIVE_MODE (default "off"), so
|
||||||
|
# merging/redeploying this stack does NOT start archiving until the operator arms it:
|
||||||
|
# archiving stays inert — and cannot pile WAL onto the disk — until the S3 repository is
|
||||||
|
# set up, the stanza is created and the switch is flipped on. See deploy/README.md
|
||||||
|
# (point-in-time recovery — arming). Non-secret settings are inline; the endpoint,
|
||||||
|
# bucket, region, S3 keys and repository cipher passphrase come from the prod env.sh
|
||||||
|
# (deploy/write-prod-env.sh, PROD_ secrets/variables).
|
||||||
|
environment:
|
||||||
|
PGBACKREST_STANZA: scrabble
|
||||||
|
PGBACKREST_PG1_PATH: /var/lib/postgresql/data
|
||||||
|
PGBACKREST_REPO1_TYPE: s3
|
||||||
|
PGBACKREST_REPO1_PATH: /pgbackrest
|
||||||
|
PGBACKREST_REPO1_S3_URI_STYLE: path
|
||||||
|
PGBACKREST_REPO1_S3_ENDPOINT: ${PGBACKREST_S3_ENDPOINT:-}
|
||||||
|
PGBACKREST_REPO1_S3_PORT: ${PGBACKREST_S3_PORT:-443}
|
||||||
|
PGBACKREST_REPO1_S3_BUCKET: ${PGBACKREST_S3_BUCKET:-}
|
||||||
|
PGBACKREST_REPO1_S3_REGION: ${PGBACKREST_S3_REGION:-}
|
||||||
|
PGBACKREST_REPO1_S3_KEY: ${PGBACKREST_S3_KEY:-}
|
||||||
|
PGBACKREST_REPO1_S3_KEY_SECRET: ${PGBACKREST_S3_KEY_SECRET:-}
|
||||||
|
PGBACKREST_REPO1_CIPHER_TYPE: aes-256-cbc
|
||||||
|
PGBACKREST_REPO1_CIPHER_PASS: ${PGBACKREST_CIPHER_PASS:-}
|
||||||
|
PGBACKREST_REPO1_RETENTION_FULL: "30"
|
||||||
|
PGBACKREST_COMPRESS_TYPE: zst
|
||||||
|
PGBACKREST_LOG_LEVEL_CONSOLE: info
|
||||||
|
PGBACKREST_LOG_LEVEL_FILE: "off"
|
||||||
|
# archive_command is inert while archive_mode is off, so it is always present and only
|
||||||
|
# the mode switches. A forced 5-minute segment switch bounds the recovery point.
|
||||||
|
command:
|
||||||
|
- postgres
|
||||||
|
- -c
|
||||||
|
- archive_mode=${PGBACKREST_ARCHIVE_MODE:-off}
|
||||||
|
- -c
|
||||||
|
- "archive_command=pgbackrest --stanza=scrabble archive-push %p"
|
||||||
|
- -c
|
||||||
|
- archive_timeout=300
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
|||||||
@@ -38,7 +38,13 @@ x-logging: &default-logging
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
container_name: scrabble-postgres
|
container_name: scrabble-postgres
|
||||||
image: postgres:17-alpine
|
# Built from postgres:17-alpine + pgBackRest (deploy/postgres/Dockerfile) so the prod
|
||||||
|
# main host can archive WAL for point-in-time recovery. Archiving is switched on only by
|
||||||
|
# the prod overlay (docker-compose.prod.yml); on this contour the extra binary is present
|
||||||
|
# but idle and this is a plain postgres. See deploy/README.md (point-in-time recovery).
|
||||||
|
image: scrabble-postgres:latest
|
||||||
|
build:
|
||||||
|
context: postgres
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
@@ -212,3 +212,62 @@ groups:
|
|||||||
- evaluator: { type: gt, params: [0.8] }
|
- evaluator: { type: gt, params: [0.8] }
|
||||||
labels: { severity: warning }
|
labels: { severity: warning }
|
||||||
annotations: { summary: 'Postgres using over 80% of max_connections.' }
|
annotations: { summary: 'Postgres using over 80% of max_connections.' }
|
||||||
|
|
||||||
|
# Continuous WAL archiving health (pgBackRest -> S3, point-in-time recovery). Both rules
|
||||||
|
# read the postgres_exporter's built-in pg_stat_archiver metrics and are absent/NaN-safe:
|
||||||
|
# on the test contour (and any host before archiving is armed) archive_mode is off, so
|
||||||
|
# failed_count stays 0 and last_archive_age is NaN — neither threshold trips.
|
||||||
|
- orgId: 1
|
||||||
|
name: scrabble-backup
|
||||||
|
folder: Alerts
|
||||||
|
interval: 1m
|
||||||
|
rules:
|
||||||
|
- uid: pg_archive_failing
|
||||||
|
title: WAL archiving failing
|
||||||
|
condition: C
|
||||||
|
for: 15m
|
||||||
|
noDataState: OK
|
||||||
|
execErrState: OK
|
||||||
|
data:
|
||||||
|
- refId: A
|
||||||
|
relativeTimeRange: { from: 900, to: 0 }
|
||||||
|
datasourceUid: prometheus
|
||||||
|
model:
|
||||||
|
refId: A
|
||||||
|
expr: increase(pg_stat_archiver_failed_count[15m])
|
||||||
|
instant: true
|
||||||
|
- refId: C
|
||||||
|
datasourceUid: __expr__
|
||||||
|
model:
|
||||||
|
refId: C
|
||||||
|
type: threshold
|
||||||
|
expression: A
|
||||||
|
conditions:
|
||||||
|
- evaluator: { type: gt, params: [0] }
|
||||||
|
labels: { severity: critical }
|
||||||
|
annotations: { summary: 'pgBackRest archive_command is failing — PITR is degrading and pg_wal can fill the disk. Run `docker exec scrabble-postgres pgbackrest --stanza=scrabble check`.' }
|
||||||
|
|
||||||
|
- uid: pg_archive_stalled
|
||||||
|
title: WAL archiving stalled
|
||||||
|
condition: C
|
||||||
|
for: 15m
|
||||||
|
noDataState: OK
|
||||||
|
execErrState: OK
|
||||||
|
data:
|
||||||
|
- refId: A
|
||||||
|
relativeTimeRange: { from: 300, to: 0 }
|
||||||
|
datasourceUid: prometheus
|
||||||
|
model:
|
||||||
|
refId: A
|
||||||
|
expr: pg_stat_archiver_last_archive_age
|
||||||
|
instant: true
|
||||||
|
- refId: C
|
||||||
|
datasourceUid: __expr__
|
||||||
|
model:
|
||||||
|
refId: C
|
||||||
|
type: threshold
|
||||||
|
expression: A
|
||||||
|
conditions:
|
||||||
|
- evaluator: { type: gt, params: [1800] }
|
||||||
|
labels: { severity: critical }
|
||||||
|
annotations: { summary: 'No WAL segment archived for over 30 minutes (archive_timeout is 5m) — archiving is stalled; the PITR recovery point is frozen and pg_wal may grow.' }
|
||||||
|
|||||||
@@ -0,0 +1,12 @@
|
|||||||
|
# Postgres for the Scrabble contour, extended with pgBackRest for continuous WAL
|
||||||
|
# archiving and point-in-time recovery. pgBackRest must live in the database container
|
||||||
|
# because Postgres runs archive_command in-process; the scheduled base backups and the
|
||||||
|
# manual restore drills invoke the same binary through `docker exec`, inheriting the
|
||||||
|
# repository configuration from the container environment.
|
||||||
|
#
|
||||||
|
# Archiving is enabled only on the production main host, where the prod overlay
|
||||||
|
# (docker-compose.prod.yml) sets archive_mode and supplies the S3 repository. On the test
|
||||||
|
# contour this image behaves exactly as a plain postgres:17-alpine. See deploy/README.md
|
||||||
|
# (point-in-time recovery).
|
||||||
|
FROM postgres:17-alpine
|
||||||
|
RUN apk add --no-cache pgbackrest
|
||||||
@@ -140,7 +140,10 @@ if [ "$MIGRATION" = 1 ]; then
|
|||||||
echo "migration deploy: opening maintenance window (stopping the backend = the only writer)"
|
echo "migration deploy: opening maintenance window (stopping the backend = the only writer)"
|
||||||
dc stop backend
|
dc stop backend
|
||||||
dump="$DUMP_DIR/pre-$TAG-$(date +%Y%m%d-%H%M%S).sql"
|
dump="$DUMP_DIR/pre-$TAG-$(date +%Y%m%d-%H%M%S).sql"
|
||||||
if ! docker exec scrabble-postgres pg_dump -U "$PG_USER" -d "$PG_DB" -n backend > "$dump"; then
|
# Dump the WHOLE database (no -n): the payments schema — and any schema added later —
|
||||||
|
# must be in the belt-and-braces snapshot, not just backend. Restored manually into the
|
||||||
|
# same instance only if a migration turned out destructive (see deploy/README.md).
|
||||||
|
if ! docker exec scrabble-postgres pg_dump -U "$PG_USER" -d "$PG_DB" > "$dump"; then
|
||||||
echo "pg_dump failed; restarting the old backend and aborting"
|
echo "pg_dump failed; restarting the old backend and aborting"
|
||||||
dc start backend
|
dc start backend
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -73,4 +73,16 @@ export GF_SMTP_ENABLED='$GF_SMTP_ENABLED'
|
|||||||
export PUBLIC_BASE_URL='$PUBLIC_BASE_URL'
|
export PUBLIC_BASE_URL='$PUBLIC_BASE_URL'
|
||||||
export GATEWAY_HONEYTOKEN='$GATEWAY_HONEYTOKEN'
|
export GATEWAY_HONEYTOKEN='$GATEWAY_HONEYTOKEN'
|
||||||
export GATEWAY_ABUSE_BAN_ENABLED='true'
|
export GATEWAY_ABUSE_BAN_ENABLED='true'
|
||||||
|
# Continuous WAL archiving (pgBackRest -> S3) for point-in-time recovery. The artifact
|
||||||
|
# ships disarmed: PGBACKREST_ARCHIVE_MODE defaults off, so archiving stays inert until the
|
||||||
|
# operator sets the S3 repository values + secrets, creates the stanza and flips the switch
|
||||||
|
# on (deploy/README.md). Empty repository values are harmless while the mode is off.
|
||||||
|
export PGBACKREST_ARCHIVE_MODE='${PGBACKREST_ARCHIVE_MODE:-off}'
|
||||||
|
export PGBACKREST_S3_ENDPOINT='$PGBACKREST_S3_ENDPOINT'
|
||||||
|
export PGBACKREST_S3_PORT='${PGBACKREST_S3_PORT:-443}'
|
||||||
|
export PGBACKREST_S3_BUCKET='$PGBACKREST_S3_BUCKET'
|
||||||
|
export PGBACKREST_S3_REGION='$PGBACKREST_S3_REGION'
|
||||||
|
export PGBACKREST_S3_KEY='$PGBACKREST_S3_KEY'
|
||||||
|
export PGBACKREST_S3_KEY_SECRET='$PGBACKREST_S3_KEY_SECRET'
|
||||||
|
export PGBACKREST_CIPHER_PASS='$PGBACKREST_CIPHER_PASS'
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
@@ -522,6 +522,25 @@ stops only feedback submission). Roles are listed and granted/revoked on the use
|
|||||||
message does not mark it read — only the explicit actions do; message bodies and attachments are
|
message does not mark it read — only the explicit actions do; message bodies and attachments are
|
||||||
shown defensively (text escaped, attachments downloaded rather than rendered).
|
shown defensively (text escaped, attachments downloaded rather than rendered).
|
||||||
|
|
||||||
|
### Wallet
|
||||||
|
|
||||||
|
Durable players have a **Wallet** — a tab in the Settings hub, between Friends and About; guests have
|
||||||
|
none. It shows their **chips** (the in-game currency, split by where they were funded — VK, Telegram
|
||||||
|
or the web), their **active benefits** (ads off until a date or forever, and the available hint
|
||||||
|
count), and a **store**. What is visible and spendable depends on **where the app runs**, by the
|
||||||
|
store-compliance rules in [`PAYMENTS.md`](PAYMENTS.md): inside a store only that store's chips are
|
||||||
|
usable; on the open web all attached chips are, drawn web → VK → Telegram; on VK-iOS the balance is
|
||||||
|
shown but frozen for spending.
|
||||||
|
|
||||||
|
The **store** lists **values** bought with chips (extra hints, days without ads) at a fixed chip
|
||||||
|
price shown in every context, and **chip packs** bought with real money, priced in the running
|
||||||
|
context's currency (VK Votes, Telegram Stars, or roubles on the web). Buying a value applies its
|
||||||
|
benefit at once. Before a web purchase that would draw VK/Telegram chips, the app **warns** that the
|
||||||
|
benefit will then work only on the web and in the app — a store rule — and asks the player to confirm.
|
||||||
|
On the **Google Play** build the money purchases are hidden behind a note pointing to the RuStore
|
||||||
|
build (Google's in-app-currency rule); spending already-earned chips still works. The wallet keeps
|
||||||
|
**no purchase history** — only the current balances, benefits and store.
|
||||||
|
|
||||||
### Advertising banner
|
### Advertising banner
|
||||||
|
|
||||||
A one-line banner under the nav shows short promotional or operational messages to **free
|
A one-line banner under the nav shows short promotional or operational messages to **free
|
||||||
|
|||||||
@@ -535,6 +535,25 @@ high-rate флага. С карточки пользователя операт
|
|||||||
сообщения и вложения показываются защищённо (текст экранируется, вложения отдаются на скачивание, а не
|
сообщения и вложения показываются защищённо (текст экранируется, вложения отдаются на скачивание, а не
|
||||||
рендерятся).
|
рендерятся).
|
||||||
|
|
||||||
|
### Кошелёк
|
||||||
|
|
||||||
|
У постоянных (не гостевых) игроков есть **Кошелёк** — вкладка в разделе настроек, между «Друзьями» и
|
||||||
|
«О программе»; у гостей его нет. Он показывает **фишки** (внутриигровую валюту, разделённую по тому,
|
||||||
|
где она была пополнена — VK, Telegram или веб), **активные блага** (реклама выключена до даты или
|
||||||
|
навсегда, и число доступных подсказок) и **магазин**. Что видно и что можно потратить, зависит от
|
||||||
|
того, **где запущено приложение**, по правилам соответствия магазинам из [`PAYMENTS.md`](PAYMENTS.md):
|
||||||
|
внутри магазина доступны только его фишки; в открытом вебе — все привязанные, списываются в порядке
|
||||||
|
веб → VK → Telegram; на VK-iOS баланс показан, но трата заморожена.
|
||||||
|
|
||||||
|
**Магазин** перечисляет **ценности**, покупаемые за фишки (дополнительные подсказки, дни без рекламы),
|
||||||
|
по фиксированной цене в фишках, одинаковой во всех контекстах, и **наборы фишек**, покупаемые за
|
||||||
|
настоящие деньги, в валюте текущего контекста (голоса VK, звёзды Telegram или рубли в вебе). Покупка
|
||||||
|
ценности сразу применяет её благо. Перед покупкой в вебе, которая списала бы фишки VK/Telegram,
|
||||||
|
приложение **предупреждает**, что благо будет работать только в вебе и в приложении — это правило
|
||||||
|
магазинов — и просит подтверждения. В сборке для **Google Play** покупки за деньги скрыты за подсказкой
|
||||||
|
установить сборку из RuStore (правило Google о внутриигровой валюте); трата уже заработанных фишек
|
||||||
|
по-прежнему работает. Кошелёк **не хранит историю покупок** — только текущие балансы, блага и магазин.
|
||||||
|
|
||||||
### Рекламный баннер
|
### Рекламный баннер
|
||||||
|
|
||||||
Однострочный баннер под навбаром показывает короткие рекламные или служебные сообщения **бесплатным
|
Однострочный баннер под навбаром показывает короткие рекламные или служебные сообщения **бесплатным
|
||||||
|
|||||||
@@ -396,6 +396,36 @@ func (c *Client) WalletBuy(ctx context.Context, userID, productID string) (Walle
|
|||||||
return out, err
|
return out, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CatalogAtomResp is one atom line of a storefront product: the value type it grants and quantity.
|
||||||
|
type CatalogAtomResp struct {
|
||||||
|
AtomType string `json:"atom_type"`
|
||||||
|
Quantity int `json:"quantity"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// CatalogProductResp is one storefront product for the caller's context: a chip-priced value
|
||||||
|
// (chips set) or a chip pack priced in the context method (money_amount + money_currency).
|
||||||
|
type CatalogProductResp struct {
|
||||||
|
Kind string `json:"kind"`
|
||||||
|
ProductID string `json:"product_id"`
|
||||||
|
Title string `json:"title"`
|
||||||
|
Chips int `json:"chips"`
|
||||||
|
MoneyAmount int64 `json:"money_amount"`
|
||||||
|
MoneyCurrency string `json:"money_currency"`
|
||||||
|
Atoms []CatalogAtomResp `json:"atoms"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// CatalogResp is the storefront: the products visible and purchasable in the caller's context.
|
||||||
|
type CatalogResp struct {
|
||||||
|
Products []CatalogProductResp `json:"products"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// Catalog fetches the storefront in the caller's current execution context.
|
||||||
|
func (c *Client) Catalog(ctx context.Context, userID string) (CatalogResp, error) {
|
||||||
|
var out CatalogResp
|
||||||
|
err := c.do(ctx, http.MethodGet, "/api/v1/user/wallet/catalog", userID, "", nil, &out)
|
||||||
|
return out, err
|
||||||
|
}
|
||||||
|
|
||||||
// BlockStatusResp is the caller's current manual-block state. Until is an RFC3339 UTC instant for
|
// BlockStatusResp is the caller's current manual-block state. Until is an RFC3339 UTC instant for
|
||||||
// a temporary block, empty for a permanent one or when not blocked; Reason is resolved to the
|
// a temporary block, empty for a permanent one or when not blocked; Reason is resolved to the
|
||||||
// account's language, empty when none was cited.
|
// account's language, empty when none was cited.
|
||||||
|
|||||||
@@ -107,6 +107,52 @@ func encodeWallet(w backendclient.WalletResp) []byte {
|
|||||||
return b.FinishedBytes()
|
return b.FinishedBytes()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// encodeCatalog builds a Catalog payload: the storefront products for the caller's context, each
|
||||||
|
// with its atom composition (built bottom-up — every product's atoms vector is finished before
|
||||||
|
// its product table, and every product before the products vector).
|
||||||
|
func encodeCatalog(cat backendclient.CatalogResp) []byte {
|
||||||
|
b := flatbuffers.NewBuilder(256)
|
||||||
|
prods := make([]flatbuffers.UOffsetT, len(cat.Products))
|
||||||
|
for i, p := range cat.Products {
|
||||||
|
atoms := make([]flatbuffers.UOffsetT, len(p.Atoms))
|
||||||
|
for j, a := range p.Atoms {
|
||||||
|
at := b.CreateString(a.AtomType)
|
||||||
|
fb.CatalogAtomStart(b)
|
||||||
|
fb.CatalogAtomAddAtomType(b, at)
|
||||||
|
fb.CatalogAtomAddQuantity(b, int32(a.Quantity))
|
||||||
|
atoms[j] = fb.CatalogAtomEnd(b)
|
||||||
|
}
|
||||||
|
fb.CatalogProductStartAtomsVector(b, len(atoms))
|
||||||
|
for j := len(atoms) - 1; j >= 0; j-- {
|
||||||
|
b.PrependUOffsetT(atoms[j])
|
||||||
|
}
|
||||||
|
atomsVec := b.EndVector(len(atoms))
|
||||||
|
|
||||||
|
kind := b.CreateString(p.Kind)
|
||||||
|
pid := b.CreateString(p.ProductID)
|
||||||
|
title := b.CreateString(p.Title)
|
||||||
|
cur := b.CreateString(p.MoneyCurrency)
|
||||||
|
fb.CatalogProductStart(b)
|
||||||
|
fb.CatalogProductAddKind(b, kind)
|
||||||
|
fb.CatalogProductAddProductId(b, pid)
|
||||||
|
fb.CatalogProductAddTitle(b, title)
|
||||||
|
fb.CatalogProductAddChips(b, int32(p.Chips))
|
||||||
|
fb.CatalogProductAddMoneyAmount(b, p.MoneyAmount)
|
||||||
|
fb.CatalogProductAddMoneyCurrency(b, cur)
|
||||||
|
fb.CatalogProductAddAtoms(b, atomsVec)
|
||||||
|
prods[i] = fb.CatalogProductEnd(b)
|
||||||
|
}
|
||||||
|
fb.CatalogStartProductsVector(b, len(prods))
|
||||||
|
for i := len(prods) - 1; i >= 0; i-- {
|
||||||
|
b.PrependUOffsetT(prods[i])
|
||||||
|
}
|
||||||
|
prodVec := b.EndVector(len(prods))
|
||||||
|
fb.CatalogStart(b)
|
||||||
|
fb.CatalogAddProducts(b, prodVec)
|
||||||
|
b.Finish(fb.CatalogEnd(b))
|
||||||
|
return b.FinishedBytes()
|
||||||
|
}
|
||||||
|
|
||||||
func encodeProfile(p backendclient.ProfileResp) []byte {
|
func encodeProfile(p backendclient.ProfileResp) []byte {
|
||||||
b := flatbuffers.NewBuilder(192)
|
b := flatbuffers.NewBuilder(192)
|
||||||
uid := b.CreateString(p.UserID)
|
uid := b.CreateString(p.UserID)
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ const (
|
|||||||
MsgFeedbackGet = "feedback.get"
|
MsgFeedbackGet = "feedback.get"
|
||||||
MsgFeedbackUnread = "feedback.unread"
|
MsgFeedbackUnread = "feedback.unread"
|
||||||
MsgWalletGet = "wallet.get"
|
MsgWalletGet = "wallet.get"
|
||||||
|
MsgWalletCatalog = "wallet.catalog"
|
||||||
MsgWalletBuy = "wallet.buy"
|
MsgWalletBuy = "wallet.buy"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -108,6 +109,7 @@ func NewRegistry(backend *backendclient.Client, tg TelegramValidator, opts ...Op
|
|||||||
r.ops[MsgAuthEmailConfirmLink] = Op{Handler: authEmailConfirmLinkHandler(backend)}
|
r.ops[MsgAuthEmailConfirmLink] = Op{Handler: authEmailConfirmLinkHandler(backend)}
|
||||||
r.ops[MsgProfileGet] = Op{Handler: profileHandler(backend), Auth: true}
|
r.ops[MsgProfileGet] = Op{Handler: profileHandler(backend), Auth: true}
|
||||||
r.ops[MsgWalletGet] = Op{Handler: walletHandler(backend), Auth: true}
|
r.ops[MsgWalletGet] = Op{Handler: walletHandler(backend), Auth: true}
|
||||||
|
r.ops[MsgWalletCatalog] = Op{Handler: walletCatalogHandler(backend), Auth: true}
|
||||||
r.ops[MsgWalletBuy] = Op{Handler: walletBuyHandler(backend), Auth: true}
|
r.ops[MsgWalletBuy] = Op{Handler: walletBuyHandler(backend), Auth: true}
|
||||||
r.ops[MsgBlockStatus] = Op{Handler: blockStatusHandler(backend), Auth: true}
|
r.ops[MsgBlockStatus] = Op{Handler: blockStatusHandler(backend), Auth: true}
|
||||||
r.ops[MsgGameSubmitPlay] = Op{Handler: submitPlayHandler(backend), Auth: true}
|
r.ops[MsgGameSubmitPlay] = Op{Handler: submitPlayHandler(backend), Auth: true}
|
||||||
@@ -308,6 +310,16 @@ func walletHandler(backend *backendclient.Client) Handler {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func walletCatalogHandler(backend *backendclient.Client) Handler {
|
||||||
|
return func(ctx context.Context, req Request) ([]byte, error) {
|
||||||
|
cat, err := backend.Catalog(ctx, req.UserID)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
return encodeCatalog(cat), nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func walletBuyHandler(backend *backendclient.Client) Handler {
|
func walletBuyHandler(backend *backendclient.Client) Handler {
|
||||||
return func(ctx context.Context, req Request) ([]byte, error) {
|
return func(ctx context.Context, req Request) ([]byte, error) {
|
||||||
in := fb.GetRootAsWalletBuyRequest(req.Payload, 0)
|
in := fb.GetRootAsWalletBuyRequest(req.Payload, 0)
|
||||||
|
|||||||
@@ -86,6 +86,52 @@ func TestGameStateRoundTripForwardsUserID(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestWalletCatalogRoundTrip(t *testing.T) {
|
||||||
|
backend, cleanup := fakeBackend(t, func(w http.ResponseWriter, r *http.Request) {
|
||||||
|
if got := r.Header.Get("X-User-ID"); got != "u-9" {
|
||||||
|
t.Errorf("X-User-ID = %q, want u-9", got)
|
||||||
|
}
|
||||||
|
if r.URL.Path != "/api/v1/user/wallet/catalog" {
|
||||||
|
t.Errorf("unexpected path %q", r.URL.Path)
|
||||||
|
}
|
||||||
|
_, _ = w.Write([]byte(`{"products":[` +
|
||||||
|
`{"kind":"value","product_id":"val-1","title":"50 hints","chips":100,"money_amount":0,"money_currency":"","atoms":[{"atom_type":"hints","quantity":50}]},` +
|
||||||
|
`{"kind":"pack","product_id":"pack-1","title":"100 chips","chips":0,"money_amount":14900,"money_currency":"RUB","atoms":[{"atom_type":"chips","quantity":100}]}` +
|
||||||
|
`]}`))
|
||||||
|
})
|
||||||
|
defer cleanup()
|
||||||
|
|
||||||
|
reg := transcode.NewRegistry(backend, nil)
|
||||||
|
op, ok := reg.Lookup(transcode.MsgWalletCatalog)
|
||||||
|
if !ok {
|
||||||
|
t.Fatal("wallet.catalog not registered")
|
||||||
|
}
|
||||||
|
payload, err := op.Handler(context.Background(), transcode.Request{UserID: "u-9"})
|
||||||
|
if err != nil {
|
||||||
|
t.Fatalf("handler: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
cat := fb.GetRootAsCatalog(payload, 0)
|
||||||
|
if cat.ProductsLength() != 2 {
|
||||||
|
t.Fatalf("products = %d, want 2", cat.ProductsLength())
|
||||||
|
}
|
||||||
|
var value fb.CatalogProduct
|
||||||
|
cat.Products(&value, 0)
|
||||||
|
if string(value.Kind()) != "value" || string(value.ProductId()) != "val-1" || value.Chips() != 100 || value.AtomsLength() != 1 {
|
||||||
|
t.Fatalf("value decoded wrong: kind=%q id=%q chips=%d atoms=%d", value.Kind(), value.ProductId(), value.Chips(), value.AtomsLength())
|
||||||
|
}
|
||||||
|
var atom fb.CatalogAtom
|
||||||
|
value.Atoms(&atom, 0)
|
||||||
|
if string(atom.AtomType()) != "hints" || atom.Quantity() != 50 {
|
||||||
|
t.Fatalf("atom decoded wrong: type=%q qty=%d", atom.AtomType(), atom.Quantity())
|
||||||
|
}
|
||||||
|
var pack fb.CatalogProduct
|
||||||
|
cat.Products(&pack, 1)
|
||||||
|
if string(pack.Kind()) != "pack" || pack.Chips() != 0 || pack.MoneyAmount() != 14900 || string(pack.MoneyCurrency()) != "RUB" {
|
||||||
|
t.Fatalf("pack decoded wrong: kind=%q chips=%d money=%d cur=%q", pack.Kind(), pack.Chips(), pack.MoneyAmount(), pack.MoneyCurrency())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
func TestEnqueueRoundTripEncodesMatch(t *testing.T) {
|
func TestEnqueueRoundTripEncodesMatch(t *testing.T) {
|
||||||
backend, cleanup := fakeBackend(t, func(w http.ResponseWriter, r *http.Request) {
|
backend, cleanup := fakeBackend(t, func(w http.ResponseWriter, r *http.Request) {
|
||||||
_, _ = w.Write([]byte(`{"matched":true,"game":{"id":"g-9","variant":"scrabble_en","status":"active","players":2,"to_move":0,"seats":[]}}`))
|
_, _ = w.Write([]byte(`{"matched":true,"game":{"id":"g-9","variant":"scrabble_en","status":"active","players":2,"to_move":0,"seats":[]}}`))
|
||||||
|
|||||||
@@ -872,3 +872,30 @@ table Wallet {
|
|||||||
table WalletBuyRequest {
|
table WalletBuyRequest {
|
||||||
product_id:string;
|
product_id:string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// CatalogAtom is one atom line of a storefront product: the base value type it grants
|
||||||
|
// ("chips"/"hints"/"noads_days"/"tournament") and how many of it the product carries.
|
||||||
|
table CatalogAtom {
|
||||||
|
atom_type:string;
|
||||||
|
quantity:int;
|
||||||
|
}
|
||||||
|
|
||||||
|
// CatalogProduct is one storefront product projected for the caller's context. A "value" is
|
||||||
|
// bought with chips (chips is its uniform price, money fields zero); a "pack" funds chips with
|
||||||
|
// money (money_amount is its price in the context currency's minor units under money_currency,
|
||||||
|
// chips zero). atoms lists what the product grants.
|
||||||
|
table CatalogProduct {
|
||||||
|
kind:string;
|
||||||
|
product_id:string;
|
||||||
|
title:string;
|
||||||
|
chips:int;
|
||||||
|
money_amount:long;
|
||||||
|
money_currency:string;
|
||||||
|
atoms:[CatalogAtom];
|
||||||
|
}
|
||||||
|
|
||||||
|
// Catalog is the storefront: the products visible and purchasable in the caller's context — the
|
||||||
|
// chip-priced values and the chip packs priced in the context's payment method.
|
||||||
|
table Catalog {
|
||||||
|
products:[CatalogProduct];
|
||||||
|
}
|
||||||
|
|||||||
@@ -0,0 +1,75 @@
|
|||||||
|
// Code generated by the FlatBuffers compiler. DO NOT EDIT.
|
||||||
|
|
||||||
|
package scrabblefb
|
||||||
|
|
||||||
|
import (
|
||||||
|
flatbuffers "github.com/google/flatbuffers/go"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Catalog struct {
|
||||||
|
_tab flatbuffers.Table
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetRootAsCatalog(buf []byte, offset flatbuffers.UOffsetT) *Catalog {
|
||||||
|
n := flatbuffers.GetUOffsetT(buf[offset:])
|
||||||
|
x := &Catalog{}
|
||||||
|
x.Init(buf, n+offset)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
|
||||||
|
func FinishCatalogBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) {
|
||||||
|
builder.Finish(offset)
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetSizePrefixedRootAsCatalog(buf []byte, offset flatbuffers.UOffsetT) *Catalog {
|
||||||
|
n := flatbuffers.GetUOffsetT(buf[offset+flatbuffers.SizeUint32:])
|
||||||
|
x := &Catalog{}
|
||||||
|
x.Init(buf, n+offset+flatbuffers.SizeUint32)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
|
||||||
|
func FinishSizePrefixedCatalogBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) {
|
||||||
|
builder.FinishSizePrefixed(offset)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *Catalog) Init(buf []byte, i flatbuffers.UOffsetT) {
|
||||||
|
rcv._tab.Bytes = buf
|
||||||
|
rcv._tab.Pos = i
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *Catalog) Table() flatbuffers.Table {
|
||||||
|
return rcv._tab
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *Catalog) Products(obj *CatalogProduct, j int) bool {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(4))
|
||||||
|
if o != 0 {
|
||||||
|
x := rcv._tab.Vector(o)
|
||||||
|
x += flatbuffers.UOffsetT(j) * 4
|
||||||
|
x = rcv._tab.Indirect(x)
|
||||||
|
obj.Init(rcv._tab.Bytes, x)
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *Catalog) ProductsLength() int {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(4))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.VectorLen(o)
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func CatalogStart(builder *flatbuffers.Builder) {
|
||||||
|
builder.StartObject(1)
|
||||||
|
}
|
||||||
|
func CatalogAddProducts(builder *flatbuffers.Builder, products flatbuffers.UOffsetT) {
|
||||||
|
builder.PrependUOffsetTSlot(0, flatbuffers.UOffsetT(products), 0)
|
||||||
|
}
|
||||||
|
func CatalogStartProductsVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT {
|
||||||
|
return builder.StartVector(4, numElems, 4)
|
||||||
|
}
|
||||||
|
func CatalogEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
|
||||||
|
return builder.EndObject()
|
||||||
|
}
|
||||||
@@ -0,0 +1,75 @@
|
|||||||
|
// Code generated by the FlatBuffers compiler. DO NOT EDIT.
|
||||||
|
|
||||||
|
package scrabblefb
|
||||||
|
|
||||||
|
import (
|
||||||
|
flatbuffers "github.com/google/flatbuffers/go"
|
||||||
|
)
|
||||||
|
|
||||||
|
type CatalogAtom struct {
|
||||||
|
_tab flatbuffers.Table
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetRootAsCatalogAtom(buf []byte, offset flatbuffers.UOffsetT) *CatalogAtom {
|
||||||
|
n := flatbuffers.GetUOffsetT(buf[offset:])
|
||||||
|
x := &CatalogAtom{}
|
||||||
|
x.Init(buf, n+offset)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
|
||||||
|
func FinishCatalogAtomBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) {
|
||||||
|
builder.Finish(offset)
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetSizePrefixedRootAsCatalogAtom(buf []byte, offset flatbuffers.UOffsetT) *CatalogAtom {
|
||||||
|
n := flatbuffers.GetUOffsetT(buf[offset+flatbuffers.SizeUint32:])
|
||||||
|
x := &CatalogAtom{}
|
||||||
|
x.Init(buf, n+offset+flatbuffers.SizeUint32)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
|
||||||
|
func FinishSizePrefixedCatalogAtomBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) {
|
||||||
|
builder.FinishSizePrefixed(offset)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogAtom) Init(buf []byte, i flatbuffers.UOffsetT) {
|
||||||
|
rcv._tab.Bytes = buf
|
||||||
|
rcv._tab.Pos = i
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogAtom) Table() flatbuffers.Table {
|
||||||
|
return rcv._tab
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogAtom) AtomType() []byte {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(4))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.ByteVector(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogAtom) Quantity() int32 {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(6))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.GetInt32(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogAtom) MutateQuantity(n int32) bool {
|
||||||
|
return rcv._tab.MutateInt32Slot(6, n)
|
||||||
|
}
|
||||||
|
|
||||||
|
func CatalogAtomStart(builder *flatbuffers.Builder) {
|
||||||
|
builder.StartObject(2)
|
||||||
|
}
|
||||||
|
func CatalogAtomAddAtomType(builder *flatbuffers.Builder, atomType flatbuffers.UOffsetT) {
|
||||||
|
builder.PrependUOffsetTSlot(0, flatbuffers.UOffsetT(atomType), 0)
|
||||||
|
}
|
||||||
|
func CatalogAtomAddQuantity(builder *flatbuffers.Builder, quantity int32) {
|
||||||
|
builder.PrependInt32Slot(1, quantity, 0)
|
||||||
|
}
|
||||||
|
func CatalogAtomEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
|
||||||
|
return builder.EndObject()
|
||||||
|
}
|
||||||
@@ -0,0 +1,149 @@
|
|||||||
|
// Code generated by the FlatBuffers compiler. DO NOT EDIT.
|
||||||
|
|
||||||
|
package scrabblefb
|
||||||
|
|
||||||
|
import (
|
||||||
|
flatbuffers "github.com/google/flatbuffers/go"
|
||||||
|
)
|
||||||
|
|
||||||
|
type CatalogProduct struct {
|
||||||
|
_tab flatbuffers.Table
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetRootAsCatalogProduct(buf []byte, offset flatbuffers.UOffsetT) *CatalogProduct {
|
||||||
|
n := flatbuffers.GetUOffsetT(buf[offset:])
|
||||||
|
x := &CatalogProduct{}
|
||||||
|
x.Init(buf, n+offset)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
|
||||||
|
func FinishCatalogProductBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) {
|
||||||
|
builder.Finish(offset)
|
||||||
|
}
|
||||||
|
|
||||||
|
func GetSizePrefixedRootAsCatalogProduct(buf []byte, offset flatbuffers.UOffsetT) *CatalogProduct {
|
||||||
|
n := flatbuffers.GetUOffsetT(buf[offset+flatbuffers.SizeUint32:])
|
||||||
|
x := &CatalogProduct{}
|
||||||
|
x.Init(buf, n+offset+flatbuffers.SizeUint32)
|
||||||
|
return x
|
||||||
|
}
|
||||||
|
|
||||||
|
func FinishSizePrefixedCatalogProductBuffer(builder *flatbuffers.Builder, offset flatbuffers.UOffsetT) {
|
||||||
|
builder.FinishSizePrefixed(offset)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) Init(buf []byte, i flatbuffers.UOffsetT) {
|
||||||
|
rcv._tab.Bytes = buf
|
||||||
|
rcv._tab.Pos = i
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) Table() flatbuffers.Table {
|
||||||
|
return rcv._tab
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) Kind() []byte {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(4))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.ByteVector(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) ProductId() []byte {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(6))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.ByteVector(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) Title() []byte {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(8))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.ByteVector(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) Chips() int32 {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(10))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.GetInt32(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) MutateChips(n int32) bool {
|
||||||
|
return rcv._tab.MutateInt32Slot(10, n)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) MoneyAmount() int64 {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(12))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.GetInt64(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) MutateMoneyAmount(n int64) bool {
|
||||||
|
return rcv._tab.MutateInt64Slot(12, n)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) MoneyCurrency() []byte {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(14))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.ByteVector(o + rcv._tab.Pos)
|
||||||
|
}
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) Atoms(obj *CatalogAtom, j int) bool {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(16))
|
||||||
|
if o != 0 {
|
||||||
|
x := rcv._tab.Vector(o)
|
||||||
|
x += flatbuffers.UOffsetT(j) * 4
|
||||||
|
x = rcv._tab.Indirect(x)
|
||||||
|
obj.Init(rcv._tab.Bytes, x)
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
|
func (rcv *CatalogProduct) AtomsLength() int {
|
||||||
|
o := flatbuffers.UOffsetT(rcv._tab.Offset(16))
|
||||||
|
if o != 0 {
|
||||||
|
return rcv._tab.VectorLen(o)
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
func CatalogProductStart(builder *flatbuffers.Builder) {
|
||||||
|
builder.StartObject(7)
|
||||||
|
}
|
||||||
|
func CatalogProductAddKind(builder *flatbuffers.Builder, kind flatbuffers.UOffsetT) {
|
||||||
|
builder.PrependUOffsetTSlot(0, flatbuffers.UOffsetT(kind), 0)
|
||||||
|
}
|
||||||
|
func CatalogProductAddProductId(builder *flatbuffers.Builder, productId flatbuffers.UOffsetT) {
|
||||||
|
builder.PrependUOffsetTSlot(1, flatbuffers.UOffsetT(productId), 0)
|
||||||
|
}
|
||||||
|
func CatalogProductAddTitle(builder *flatbuffers.Builder, title flatbuffers.UOffsetT) {
|
||||||
|
builder.PrependUOffsetTSlot(2, flatbuffers.UOffsetT(title), 0)
|
||||||
|
}
|
||||||
|
func CatalogProductAddChips(builder *flatbuffers.Builder, chips int32) {
|
||||||
|
builder.PrependInt32Slot(3, chips, 0)
|
||||||
|
}
|
||||||
|
func CatalogProductAddMoneyAmount(builder *flatbuffers.Builder, moneyAmount int64) {
|
||||||
|
builder.PrependInt64Slot(4, moneyAmount, 0)
|
||||||
|
}
|
||||||
|
func CatalogProductAddMoneyCurrency(builder *flatbuffers.Builder, moneyCurrency flatbuffers.UOffsetT) {
|
||||||
|
builder.PrependUOffsetTSlot(5, flatbuffers.UOffsetT(moneyCurrency), 0)
|
||||||
|
}
|
||||||
|
func CatalogProductAddAtoms(builder *flatbuffers.Builder, atoms flatbuffers.UOffsetT) {
|
||||||
|
builder.PrependUOffsetTSlot(6, flatbuffers.UOffsetT(atoms), 0)
|
||||||
|
}
|
||||||
|
func CatalogProductStartAtomsVector(builder *flatbuffers.Builder, numElems int) flatbuffers.UOffsetT {
|
||||||
|
return builder.StartVector(4, numElems, 4)
|
||||||
|
}
|
||||||
|
func CatalogProductEnd(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
|
||||||
|
return builder.EndObject()
|
||||||
|
}
|
||||||
@@ -0,0 +1,99 @@
|
|||||||
|
import { expect, test, type Page } from './fixtures';
|
||||||
|
|
||||||
|
// The Wallet section against the mock transport (no backend). The mock seeds a web/native (direct)
|
||||||
|
// account holding a direct + vk chip segment and a small catalog (two chip-priced values and one
|
||||||
|
// rouble-priced chip pack — see lib/mock/client.ts), so the storefront, the store-compliance
|
||||||
|
// warning and the Google Play stub are all exercisable without a backend.
|
||||||
|
|
||||||
|
async function loginLobby(page: Page): Promise<void> {
|
||||||
|
await page.goto('/');
|
||||||
|
await page.getByRole('button', { name: /guest/i }).click();
|
||||||
|
await expect(page.getByText('Your turn')).toBeVisible();
|
||||||
|
}
|
||||||
|
|
||||||
|
async function openSettings(page: Page): Promise<void> {
|
||||||
|
await page.getByRole('button', { name: /Settings/ }).click(); // lobby ⚙️ tab
|
||||||
|
await expect(page.locator('.pane')).toHaveCount(1); // let the slide settle
|
||||||
|
}
|
||||||
|
|
||||||
|
async function openWallet(page: Page): Promise<void> {
|
||||||
|
await openSettings(page);
|
||||||
|
await page.getByRole('button', { name: 'Wallet', exact: true }).click();
|
||||||
|
await expect(page.getByTestId('wallet')).toBeVisible();
|
||||||
|
}
|
||||||
|
|
||||||
|
test('wallet: balances, benefits and the storefront render for a durable account', async ({ page }) => {
|
||||||
|
await loginLobby(page);
|
||||||
|
await openWallet(page);
|
||||||
|
|
||||||
|
// Balances: the seeded direct ("Web") and vk segments.
|
||||||
|
await expect(page.getByRole('heading', { name: 'Balance' })).toBeVisible();
|
||||||
|
await expect(page.getByText('Web', { exact: true })).toBeVisible();
|
||||||
|
await expect(page.getByText('VK', { exact: true })).toBeVisible();
|
||||||
|
|
||||||
|
// Benefits + the storefront: two values priced in chips, one pack priced in roubles.
|
||||||
|
await expect(page.getByRole('heading', { name: 'Benefits' })).toBeVisible();
|
||||||
|
await expect(page.getByRole('heading', { name: 'Store' })).toBeVisible();
|
||||||
|
await expect(page.getByTestId('product')).toHaveCount(3);
|
||||||
|
const pack = page.locator('[data-kind="pack"]');
|
||||||
|
await expect(pack).toContainText('₽');
|
||||||
|
// The pack purchase (money intake) is not wired yet, so its action is the disabled 'Soon'.
|
||||||
|
await expect(pack.getByRole('button', { name: 'Soon' })).toBeDisabled();
|
||||||
|
});
|
||||||
|
|
||||||
|
test('wallet: the tab sits between Friends and About', async ({ page }) => {
|
||||||
|
await loginLobby(page);
|
||||||
|
await openSettings(page);
|
||||||
|
const labels = await page.locator('.tab .lbl').allInnerTexts();
|
||||||
|
const iFriends = labels.indexOf('Friends');
|
||||||
|
const iWallet = labels.indexOf('Wallet');
|
||||||
|
const iAbout = labels.indexOf('Info');
|
||||||
|
expect(iFriends).toBeGreaterThanOrEqual(0);
|
||||||
|
expect(iWallet).toBe(iFriends + 1);
|
||||||
|
expect(iAbout).toBe(iWallet + 1);
|
||||||
|
});
|
||||||
|
|
||||||
|
test('wallet: a guest has no wallet (nor friends) tab', async ({ page }) => {
|
||||||
|
await page.goto('/?guest');
|
||||||
|
await page.getByRole('button', { name: /guest/i }).click();
|
||||||
|
await expect(page.getByText('Your turn')).toBeVisible();
|
||||||
|
await openSettings(page);
|
||||||
|
await expect(page.getByRole('button', { name: 'Wallet', exact: true })).toBeHidden();
|
||||||
|
await expect(page.getByRole('button', { name: 'Friends', exact: true })).toBeHidden();
|
||||||
|
});
|
||||||
|
|
||||||
|
test('wallet: the Google Play build hides the money purchases behind the RuStore stub', async ({ page }) => {
|
||||||
|
await page.goto('/?gp');
|
||||||
|
await page.getByRole('button', { name: /guest/i }).click();
|
||||||
|
await expect(page.getByText('Your turn')).toBeVisible();
|
||||||
|
await openWallet(page);
|
||||||
|
|
||||||
|
// The chip pack is gone; the stub points at the RuStore build. Spending earned chips still works.
|
||||||
|
await expect(page.getByTestId('gp-stub')).toBeVisible();
|
||||||
|
await expect(page.locator('[data-kind="pack"]')).toHaveCount(0);
|
||||||
|
await expect(page.locator('[data-kind="value"]').first().getByTestId('buy')).toBeVisible();
|
||||||
|
});
|
||||||
|
|
||||||
|
test('wallet: a web spend that would draw store chips warns first, then completes', async ({ page }) => {
|
||||||
|
await loginLobby(page);
|
||||||
|
await openWallet(page);
|
||||||
|
|
||||||
|
// The 300-chip value drains direct (120) then reaches into vk (180) → a store segment → warn.
|
||||||
|
await page.locator('[data-pid="val-noads-30"]').getByTestId('buy').click();
|
||||||
|
await expect(page.getByTestId('warn')).toBeVisible();
|
||||||
|
await page.getByTestId('warn-confirm').click();
|
||||||
|
await expect(page.getByTestId('warn')).toBeHidden();
|
||||||
|
// The spend applied: the no-ads benefit now shows an end date.
|
||||||
|
await expect(page.getByTestId('wallet')).toContainText('No ads until');
|
||||||
|
});
|
||||||
|
|
||||||
|
test('wallet: a spend the direct segment covers alone does not warn', async ({ page }) => {
|
||||||
|
await loginLobby(page);
|
||||||
|
await openWallet(page);
|
||||||
|
|
||||||
|
// The 100-chip value is covered by the direct segment (120) alone → no store draw, no warning.
|
||||||
|
await page.locator('[data-pid="val-hints-50"]').getByTestId('buy').click();
|
||||||
|
await expect(page.getByTestId('warn')).toBeHidden();
|
||||||
|
// The hints benefit rose from 5 to 55.
|
||||||
|
await expect(page.getByTestId('wallet')).toContainText('Hints 55');
|
||||||
|
});
|
||||||
@@ -26,10 +26,11 @@ const DIST = 'dist';
|
|||||||
// countdown toast live in the always-loaded game screen (Game.svelte) — and to 120 for the offline
|
// countdown toast live in the always-loaded game screen (Game.svelte) — and to 120 for the offline
|
||||||
// pass-and-play (hotseat) mode: the on-screen PIN pad, the creation roster and the in-game host menu
|
// pass-and-play (hotseat) mode: the on-screen PIN pad, the creation roster and the in-game host menu
|
||||||
// live in the always-loaded New Game / Game / Lobby screens (the offline engine and the tiny PIN
|
// live in the always-loaded New Game / Game / Lobby screens (the offline engine and the tiny PIN
|
||||||
// hashing stay in lazy chunks / are negligible). The heavy parts — the dict loader, the move
|
// hashing stay in lazy chunks / are negligible), then to 123 for the Wallet section — its screen,
|
||||||
// generator and the preload orchestration — still stay in lazy chunks. Scoped CSS lands in the CSS
|
// storefront logic and the catalog codec load with the always-mounted settings hub (its i18n lands
|
||||||
// chunk, not this JS budget.
|
// in the shared chunk). The heavy parts — the dict loader, the move generator and the preload
|
||||||
const BUDGET = { app: 120, shared: 30, landing: 5 };
|
// orchestration — still stay in lazy chunks. Scoped CSS lands in the CSS chunk, not this JS budget.
|
||||||
|
const BUDGET = { app: 123, shared: 30, landing: 5 };
|
||||||
|
|
||||||
// gzipped returns the gzipped byte size of a built asset, or 0 when the reference is not a
|
// gzipped returns the gzipped byte size of a built asset, or 0 when the reference is not a
|
||||||
// local file (e.g. the Telegram SDK loaded from a CDN) or is missing.
|
// local file (e.g. the Telegram SDK loaded from a CDN) or is missing.
|
||||||
|
|||||||
@@ -116,6 +116,8 @@
|
|||||||
<SettingsHub initialTab="about" />
|
<SettingsHub initialTab="about" />
|
||||||
{:else if router.route.name === 'friends'}
|
{:else if router.route.name === 'friends'}
|
||||||
<SettingsHub initialTab="friends" />
|
<SettingsHub initialTab="friends" />
|
||||||
|
{:else if router.route.name === 'wallet'}
|
||||||
|
<SettingsHub initialTab="wallet" />
|
||||||
{:else if router.route.name === 'feedback'}
|
{:else if router.route.name === 'feedback'}
|
||||||
<Feedback />
|
<Feedback />
|
||||||
{:else if router.route.name === 'stats'}
|
{:else if router.route.name === 'stats'}
|
||||||
|
|||||||
@@ -11,6 +11,9 @@ export { BestMoveTile } from './scrabblefb/best-move-tile.js';
|
|||||||
export { BestMoveView } from './scrabblefb/best-move-view.js';
|
export { BestMoveView } from './scrabblefb/best-move-view.js';
|
||||||
export { BlockList } from './scrabblefb/block-list.js';
|
export { BlockList } from './scrabblefb/block-list.js';
|
||||||
export { BlockStatus } from './scrabblefb/block-status.js';
|
export { BlockStatus } from './scrabblefb/block-status.js';
|
||||||
|
export { Catalog } from './scrabblefb/catalog.js';
|
||||||
|
export { CatalogAtom } from './scrabblefb/catalog-atom.js';
|
||||||
|
export { CatalogProduct } from './scrabblefb/catalog-product.js';
|
||||||
export { ChatList } from './scrabblefb/chat-list.js';
|
export { ChatList } from './scrabblefb/chat-list.js';
|
||||||
export { ChatMessage } from './scrabblefb/chat-message.js';
|
export { ChatMessage } from './scrabblefb/chat-message.js';
|
||||||
export { ChatPostRequest } from './scrabblefb/chat-post-request.js';
|
export { ChatPostRequest } from './scrabblefb/chat-post-request.js';
|
||||||
|
|||||||
@@ -0,0 +1,58 @@
|
|||||||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||||||
|
|
||||||
|
import * as flatbuffers from 'flatbuffers';
|
||||||
|
|
||||||
|
export class CatalogAtom {
|
||||||
|
bb: flatbuffers.ByteBuffer|null = null;
|
||||||
|
bb_pos = 0;
|
||||||
|
__init(i:number, bb:flatbuffers.ByteBuffer):CatalogAtom {
|
||||||
|
this.bb_pos = i;
|
||||||
|
this.bb = bb;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
static getRootAsCatalogAtom(bb:flatbuffers.ByteBuffer, obj?:CatalogAtom):CatalogAtom {
|
||||||
|
return (obj || new CatalogAtom()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
|
||||||
|
}
|
||||||
|
|
||||||
|
static getSizePrefixedRootAsCatalogAtom(bb:flatbuffers.ByteBuffer, obj?:CatalogAtom):CatalogAtom {
|
||||||
|
bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
|
||||||
|
return (obj || new CatalogAtom()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
|
||||||
|
}
|
||||||
|
|
||||||
|
atomType():string|null
|
||||||
|
atomType(optionalEncoding:flatbuffers.Encoding):string|Uint8Array|null
|
||||||
|
atomType(optionalEncoding?:any):string|Uint8Array|null {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 4);
|
||||||
|
return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
quantity():number {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 6);
|
||||||
|
return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static startCatalogAtom(builder:flatbuffers.Builder) {
|
||||||
|
builder.startObject(2);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addAtomType(builder:flatbuffers.Builder, atomTypeOffset:flatbuffers.Offset) {
|
||||||
|
builder.addFieldOffset(0, atomTypeOffset, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addQuantity(builder:flatbuffers.Builder, quantity:number) {
|
||||||
|
builder.addFieldInt32(1, quantity, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static endCatalogAtom(builder:flatbuffers.Builder):flatbuffers.Offset {
|
||||||
|
const offset = builder.endObject();
|
||||||
|
return offset;
|
||||||
|
}
|
||||||
|
|
||||||
|
static createCatalogAtom(builder:flatbuffers.Builder, atomTypeOffset:flatbuffers.Offset, quantity:number):flatbuffers.Offset {
|
||||||
|
CatalogAtom.startCatalogAtom(builder);
|
||||||
|
CatalogAtom.addAtomType(builder, atomTypeOffset);
|
||||||
|
CatalogAtom.addQuantity(builder, quantity);
|
||||||
|
return CatalogAtom.endCatalogAtom(builder);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,134 @@
|
|||||||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||||||
|
|
||||||
|
import * as flatbuffers from 'flatbuffers';
|
||||||
|
|
||||||
|
import { CatalogAtom } from '../scrabblefb/catalog-atom.js';
|
||||||
|
|
||||||
|
|
||||||
|
export class CatalogProduct {
|
||||||
|
bb: flatbuffers.ByteBuffer|null = null;
|
||||||
|
bb_pos = 0;
|
||||||
|
__init(i:number, bb:flatbuffers.ByteBuffer):CatalogProduct {
|
||||||
|
this.bb_pos = i;
|
||||||
|
this.bb = bb;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
static getRootAsCatalogProduct(bb:flatbuffers.ByteBuffer, obj?:CatalogProduct):CatalogProduct {
|
||||||
|
return (obj || new CatalogProduct()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
|
||||||
|
}
|
||||||
|
|
||||||
|
static getSizePrefixedRootAsCatalogProduct(bb:flatbuffers.ByteBuffer, obj?:CatalogProduct):CatalogProduct {
|
||||||
|
bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
|
||||||
|
return (obj || new CatalogProduct()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
|
||||||
|
}
|
||||||
|
|
||||||
|
kind():string|null
|
||||||
|
kind(optionalEncoding:flatbuffers.Encoding):string|Uint8Array|null
|
||||||
|
kind(optionalEncoding?:any):string|Uint8Array|null {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 4);
|
||||||
|
return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
productId():string|null
|
||||||
|
productId(optionalEncoding:flatbuffers.Encoding):string|Uint8Array|null
|
||||||
|
productId(optionalEncoding?:any):string|Uint8Array|null {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 6);
|
||||||
|
return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
title():string|null
|
||||||
|
title(optionalEncoding:flatbuffers.Encoding):string|Uint8Array|null
|
||||||
|
title(optionalEncoding?:any):string|Uint8Array|null {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 8);
|
||||||
|
return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
chips():number {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 10);
|
||||||
|
return offset ? this.bb!.readInt32(this.bb_pos + offset) : 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
moneyAmount():bigint {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 12);
|
||||||
|
return offset ? this.bb!.readInt64(this.bb_pos + offset) : BigInt('0');
|
||||||
|
}
|
||||||
|
|
||||||
|
moneyCurrency():string|null
|
||||||
|
moneyCurrency(optionalEncoding:flatbuffers.Encoding):string|Uint8Array|null
|
||||||
|
moneyCurrency(optionalEncoding?:any):string|Uint8Array|null {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 14);
|
||||||
|
return offset ? this.bb!.__string(this.bb_pos + offset, optionalEncoding) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
atoms(index: number, obj?:CatalogAtom):CatalogAtom|null {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 16);
|
||||||
|
return offset ? (obj || new CatalogAtom()).__init(this.bb!.__indirect(this.bb!.__vector(this.bb_pos + offset) + index * 4), this.bb!) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
atomsLength():number {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 16);
|
||||||
|
return offset ? this.bb!.__vector_len(this.bb_pos + offset) : 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static startCatalogProduct(builder:flatbuffers.Builder) {
|
||||||
|
builder.startObject(7);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addKind(builder:flatbuffers.Builder, kindOffset:flatbuffers.Offset) {
|
||||||
|
builder.addFieldOffset(0, kindOffset, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addProductId(builder:flatbuffers.Builder, productIdOffset:flatbuffers.Offset) {
|
||||||
|
builder.addFieldOffset(1, productIdOffset, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addTitle(builder:flatbuffers.Builder, titleOffset:flatbuffers.Offset) {
|
||||||
|
builder.addFieldOffset(2, titleOffset, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addChips(builder:flatbuffers.Builder, chips:number) {
|
||||||
|
builder.addFieldInt32(3, chips, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addMoneyAmount(builder:flatbuffers.Builder, moneyAmount:bigint) {
|
||||||
|
builder.addFieldInt64(4, moneyAmount, BigInt('0'));
|
||||||
|
}
|
||||||
|
|
||||||
|
static addMoneyCurrency(builder:flatbuffers.Builder, moneyCurrencyOffset:flatbuffers.Offset) {
|
||||||
|
builder.addFieldOffset(5, moneyCurrencyOffset, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addAtoms(builder:flatbuffers.Builder, atomsOffset:flatbuffers.Offset) {
|
||||||
|
builder.addFieldOffset(6, atomsOffset, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static createAtomsVector(builder:flatbuffers.Builder, data:flatbuffers.Offset[]):flatbuffers.Offset {
|
||||||
|
builder.startVector(4, data.length, 4);
|
||||||
|
for (let i = data.length - 1; i >= 0; i--) {
|
||||||
|
builder.addOffset(data[i]!);
|
||||||
|
}
|
||||||
|
return builder.endVector();
|
||||||
|
}
|
||||||
|
|
||||||
|
static startAtomsVector(builder:flatbuffers.Builder, numElems:number) {
|
||||||
|
builder.startVector(4, numElems, 4);
|
||||||
|
}
|
||||||
|
|
||||||
|
static endCatalogProduct(builder:flatbuffers.Builder):flatbuffers.Offset {
|
||||||
|
const offset = builder.endObject();
|
||||||
|
return offset;
|
||||||
|
}
|
||||||
|
|
||||||
|
static createCatalogProduct(builder:flatbuffers.Builder, kindOffset:flatbuffers.Offset, productIdOffset:flatbuffers.Offset, titleOffset:flatbuffers.Offset, chips:number, moneyAmount:bigint, moneyCurrencyOffset:flatbuffers.Offset, atomsOffset:flatbuffers.Offset):flatbuffers.Offset {
|
||||||
|
CatalogProduct.startCatalogProduct(builder);
|
||||||
|
CatalogProduct.addKind(builder, kindOffset);
|
||||||
|
CatalogProduct.addProductId(builder, productIdOffset);
|
||||||
|
CatalogProduct.addTitle(builder, titleOffset);
|
||||||
|
CatalogProduct.addChips(builder, chips);
|
||||||
|
CatalogProduct.addMoneyAmount(builder, moneyAmount);
|
||||||
|
CatalogProduct.addMoneyCurrency(builder, moneyCurrencyOffset);
|
||||||
|
CatalogProduct.addAtoms(builder, atomsOffset);
|
||||||
|
return CatalogProduct.endCatalogProduct(builder);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
// automatically generated by the FlatBuffers compiler, do not modify
|
||||||
|
|
||||||
|
import * as flatbuffers from 'flatbuffers';
|
||||||
|
|
||||||
|
import { CatalogProduct } from '../scrabblefb/catalog-product.js';
|
||||||
|
|
||||||
|
|
||||||
|
export class Catalog {
|
||||||
|
bb: flatbuffers.ByteBuffer|null = null;
|
||||||
|
bb_pos = 0;
|
||||||
|
__init(i:number, bb:flatbuffers.ByteBuffer):Catalog {
|
||||||
|
this.bb_pos = i;
|
||||||
|
this.bb = bb;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
static getRootAsCatalog(bb:flatbuffers.ByteBuffer, obj?:Catalog):Catalog {
|
||||||
|
return (obj || new Catalog()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
|
||||||
|
}
|
||||||
|
|
||||||
|
static getSizePrefixedRootAsCatalog(bb:flatbuffers.ByteBuffer, obj?:Catalog):Catalog {
|
||||||
|
bb.setPosition(bb.position() + flatbuffers.SIZE_PREFIX_LENGTH);
|
||||||
|
return (obj || new Catalog()).__init(bb.readInt32(bb.position()) + bb.position(), bb);
|
||||||
|
}
|
||||||
|
|
||||||
|
products(index: number, obj?:CatalogProduct):CatalogProduct|null {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 4);
|
||||||
|
return offset ? (obj || new CatalogProduct()).__init(this.bb!.__indirect(this.bb!.__vector(this.bb_pos + offset) + index * 4), this.bb!) : null;
|
||||||
|
}
|
||||||
|
|
||||||
|
productsLength():number {
|
||||||
|
const offset = this.bb!.__offset(this.bb_pos, 4);
|
||||||
|
return offset ? this.bb!.__vector_len(this.bb_pos + offset) : 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static startCatalog(builder:flatbuffers.Builder) {
|
||||||
|
builder.startObject(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
static addProducts(builder:flatbuffers.Builder, productsOffset:flatbuffers.Offset) {
|
||||||
|
builder.addFieldOffset(0, productsOffset, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
static createProductsVector(builder:flatbuffers.Builder, data:flatbuffers.Offset[]):flatbuffers.Offset {
|
||||||
|
builder.startVector(4, data.length, 4);
|
||||||
|
for (let i = data.length - 1; i >= 0; i--) {
|
||||||
|
builder.addOffset(data[i]!);
|
||||||
|
}
|
||||||
|
return builder.endVector();
|
||||||
|
}
|
||||||
|
|
||||||
|
static startProductsVector(builder:flatbuffers.Builder, numElems:number) {
|
||||||
|
builder.startVector(4, numElems, 4);
|
||||||
|
}
|
||||||
|
|
||||||
|
static endCatalog(builder:flatbuffers.Builder):flatbuffers.Offset {
|
||||||
|
const offset = builder.endObject();
|
||||||
|
return offset;
|
||||||
|
}
|
||||||
|
|
||||||
|
static createCatalog(builder:flatbuffers.Builder, productsOffset:flatbuffers.Offset):flatbuffers.Offset {
|
||||||
|
Catalog.startCatalog(builder);
|
||||||
|
Catalog.addProducts(builder, productsOffset);
|
||||||
|
return Catalog.endCatalog(builder);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -34,6 +34,8 @@ import type {
|
|||||||
Tile,
|
Tile,
|
||||||
Variant,
|
Variant,
|
||||||
WordCheckResult,
|
WordCheckResult,
|
||||||
|
Wallet,
|
||||||
|
Catalog,
|
||||||
} from './model';
|
} from './model';
|
||||||
|
|
||||||
/** GatewayError carries a stable code (the gateway result_code, or an edge code). */
|
/** GatewayError carries a stable code (the gateway result_code, or an edge code). */
|
||||||
@@ -135,6 +137,17 @@ export interface GatewayClient {
|
|||||||
/** feedbackUnread reports whether an operator reply awaits delivery (the badge). */
|
/** feedbackUnread reports whether an operator reply awaits delivery (the badge). */
|
||||||
feedbackUnread(): Promise<boolean>;
|
feedbackUnread(): Promise<boolean>;
|
||||||
|
|
||||||
|
// --- wallet ---
|
||||||
|
/** wallet returns the caller's chip segments and active benefits, visible in their current
|
||||||
|
* trusted execution context (view-only when the platform is untrusted or VK-iOS frozen). */
|
||||||
|
wallet(): Promise<Wallet>;
|
||||||
|
/** catalog returns the storefront for the caller's context: chip-priced values and the chip
|
||||||
|
* packs priced in the context's payment method. */
|
||||||
|
catalog(): Promise<Catalog>;
|
||||||
|
/** walletBuy spends chips on a chip-priced value and returns the updated wallet. Gate-checked
|
||||||
|
* server-side: an untrusted/frozen context or an insufficient balance is refused. */
|
||||||
|
walletBuy(productId: string): Promise<Wallet>;
|
||||||
|
|
||||||
// --- friends ---
|
// --- friends ---
|
||||||
friendsList(): Promise<AccountRef[]>;
|
friendsList(): Promise<AccountRef[]>;
|
||||||
friendsIncoming(): Promise<AccountRef[]>;
|
friendsIncoming(): Promise<AccountRef[]>;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ import {
|
|||||||
decodeOutgoingList,
|
decodeOutgoingList,
|
||||||
decodeProfile,
|
decodeProfile,
|
||||||
decodeWallet,
|
decodeWallet,
|
||||||
|
decodeCatalog,
|
||||||
encodeWalletBuy,
|
encodeWalletBuy,
|
||||||
decodeSession,
|
decodeSession,
|
||||||
decodeFeedbackState,
|
decodeFeedbackState,
|
||||||
@@ -72,6 +73,54 @@ describe('codec', () => {
|
|||||||
expect(w.hints).toBe(5);
|
expect(w.hints).toBe(5);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('round-trips the catalog view (value + pack)', () => {
|
||||||
|
const b = new Builder(256);
|
||||||
|
|
||||||
|
// a chip-priced value with one atom
|
||||||
|
const vKind = b.createString('value');
|
||||||
|
const vId = b.createString('val-1');
|
||||||
|
const vTitle = b.createString('50 hints');
|
||||||
|
const aType = b.createString('hints');
|
||||||
|
fb.CatalogAtom.startCatalogAtom(b);
|
||||||
|
fb.CatalogAtom.addAtomType(b, aType);
|
||||||
|
fb.CatalogAtom.addQuantity(b, 50);
|
||||||
|
const atom = fb.CatalogAtom.endCatalogAtom(b);
|
||||||
|
const vAtoms = fb.CatalogProduct.createAtomsVector(b, [atom]);
|
||||||
|
fb.CatalogProduct.startCatalogProduct(b);
|
||||||
|
fb.CatalogProduct.addKind(b, vKind);
|
||||||
|
fb.CatalogProduct.addProductId(b, vId);
|
||||||
|
fb.CatalogProduct.addTitle(b, vTitle);
|
||||||
|
fb.CatalogProduct.addChips(b, 100);
|
||||||
|
fb.CatalogProduct.addMoneyAmount(b, BigInt(0));
|
||||||
|
fb.CatalogProduct.addAtoms(b, vAtoms);
|
||||||
|
const value = fb.CatalogProduct.endCatalogProduct(b);
|
||||||
|
|
||||||
|
// a RUB-priced chip pack (no atoms exercised)
|
||||||
|
const pKind = b.createString('pack');
|
||||||
|
const pId = b.createString('pack-1');
|
||||||
|
const pTitle = b.createString('100 chips');
|
||||||
|
const pCur = b.createString('RUB');
|
||||||
|
fb.CatalogProduct.startCatalogProduct(b);
|
||||||
|
fb.CatalogProduct.addKind(b, pKind);
|
||||||
|
fb.CatalogProduct.addProductId(b, pId);
|
||||||
|
fb.CatalogProduct.addTitle(b, pTitle);
|
||||||
|
fb.CatalogProduct.addChips(b, 0);
|
||||||
|
fb.CatalogProduct.addMoneyAmount(b, BigInt(14900));
|
||||||
|
fb.CatalogProduct.addMoneyCurrency(b, pCur);
|
||||||
|
const pack = fb.CatalogProduct.endCatalogProduct(b);
|
||||||
|
|
||||||
|
const prods = fb.Catalog.createProductsVector(b, [value, pack]);
|
||||||
|
fb.Catalog.startCatalog(b);
|
||||||
|
fb.Catalog.addProducts(b, prods);
|
||||||
|
b.finish(fb.Catalog.endCatalog(b));
|
||||||
|
|
||||||
|
const c = decodeCatalog(b.asUint8Array());
|
||||||
|
expect(c.products).toEqual([
|
||||||
|
{ kind: 'value', productId: 'val-1', title: '50 hints', chips: 100, moneyAmount: 0, moneyCurrency: '', atoms: [{ atomType: 'hints', quantity: 50 }] },
|
||||||
|
{ kind: 'pack', productId: 'pack-1', title: '100 chips', chips: 0, moneyAmount: 14900, moneyCurrency: 'RUB', atoms: [] },
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
|
||||||
it('round-trips the export-url request and response', () => {
|
it('round-trips the export-url request and response', () => {
|
||||||
const req = fb.ExportUrlRequest.getRootAsExportUrlRequest(
|
const req = fb.ExportUrlRequest.getRootAsExportUrlRequest(
|
||||||
new ByteBuffer(
|
new ByteBuffer(
|
||||||
|
|||||||
@@ -40,6 +40,9 @@ import type {
|
|||||||
Profile,
|
Profile,
|
||||||
Wallet,
|
Wallet,
|
||||||
WalletSegment,
|
WalletSegment,
|
||||||
|
Catalog,
|
||||||
|
CatalogProduct,
|
||||||
|
CatalogAtom,
|
||||||
ProfileUpdate,
|
ProfileUpdate,
|
||||||
PushEvent,
|
PushEvent,
|
||||||
Seat,
|
Seat,
|
||||||
@@ -388,6 +391,33 @@ export function decodeWallet(buf: Uint8Array): Wallet {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// decodeCatalog reads the storefront payload: the context-visible products, each a chip-priced
|
||||||
|
// value or a chip pack priced in the context's payment method, with its atom composition.
|
||||||
|
export function decodeCatalog(buf: Uint8Array): Catalog {
|
||||||
|
const c = fb.Catalog.getRootAsCatalog(new ByteBuffer(buf));
|
||||||
|
const products: CatalogProduct[] = [];
|
||||||
|
for (let i = 0; i < c.productsLength(); i++) {
|
||||||
|
const p = c.products(i);
|
||||||
|
if (!p) continue;
|
||||||
|
const atoms: CatalogAtom[] = [];
|
||||||
|
for (let j = 0; j < p.atomsLength(); j++) {
|
||||||
|
const a = p.atoms(j);
|
||||||
|
if (!a) continue;
|
||||||
|
atoms.push({ atomType: s(a.atomType()), quantity: a.quantity() });
|
||||||
|
}
|
||||||
|
products.push({
|
||||||
|
kind: s(p.kind()) === 'pack' ? 'pack' : 'value',
|
||||||
|
productId: s(p.productId()),
|
||||||
|
title: s(p.title()),
|
||||||
|
chips: p.chips(),
|
||||||
|
moneyAmount: Number(p.moneyAmount()),
|
||||||
|
moneyCurrency: s(p.moneyCurrency()),
|
||||||
|
atoms,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
return { products };
|
||||||
|
}
|
||||||
|
|
||||||
export function decodeProfile(buf: Uint8Array): Profile {
|
export function decodeProfile(buf: Uint8Array): Profile {
|
||||||
const p = fb.Profile.getRootAsProfile(new ByteBuffer(buf));
|
const p = fb.Profile.getRootAsProfile(new ByteBuffer(buf));
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
|
import { isGooglePlayBuild } from './distribution';
|
||||||
|
|
||||||
|
describe('isGooglePlayBuild', () => {
|
||||||
|
it('is false by default (no VITE_GP_BUILD flag, not the mock ?gp force)', () => {
|
||||||
|
// The unit env is neither the Google Play build nor the mock ?gp force, so the normal purchase
|
||||||
|
// actions show. The Google Play stub and the mock force are covered by the Playwright e2e.
|
||||||
|
expect(isGooglePlayBuild()).toBe(false);
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
// Distribution channel of the native build. Google Play forbids selling in-app currency through
|
||||||
|
// an external gate, so the Google Play build hides the purchase actions and shows a stub pointing
|
||||||
|
// the user to the RuStore build; every other build (web, VK, Telegram, RuStore native) sells
|
||||||
|
// normally. The channel is a build-time flag the Google Play build sets, not a runtime guess.
|
||||||
|
|
||||||
|
/**
|
||||||
|
* isGooglePlayBuild reports whether this is the Google Play native build, where in-app-currency
|
||||||
|
* purchases are hidden. It reads the build-time flag VITE_GP_BUILD (set to "1" only by the Google
|
||||||
|
* Play build); every other build reads false. Under the mock e2e it can be forced on with a `?gp`
|
||||||
|
* query parameter so the stub path is exercisable without a separate build.
|
||||||
|
*/
|
||||||
|
export function isGooglePlayBuild(): boolean {
|
||||||
|
if (
|
||||||
|
import.meta.env.MODE === 'mock' &&
|
||||||
|
typeof window !== 'undefined' &&
|
||||||
|
new URLSearchParams(window.location.search).has('gp')
|
||||||
|
) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
return (import.meta.env as Record<string, string | undefined>).VITE_GP_BUILD === '1';
|
||||||
|
}
|
||||||
@@ -225,6 +225,33 @@ export const en = {
|
|||||||
'offline.promptYes': 'Enable',
|
'offline.promptYes': 'Enable',
|
||||||
'offline.promptNo': 'Keep trying',
|
'offline.promptNo': 'Keep trying',
|
||||||
|
|
||||||
|
// --- wallet ---
|
||||||
|
'wallet.title': 'Wallet',
|
||||||
|
'wallet.tab': 'Wallet',
|
||||||
|
'wallet.balance': 'Balance',
|
||||||
|
'wallet.noChips': 'No chips yet',
|
||||||
|
'wallet.source.vk': 'VK',
|
||||||
|
'wallet.source.telegram': 'Telegram',
|
||||||
|
'wallet.source.direct': 'Web',
|
||||||
|
'wallet.viewOnly': 'view only',
|
||||||
|
'wallet.benefits': 'Benefits',
|
||||||
|
'wallet.noAdsUntil': 'No ads until {date}',
|
||||||
|
'wallet.noAdsForever': 'No ads forever',
|
||||||
|
'wallet.adsOn': 'Ads are on',
|
||||||
|
'wallet.hints': 'Hints {n}',
|
||||||
|
'wallet.store': 'Store',
|
||||||
|
'wallet.empty': 'The store is empty for now',
|
||||||
|
'wallet.buy': 'Buy',
|
||||||
|
'wallet.soon': 'Soon',
|
||||||
|
'wallet.gpStub': 'To buy chips, install the RuStore build.',
|
||||||
|
'wallet.cur.RUB': '₽',
|
||||||
|
'wallet.cur.VOTE': 'votes',
|
||||||
|
'wallet.cur.XTR': '⭐',
|
||||||
|
'wallet.warnTitle': 'Web-only purchase',
|
||||||
|
'wallet.warnBody':
|
||||||
|
'This spends your VK/Telegram chips, and the benefit will work on the web and in the app only — because of store rules.',
|
||||||
|
'wallet.warnConfirm': 'Continue',
|
||||||
|
'wallet.warnCancel': 'Cancel',
|
||||||
'about.title': 'About',
|
'about.title': 'About',
|
||||||
'about.tab': 'Info',
|
'about.tab': 'Info',
|
||||||
'about.description': 'A multiplatform Scrabble game.',
|
'about.description': 'A multiplatform Scrabble game.',
|
||||||
|
|||||||
@@ -225,6 +225,33 @@ export const ru: Record<MessageKey, string> = {
|
|||||||
'offline.promptYes': 'Включить',
|
'offline.promptYes': 'Включить',
|
||||||
'offline.promptNo': 'Ждать сеть',
|
'offline.promptNo': 'Ждать сеть',
|
||||||
|
|
||||||
|
// --- wallet ---
|
||||||
|
'wallet.title': 'Кошелёк',
|
||||||
|
'wallet.tab': 'Кошелёк',
|
||||||
|
'wallet.balance': 'Баланс',
|
||||||
|
'wallet.noChips': 'Пока нет фишек',
|
||||||
|
'wallet.source.vk': 'VK',
|
||||||
|
'wallet.source.telegram': 'Telegram',
|
||||||
|
'wallet.source.direct': 'Веб',
|
||||||
|
'wallet.viewOnly': 'просмотр',
|
||||||
|
'wallet.benefits': 'Блага',
|
||||||
|
'wallet.noAdsUntil': 'Без рекламы до {date}',
|
||||||
|
'wallet.noAdsForever': 'Без рекламы навсегда',
|
||||||
|
'wallet.adsOn': 'Реклама включена',
|
||||||
|
'wallet.hints': 'Подсказки {n}',
|
||||||
|
'wallet.store': 'Магазин',
|
||||||
|
'wallet.empty': 'Магазин пока пуст',
|
||||||
|
'wallet.buy': 'Купить',
|
||||||
|
'wallet.soon': 'Скоро',
|
||||||
|
'wallet.gpStub': 'Чтобы покупать фишки, установите версию из RuStore.',
|
||||||
|
'wallet.cur.RUB': '₽',
|
||||||
|
'wallet.cur.VOTE': 'голосов',
|
||||||
|
'wallet.cur.XTR': '⭐',
|
||||||
|
'wallet.warnTitle': 'Покупка только для веба',
|
||||||
|
'wallet.warnBody':
|
||||||
|
'Оплата спишет фишки VK/Telegram, и благо будет работать только в вебе и приложении — из-за правил магазинов.',
|
||||||
|
'wallet.warnConfirm': 'Продолжить',
|
||||||
|
'wallet.warnCancel': 'Отмена',
|
||||||
'about.title': 'О программе',
|
'about.title': 'О программе',
|
||||||
'about.tab': 'Инфо',
|
'about.tab': 'Инфо',
|
||||||
'about.description': 'Мультиплатформенная игра в «Эрудит».',
|
'about.description': 'Мультиплатформенная игра в «Эрудит».',
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ import type {
|
|||||||
Stats,
|
Stats,
|
||||||
Variant,
|
Variant,
|
||||||
WordCheckResult,
|
WordCheckResult,
|
||||||
|
Wallet,
|
||||||
|
Catalog,
|
||||||
} from '../model';
|
} from '../model';
|
||||||
import { valueForLetter } from '../alphabet';
|
import { valueForLetter } from '../alphabet';
|
||||||
import { seedMockAlphabets } from './alphabet';
|
import { seedMockAlphabets } from './alphabet';
|
||||||
@@ -112,10 +114,37 @@ export class MockGateway implements GatewayClient {
|
|||||||
private readonly stats: Stats = { ...MOCK_STATS };
|
private readonly stats: Stats = { ...MOCK_STATS };
|
||||||
private readonly drafts = new Map<string, string>();
|
private readonly drafts = new Map<string, string>();
|
||||||
|
|
||||||
|
// The mock chip wallet: a web/native (direct) context holding a direct and a vk segment, so the
|
||||||
|
// storefront, the priority draw (direct→vk→tg) and the web-spend warning (a value whose price
|
||||||
|
// reaches into the vk segment) are all exercisable without a backend.
|
||||||
|
private readonly mockWallet: Wallet = {
|
||||||
|
segments: [
|
||||||
|
{ source: 'direct', chips: 120, spendable: true },
|
||||||
|
{ source: 'vk', chips: 400, spendable: true },
|
||||||
|
],
|
||||||
|
adsForever: false,
|
||||||
|
adsPaidUntilMs: 0,
|
||||||
|
hints: 5,
|
||||||
|
};
|
||||||
|
// The mock storefront: two chip-priced values (one cheap enough to draw direct only, one that
|
||||||
|
// reaches into vk → the warning) and one RUB-priced chip pack (the direct-context method).
|
||||||
|
private readonly mockCatalog: Catalog = {
|
||||||
|
products: [
|
||||||
|
{ kind: 'value', productId: 'val-hints-50', title: '50 подсказок', chips: 100, moneyAmount: 0, moneyCurrency: '', atoms: [{ atomType: 'hints', quantity: 50 }] },
|
||||||
|
{ kind: 'value', productId: 'val-noads-30', title: 'Без рекламы: 30 дней', chips: 300, moneyAmount: 0, moneyCurrency: '', atoms: [{ atomType: 'noads_days', quantity: 30 }] },
|
||||||
|
{ kind: 'pack', productId: 'pack-chips-100', title: '100 фишек', chips: 0, moneyAmount: 14900, moneyCurrency: 'RUB', atoms: [{ atomType: 'chips', quantity: 100 }] },
|
||||||
|
],
|
||||||
|
};
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
// Seed the per-variant alphabet cache the rack, blank chooser and scoring read, so the
|
// Seed the per-variant alphabet cache the rack, blank chooser and scoring read, so the
|
||||||
// mock-driven UI is alphabet-agnostic without a backend.
|
// mock-driven UI is alphabet-agnostic without a backend.
|
||||||
seedMockAlphabets();
|
seedMockAlphabets();
|
||||||
|
// e2e seam: `?guest` seeds a guest profile so the durable-only surfaces (Friends, Wallet) can
|
||||||
|
// be asserted hidden. The mock profile is otherwise a durable account.
|
||||||
|
if (typeof window !== 'undefined' && new URLSearchParams(window.location.search).has('guest')) {
|
||||||
|
this.profile.isGuest = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
setToken(_token: string | null): void {
|
setToken(_token: string | null): void {
|
||||||
@@ -166,6 +195,44 @@ export class MockGateway implements GatewayClient {
|
|||||||
// The mock never blocks; the blocked screen is driven directly via the mock-mode __block seam.
|
// The mock never blocks; the blocked screen is driven directly via the mock-mode __block seam.
|
||||||
return { blocked: false, permanent: false, until: '', reason: '' };
|
return { blocked: false, permanent: false, until: '', reason: '' };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// --- wallet ---
|
||||||
|
async wallet(): Promise<Wallet> {
|
||||||
|
return this.cloneWallet();
|
||||||
|
}
|
||||||
|
async catalog(): Promise<Catalog> {
|
||||||
|
return { products: this.mockCatalog.products.map((p) => ({ ...p, atoms: p.atoms.map((a) => ({ ...a })) })) };
|
||||||
|
}
|
||||||
|
async walletBuy(productId: string): Promise<Wallet> {
|
||||||
|
const p = this.mockCatalog.products.find((x) => x.productId === productId);
|
||||||
|
if (!p || p.kind !== 'value') throw new GatewayError('product_not_found');
|
||||||
|
// Draw the chip price across the segments by priority direct→vk→tg, mirroring the backend.
|
||||||
|
let remaining = p.chips;
|
||||||
|
for (const src of ['direct', 'vk', 'telegram'] as const) {
|
||||||
|
if (remaining <= 0) break;
|
||||||
|
const seg = this.mockWallet.segments.find((s) => s.source === src);
|
||||||
|
if (!seg) continue;
|
||||||
|
const take = Math.min(seg.chips, remaining);
|
||||||
|
seg.chips -= take;
|
||||||
|
remaining -= take;
|
||||||
|
}
|
||||||
|
if (remaining > 0) throw new GatewayError('insufficient_chips');
|
||||||
|
for (const a of p.atoms) {
|
||||||
|
if (a.atomType === 'hints') this.mockWallet.hints += a.quantity;
|
||||||
|
if (a.atomType === 'noads_days') {
|
||||||
|
this.mockWallet.adsPaidUntilMs = Math.max(Date.now(), this.mockWallet.adsPaidUntilMs) + a.quantity * 86_400_000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return this.cloneWallet();
|
||||||
|
}
|
||||||
|
private cloneWallet(): Wallet {
|
||||||
|
return {
|
||||||
|
segments: this.mockWallet.segments.map((s) => ({ ...s })),
|
||||||
|
adsForever: this.mockWallet.adsForever,
|
||||||
|
adsPaidUntilMs: this.mockWallet.adsPaidUntilMs,
|
||||||
|
hints: this.mockWallet.hints,
|
||||||
|
};
|
||||||
|
}
|
||||||
async fetchDict(variant: Variant, _version: string, opts?: { signal?: AbortSignal; reload?: boolean }): Promise<ArrayBuffer> {
|
async fetchDict(variant: Variant, _version: string, opts?: { signal?: AbortSignal; reload?: boolean }): Promise<ArrayBuffer> {
|
||||||
// The offline e2e serves the real per-variant dawgs from the preview build's /e2edict/ (copied
|
// The offline e2e serves the real per-variant dawgs from the preview build's /e2edict/ (copied
|
||||||
// in by scripts/e2e-dict.mjs from the scrabble-dictionary release, never committed), so a local
|
// in by scripts/e2e-dict.mjs from the scrabble-dictionary release, never committed), so a local
|
||||||
|
|||||||
@@ -170,6 +170,32 @@ export interface Wallet {
|
|||||||
hints: number;
|
hints: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** One atom line of a storefront product: the base value type it grants ("chips"/"hints"/
|
||||||
|
* "noads_days"/"tournament") and how many of it the product carries. */
|
||||||
|
export interface CatalogAtom {
|
||||||
|
atomType: string;
|
||||||
|
quantity: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** One storefront product for the caller's context. A "value" is bought with chips (chips is its
|
||||||
|
* uniform price, money fields zero); a "pack" funds chips with money (moneyAmount is its price in
|
||||||
|
* the context currency's minor units under moneyCurrency, chips zero). atoms lists what it grants. */
|
||||||
|
export interface CatalogProduct {
|
||||||
|
kind: 'value' | 'pack';
|
||||||
|
productId: string;
|
||||||
|
title: string;
|
||||||
|
chips: number;
|
||||||
|
moneyAmount: number;
|
||||||
|
moneyCurrency: string;
|
||||||
|
atoms: CatalogAtom[];
|
||||||
|
}
|
||||||
|
|
||||||
|
/** The storefront: the products visible and purchasable in the caller's context — the chip-priced
|
||||||
|
* values and the chip packs priced in the context's payment method. */
|
||||||
|
export interface Catalog {
|
||||||
|
products: CatalogProduct[];
|
||||||
|
}
|
||||||
|
|
||||||
export interface Profile {
|
export interface Profile {
|
||||||
userId: string;
|
userId: string;
|
||||||
displayName: string;
|
displayName: string;
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ export type RouteName =
|
|||||||
| 'settings'
|
| 'settings'
|
||||||
| 'about'
|
| 'about'
|
||||||
| 'friends'
|
| 'friends'
|
||||||
|
| 'wallet'
|
||||||
| 'feedback'
|
| 'feedback'
|
||||||
| 'stats'
|
| 'stats'
|
||||||
| 'confirm'
|
| 'confirm'
|
||||||
@@ -55,6 +56,8 @@ export function parse(hash: string): Route {
|
|||||||
return { name: 'about', params: {} };
|
return { name: 'about', params: {} };
|
||||||
case 'friends':
|
case 'friends':
|
||||||
return { name: 'friends', params: {} };
|
return { name: 'friends', params: {} };
|
||||||
|
case 'wallet':
|
||||||
|
return { name: 'wallet', params: {} };
|
||||||
case 'feedback':
|
case 'feedback':
|
||||||
return { name: 'feedback', params: {} };
|
return { name: 'feedback', params: {} };
|
||||||
case 'stats':
|
case 'stats':
|
||||||
|
|||||||
@@ -228,6 +228,16 @@ export function createTransport(baseUrl: string): GatewayClient {
|
|||||||
return codec.decodeFeedbackUnread(await exec('feedback.unread', codec.empty()));
|
return codec.decodeFeedbackUnread(await exec('feedback.unread', codec.empty()));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
async wallet() {
|
||||||
|
return codec.decodeWallet(await exec('wallet.get', codec.empty()));
|
||||||
|
},
|
||||||
|
async catalog() {
|
||||||
|
return codec.decodeCatalog(await exec('wallet.catalog', codec.empty()));
|
||||||
|
},
|
||||||
|
async walletBuy(productId: string) {
|
||||||
|
return codec.decodeWallet(await exec('wallet.buy', codec.encodeWalletBuy(productId)));
|
||||||
|
},
|
||||||
|
|
||||||
async friendsList() {
|
async friendsList() {
|
||||||
return codec.decodeFriendList(await exec('friends.list', codec.empty()));
|
return codec.decodeFriendList(await exec('friends.list', codec.empty()));
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -0,0 +1,63 @@
|
|||||||
|
import { describe, it, expect } from 'vitest';
|
||||||
|
import type { Wallet, WalletSegment } from './model';
|
||||||
|
import { majorAmount, formatAmount, spendableChips, needsWebSpendWarning } from './wallet';
|
||||||
|
|
||||||
|
function seg(source: string, chips: number, spendable = true): WalletSegment {
|
||||||
|
return { source, chips, spendable };
|
||||||
|
}
|
||||||
|
|
||||||
|
function wallet(segments: WalletSegment[]): Wallet {
|
||||||
|
return { segments, adsForever: false, adsPaidUntilMs: 0, hints: 0 };
|
||||||
|
}
|
||||||
|
|
||||||
|
describe('money formatting', () => {
|
||||||
|
it('scales roubles by 100 and leaves whole-unit currencies as-is', () => {
|
||||||
|
expect(majorAmount(14900, 'RUB')).toBe(149);
|
||||||
|
expect(majorAmount(20, 'VOTE')).toBe(20);
|
||||||
|
expect(majorAmount(25, 'XTR')).toBe(25);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('formats roubles with two decimals and whole-unit currencies as integers', () => {
|
||||||
|
expect(formatAmount(14900, 'RUB')).toBe('149.00');
|
||||||
|
expect(formatAmount(15050, 'RUB')).toBe('150.50');
|
||||||
|
expect(formatAmount(20, 'VOTE')).toBe('20');
|
||||||
|
expect(formatAmount(25, 'XTR')).toBe('25');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('spendableChips', () => {
|
||||||
|
it('sums only the spendable segments', () => {
|
||||||
|
expect(spendableChips(wallet([seg('direct', 100), seg('vk', 50)]))).toBe(150);
|
||||||
|
expect(spendableChips(wallet([seg('direct', 100, false), seg('vk', 50, false)]))).toBe(0);
|
||||||
|
expect(spendableChips(wallet([seg('direct', 100), seg('vk', 50, false)]))).toBe(100);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
describe('needsWebSpendWarning', () => {
|
||||||
|
it('does not warn when the direct segment alone covers the price', () => {
|
||||||
|
expect(needsWebSpendWarning('direct', [seg('direct', 200), seg('vk', 400)], 150)).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('warns when the priority draw reaches into a store (vk/tg) segment', () => {
|
||||||
|
// direct 120 + vk covers the rest of a 300 price → touches vk
|
||||||
|
expect(needsWebSpendWarning('direct', [seg('direct', 120), seg('vk', 400)], 300)).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('warns when only a store segment is spendable and it covers the price', () => {
|
||||||
|
expect(needsWebSpendWarning('direct', [seg('vk', 400)], 100)).toBe(true);
|
||||||
|
expect(needsWebSpendWarning('direct', [seg('telegram', 400)], 100)).toBe(true);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('does not warn when the price exceeds all spendable chips (buy is disabled anyway)', () => {
|
||||||
|
expect(needsWebSpendWarning('direct', [seg('direct', 120), seg('vk', 100)], 500)).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('never warns inside a VK or Telegram context (spend stays in the same store segment)', () => {
|
||||||
|
expect(needsWebSpendWarning('vk', [seg('vk', 400)], 100)).toBe(false);
|
||||||
|
expect(needsWebSpendWarning('telegram', [seg('telegram', 400)], 100)).toBe(false);
|
||||||
|
});
|
||||||
|
|
||||||
|
it('ignores non-spendable segments (a frozen or untrusted wallet never warns)', () => {
|
||||||
|
expect(needsWebSpendWarning('direct', [seg('vk', 400, false)], 100)).toBe(false);
|
||||||
|
});
|
||||||
|
});
|
||||||
@@ -0,0 +1,78 @@
|
|||||||
|
// Wallet storefront logic, kept pure and out of the .svelte screen so it unit-tests in the node
|
||||||
|
// environment: money/price formatting, the spendable-segment selection, and the web-spend warning
|
||||||
|
// trigger. The server owns the real store-compliance gate; these helpers drive display only.
|
||||||
|
|
||||||
|
import type { Wallet, WalletSegment } from './model';
|
||||||
|
import { insideVK } from './vk';
|
||||||
|
import { insideTelegram } from './telegram';
|
||||||
|
|
||||||
|
/** The client's execution context for the wallet UI, mirroring the server's platform kind. */
|
||||||
|
export type SpendContext = 'vk' | 'telegram' | 'direct';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* executionContext reports the client's best-effort context: a VK Mini App, a Telegram Mini App,
|
||||||
|
* else a web/native (direct) session. It only drives the display-only web-spend warning; the
|
||||||
|
* server enforces the real gate on every spend (fail-closed), never trusting this.
|
||||||
|
*/
|
||||||
|
export function executionContext(): SpendContext {
|
||||||
|
if (insideVK()) return 'vk';
|
||||||
|
if (insideTelegram()) return 'telegram';
|
||||||
|
return 'direct';
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* majorAmount converts a money amount in a currency's minor units to its major unit — the rouble
|
||||||
|
* has 100 kopecks; Votes and Stars are whole units (scale 1).
|
||||||
|
*/
|
||||||
|
export function majorAmount(minor: number, currency: string): number {
|
||||||
|
return minor / (currency === 'RUB' ? 100 : 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* formatAmount renders a money price in major units: two fractional digits for the rouble, a whole
|
||||||
|
* number for the whole-unit currencies (Votes / Stars). The currency label is added by the caller
|
||||||
|
* (it is localized), so this stays a pure number formatter.
|
||||||
|
*/
|
||||||
|
export function formatAmount(minor: number, currency: string): string {
|
||||||
|
return currency === 'RUB' ? (minor / 100).toFixed(2) : String(minor);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* spendableChips totals the chips the player can actually spend in the current context — the sum of
|
||||||
|
* the segments the server marked spendable (zero for a VK-iOS-frozen or untrusted wallet, where no
|
||||||
|
* segment is spendable).
|
||||||
|
*/
|
||||||
|
export function spendableChips(w: Wallet): number {
|
||||||
|
return w.segments.reduce((sum, s) => sum + (s.spendable ? s.chips : 0), 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
// drawPriority is the segment draw order on the web, mirroring the backend spend: the home direct
|
||||||
|
// segment first, then the store-funded segments.
|
||||||
|
const drawPriority: readonly string[] = ['direct', 'vk', 'telegram'];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* needsWebSpendWarning reports whether buying a chip-priced value in the current context would draw
|
||||||
|
* store-funded (vk / telegram) chips — the case the UI must warn about, because the benefit it buys
|
||||||
|
* (origin=direct) is then usable on the web/native only, by the store-compliance rule. It fires only
|
||||||
|
* in a direct context and only when the priority draw (direct→vk→tg) actually reaches a store
|
||||||
|
* segment to cover the price; a spend that the direct segment covers alone, or a spend in a VK/
|
||||||
|
* Telegram context (which stays within the same store segment), never warns.
|
||||||
|
*/
|
||||||
|
export function needsWebSpendWarning(
|
||||||
|
context: SpendContext,
|
||||||
|
segments: WalletSegment[],
|
||||||
|
chipPrice: number,
|
||||||
|
): boolean {
|
||||||
|
if (context !== 'direct') return false;
|
||||||
|
let remaining = chipPrice;
|
||||||
|
let reachesStore = false;
|
||||||
|
for (const src of drawPriority) {
|
||||||
|
if (remaining <= 0) break;
|
||||||
|
const seg = segments.find((s) => s.source === src && s.spendable);
|
||||||
|
if (!seg || seg.chips <= 0) continue;
|
||||||
|
const take = Math.min(seg.chips, remaining);
|
||||||
|
if (src !== 'direct' && take > 0) reachesStore = true;
|
||||||
|
remaining -= take;
|
||||||
|
}
|
||||||
|
return remaining <= 0 && reachesStore;
|
||||||
|
}
|
||||||
@@ -4,15 +4,17 @@
|
|||||||
import Settings from './Settings.svelte';
|
import Settings from './Settings.svelte';
|
||||||
import Profile from './Profile.svelte';
|
import Profile from './Profile.svelte';
|
||||||
import Friends from './Friends.svelte';
|
import Friends from './Friends.svelte';
|
||||||
|
import Wallet from './Wallet.svelte';
|
||||||
import About from './About.svelte';
|
import About from './About.svelte';
|
||||||
import { app } from '../lib/app.svelte';
|
import { app } from '../lib/app.svelte';
|
||||||
import { offlineMode } from '../lib/offline.svelte';
|
import { offlineMode } from '../lib/offline.svelte';
|
||||||
import { t, type MessageKey } from '../lib/i18n/index.svelte';
|
import { t, type MessageKey } from '../lib/i18n/index.svelte';
|
||||||
|
|
||||||
// The Settings hub: a single nav bar + bottom tab bar hosting the Settings / Profile /
|
// The Settings hub: a single nav bar + bottom tab bar hosting the Settings / Profile /
|
||||||
// Friends / About bodies. Tabs switch in place (no navigation), so the back control
|
// Friends / Wallet / About bodies. Tabs switch in place (no navigation), so the back control
|
||||||
// always returns to the lobby. Guests have no social surface, so the Friends tab hides.
|
// always returns to the lobby. Guests have no social surface and no wallet, so the Friends and
|
||||||
type SettingsTab = 'settings' | 'profile' | 'friends' | 'about';
|
// Wallet tabs hide for them.
|
||||||
|
type SettingsTab = 'settings' | 'profile' | 'friends' | 'wallet' | 'about';
|
||||||
let { initialTab = 'settings' }: { initialTab?: SettingsTab } = $props();
|
let { initialTab = 'settings' }: { initialTab?: SettingsTab } = $props();
|
||||||
|
|
||||||
const guest = $derived(app.profile?.isGuest ?? true);
|
const guest = $derived(app.profile?.isGuest ?? true);
|
||||||
@@ -20,21 +22,22 @@
|
|||||||
// the hub is keyed by route in App.svelte, so initialTab is constant for its lifetime.
|
// the hub is keyed by route in App.svelte, so initialTab is constant for its lifetime.
|
||||||
// svelte-ignore state_referenced_locally
|
// svelte-ignore state_referenced_locally
|
||||||
let tab = $state<SettingsTab>(initialTab);
|
let tab = $state<SettingsTab>(initialTab);
|
||||||
// A guest who deep-links to the Friends tab falls back to Settings.
|
// A guest who deep-links to the Friends or Wallet tab (durable-only surfaces) falls back to Settings.
|
||||||
$effect(() => {
|
$effect(() => {
|
||||||
if (guest && tab === 'friends') tab = 'settings';
|
if (guest && (tab === 'friends' || tab === 'wallet')) tab = 'settings';
|
||||||
});
|
});
|
||||||
// Offline mode has no network, so the Profile and Friends surfaces (which read/save over the
|
// Offline mode has no network, so the Profile and Friends surfaces (which read/save over the
|
||||||
// network) are disabled — fall back to Settings if the hub is on one (a deep-link or a live flip).
|
// network) are disabled — fall back to Settings if the hub is on one (a deep-link or a live flip).
|
||||||
// Settings stays reachable: it holds the online/offline toggle.
|
// Settings stays reachable: it holds the online/offline toggle.
|
||||||
$effect(() => {
|
$effect(() => {
|
||||||
if (offlineMode.active && (tab === 'profile' || tab === 'friends')) tab = 'settings';
|
if (offlineMode.active && (tab === 'profile' || tab === 'friends' || tab === 'wallet')) tab = 'settings';
|
||||||
});
|
});
|
||||||
|
|
||||||
const titleKey: Record<SettingsTab, MessageKey> = {
|
const titleKey: Record<SettingsTab, MessageKey> = {
|
||||||
settings: 'settings.title',
|
settings: 'settings.title',
|
||||||
profile: 'profile.title',
|
profile: 'profile.title',
|
||||||
friends: 'friends.title',
|
friends: 'friends.title',
|
||||||
|
wallet: 'wallet.title',
|
||||||
about: 'about.title',
|
about: 'about.title',
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
@@ -46,6 +49,8 @@
|
|||||||
<Profile />
|
<Profile />
|
||||||
{:else if tab === 'friends'}
|
{:else if tab === 'friends'}
|
||||||
<Friends />
|
<Friends />
|
||||||
|
{:else if tab === 'wallet'}
|
||||||
|
<Wallet />
|
||||||
{:else}
|
{:else}
|
||||||
<About />
|
<About />
|
||||||
{/if}
|
{/if}
|
||||||
@@ -63,6 +68,11 @@
|
|||||||
<span class="face"><span class="sq" aria-hidden="true">🤝{#if app.notifications > 0}<span class="badge">{app.notifications}</span>{/if}</span><span class="lbl">{t('friends.title')}</span></span>
|
<span class="face"><span class="sq" aria-hidden="true">🤝{#if app.notifications > 0}<span class="badge">{app.notifications}</span>{/if}</span><span class="lbl">{t('friends.title')}</span></span>
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
|
{#if !guest}
|
||||||
|
<button class="tab" class:active={tab === 'wallet'} disabled={offlineMode.active} onclick={() => (tab = 'wallet')}>
|
||||||
|
<span class="face"><span class="sq" aria-hidden="true">👛</span><span class="lbl">{t('wallet.tab')}</span></span>
|
||||||
|
</button>
|
||||||
|
{/if}
|
||||||
<button class="tab" class:active={tab === 'about'} onclick={() => (tab = 'about')}>
|
<button class="tab" class:active={tab === 'about'} onclick={() => (tab = 'about')}>
|
||||||
<span class="face"><span class="sq" aria-hidden="true">ℹ️{#if app.feedbackReplyUnread}<span class="badge">1</span>{/if}</span><span class="lbl">{t('about.tab')}</span></span>
|
<span class="face"><span class="sq" aria-hidden="true">ℹ️{#if app.feedbackReplyUnread}<span class="badge">1</span>{/if}</span><span class="lbl">{t('about.tab')}</span></span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -0,0 +1,226 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { onMount } from 'svelte';
|
||||||
|
import Modal from '../components/Modal.svelte';
|
||||||
|
import { handleError } from '../lib/app.svelte';
|
||||||
|
import { gateway } from '../lib/gateway';
|
||||||
|
import { t, i18n, type MessageKey } from '../lib/i18n/index.svelte';
|
||||||
|
import { executionContext, formatAmount, needsWebSpendWarning, type SpendContext } from '../lib/wallet';
|
||||||
|
import { isGooglePlayBuild } from '../lib/distribution';
|
||||||
|
import type { Wallet, Catalog, CatalogProduct } from '../lib/model';
|
||||||
|
|
||||||
|
// The Wallet section: the context-visible chip balances, the active benefits, and the storefront.
|
||||||
|
// Values are bought with chips (they work once the player has any); chip packs are bought with
|
||||||
|
// money (the purchase itself arrives with payment intake — here they are shown priced only). On
|
||||||
|
// the Google Play build the money purchases are hidden behind a RuStore stub (store policy), while
|
||||||
|
// spending already-earned chips still works.
|
||||||
|
|
||||||
|
let wallet = $state<Wallet | null>(null);
|
||||||
|
let catalog = $state<Catalog | null>(null);
|
||||||
|
let loading = $state(true);
|
||||||
|
let busy = $state(false);
|
||||||
|
// The value awaiting a web-spend warning confirmation (a spend that would draw vk/tg chips).
|
||||||
|
let warnProduct = $state<CatalogProduct | null>(null);
|
||||||
|
|
||||||
|
const context: SpendContext = executionContext();
|
||||||
|
const gpBuild = isGooglePlayBuild();
|
||||||
|
|
||||||
|
const values = $derived(catalog?.products.filter((p) => p.kind === 'value') ?? []);
|
||||||
|
const packs = $derived(catalog?.products.filter((p) => p.kind === 'pack') ?? []);
|
||||||
|
|
||||||
|
async function load() {
|
||||||
|
try {
|
||||||
|
const [w, c] = await Promise.all([gateway.wallet(), gateway.catalog()]);
|
||||||
|
wallet = w;
|
||||||
|
catalog = c;
|
||||||
|
} catch (e) {
|
||||||
|
handleError(e);
|
||||||
|
} finally {
|
||||||
|
loading = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
onMount(load);
|
||||||
|
|
||||||
|
function sourceLabel(source: string): string {
|
||||||
|
return t(`wallet.source.${source}` as MessageKey);
|
||||||
|
}
|
||||||
|
|
||||||
|
function currencyLabel(currency: string): string {
|
||||||
|
return t(`wallet.cur.${currency}` as MessageKey);
|
||||||
|
}
|
||||||
|
|
||||||
|
function adsLine(): string {
|
||||||
|
if (!wallet) return '';
|
||||||
|
if (wallet.adsForever) return t('wallet.noAdsForever');
|
||||||
|
if (wallet.adsPaidUntilMs > Date.now()) {
|
||||||
|
const date = new Date(wallet.adsPaidUntilMs).toLocaleDateString(i18n.locale === 'ru' ? 'ru-RU' : 'en-US');
|
||||||
|
return t('wallet.noAdsUntil', { date });
|
||||||
|
}
|
||||||
|
return t('wallet.adsOn');
|
||||||
|
}
|
||||||
|
|
||||||
|
function onBuy(p: CatalogProduct) {
|
||||||
|
if (needsWebSpendWarning(context, wallet?.segments ?? [], p.chips)) {
|
||||||
|
warnProduct = p;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
void doBuy(p);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function doBuy(p: CatalogProduct) {
|
||||||
|
warnProduct = null;
|
||||||
|
if (busy) return;
|
||||||
|
busy = true;
|
||||||
|
try {
|
||||||
|
wallet = await gateway.walletBuy(p.productId);
|
||||||
|
} catch (e) {
|
||||||
|
handleError(e);
|
||||||
|
} finally {
|
||||||
|
busy = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div class="wallet" data-testid="wallet">
|
||||||
|
<section>
|
||||||
|
<h3>{t('wallet.balance')}</h3>
|
||||||
|
{#if wallet && wallet.segments.length > 0}
|
||||||
|
{#each wallet.segments as s (s.source)}
|
||||||
|
<div class="row">
|
||||||
|
<span class="name">{sourceLabel(s.source)}</span>
|
||||||
|
<span class="value"
|
||||||
|
>🪙 {s.chips}{#if !s.spendable} <span class="muted">({t('wallet.viewOnly')})</span>{/if}</span
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
{/each}
|
||||||
|
{:else if !loading}
|
||||||
|
<p class="empty">{t('wallet.noChips')}</p>
|
||||||
|
{/if}
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h3>{t('wallet.benefits')}</h3>
|
||||||
|
<div class="row"><span class="name">{adsLine()}</span></div>
|
||||||
|
<div class="row"><span class="name">{t('wallet.hints', { n: wallet?.hints ?? 0 })}</span></div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h3>{t('wallet.store')}</h3>
|
||||||
|
{#each values as p (p.productId)}
|
||||||
|
<div class="row product" data-testid="product" data-kind="value" data-pid={p.productId}>
|
||||||
|
<span class="name">{p.title}</span>
|
||||||
|
<span class="price">🪙 {p.chips}</span>
|
||||||
|
<button class="buy" data-testid="buy" disabled={busy} onclick={() => onBuy(p)}>{t('wallet.buy')}</button>
|
||||||
|
</div>
|
||||||
|
{/each}
|
||||||
|
|
||||||
|
{#if gpBuild}
|
||||||
|
<p class="stub" data-testid="gp-stub">{t('wallet.gpStub')}</p>
|
||||||
|
{:else}
|
||||||
|
{#each packs as p (p.productId)}
|
||||||
|
<div class="row product" data-testid="product" data-kind="pack" data-pid={p.productId}>
|
||||||
|
<span class="name">{p.title}</span>
|
||||||
|
<span class="price">{formatAmount(p.moneyAmount, p.moneyCurrency)} {currencyLabel(p.moneyCurrency)}</span>
|
||||||
|
<button class="buy" disabled>{t('wallet.soon')}</button>
|
||||||
|
</div>
|
||||||
|
{/each}
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if !loading && values.length === 0 && (gpBuild || packs.length === 0)}
|
||||||
|
<p class="empty">{t('wallet.empty')}</p>
|
||||||
|
{/if}
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{#if warnProduct}
|
||||||
|
<Modal title={t('wallet.warnTitle')} onclose={() => (warnProduct = null)}>
|
||||||
|
<p class="warn-body" data-testid="warn">{t('wallet.warnBody')}</p>
|
||||||
|
<div class="warn-actions">
|
||||||
|
<button class="cancel" onclick={() => (warnProduct = null)}>{t('wallet.warnCancel')}</button>
|
||||||
|
<button class="buy" data-testid="warn-confirm" onclick={() => warnProduct && doBuy(warnProduct)}
|
||||||
|
>{t('wallet.warnConfirm')}</button
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</Modal>
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.wallet {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 18px;
|
||||||
|
padding: var(--pad);
|
||||||
|
}
|
||||||
|
section {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
margin: 0;
|
||||||
|
font-size: 0.95rem;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
.row {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 10px 12px;
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: var(--radius-sm);
|
||||||
|
background: var(--surface);
|
||||||
|
}
|
||||||
|
.name {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
.value,
|
||||||
|
.price {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
font-weight: 600;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
.muted {
|
||||||
|
color: var(--text-muted);
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
.buy {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
padding: 8px 14px;
|
||||||
|
border: 1px solid var(--accent);
|
||||||
|
background: var(--accent);
|
||||||
|
color: var(--accent-text);
|
||||||
|
border-radius: var(--radius-sm);
|
||||||
|
font-weight: 600;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.buy:disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
.empty,
|
||||||
|
.stub {
|
||||||
|
margin: 0;
|
||||||
|
padding: 10px 12px;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
.stub {
|
||||||
|
border: 1px dashed var(--border);
|
||||||
|
border-radius: var(--radius-sm);
|
||||||
|
}
|
||||||
|
.warn-body {
|
||||||
|
margin: 0 0 14px;
|
||||||
|
}
|
||||||
|
.warn-actions {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
.cancel {
|
||||||
|
padding: 8px 14px;
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
background: var(--surface);
|
||||||
|
color: var(--text);
|
||||||
|
border-radius: var(--radius-sm);
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user