Loading…
Reference in a new issue
No description provided.
Delete branch "feat/363-wiki-mockups"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds the wiki design agreed in #593 to both round-two mockups, so players and outside reviewers judge it alongside the rest before the final design (#364) is settled. All the data is invented; nothing comes from a real campaign.
What's in it
Shared components (
static/mockups/shared/), built once so the two designs differ only in how the wiki fits in, never in polish:data.jsextends the invented Amberwake campaign with:wiki.js(window.QBW) renders every part. Every renderer defaults to the player view, so a forgotten option hides secrets rather than showing them.kit.cssstyles GM-only material as hatched and labelled wherever it appears.Six screens in each design (screens 6–11): the front page and search, an NPC article with its stat block, editing, the map, the party, and a quest. Desktop frames show the GM, with a view-as-player switch; phone frames show a player.
Form: each design gets a wiki rating, plus one free-text question ("What would you want from the wiki that isn't there?"). Both reach the CSV export. Nobody had answered round two yet, so changing the form loses nothing.
How it was checked
ee7e631:title/get/linkreturned a GM-only page to a player, and a preview card survived a switch to player view.shared/file a mockup loads must have a route, since a file without one works from disk and returns 404 on the site.🤖 Generated with Claude Code