docs(kb) + docs(strategy): D50 — app store endpoint surface spec - #682
Open
jacoby149 wants to merge 4 commits into
Open
docs(kb) + docs(strategy): D50 — app store endpoint surface spec#682jacoby149 wants to merge 4 commits into
jacoby149 wants to merge 4 commits into
Conversation
…-keyed product page, reviews)
# Conflicts: # knowledge/knowledge-base/web10-v3/app-store/overview.md # knowledge/knowledge-base/web10-v3/db/clickhouse.md # knowledge/strategy/decisions.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Specs the app store's endpoint surface in a new KB doc (app-store/endpoints.md): the full surface (register / detail / list / rating / ratings / admin / approve / pwa_listing / stats), the auth split (reads public, writes signed or admin), the product-page response shape, what each stat means, and a built-vs-scoped logistics table. D50 (decisions.md) makes the calls: the product page is a page, not a modal; a new GET /v3/apps/detail?url= serves it (public, pure read, no visit bump); the app URL is the route key, retiring web10apps_post_id (the v2 vestige the broken product page was built on); reviews are a rating plus optional comment; and the page shows D49's metric set (visits + users_1d/30d/90d/1y from app_visits, the same realtime queries the grid runs) plus the /v3/stats node macro. db/clickhouse.md gains the app_ratings comment column (SQL + ER diagram). Cross-references updated in the v3 README and app-store/overview.md; CHANGELOG 3.16.1. Docs only — no code changes; the build (detail endpoint, comment column, card-to-page wiring) is the next bite. Note: written as D49, renumbered to D50 after #681 landed on dev with the same number (real-user metrics model) — the spec was reconciled against that model in the merge.