README screenshots and an optional public demo instance #136
Labels
No labels
area/ai
area/backend
area/frontend
area/infra
area/scheduler
area/wled
good-first-issue
priority/high
priority/low
priority/medium
type/bug
type/chore
type/ci-cd
type/docs
type/feature
type/qa
v1.0.0
v1.1.0
v1.2.0
v2.0.0
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rbrooks/Iris-WLED#136
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Split out of #63, which delivered the two parts I could do properly: the in-process simulator (
DEMO_MODE=true) and the demo seeding. Two checkboxes remain, and both need a human.Screenshots / GIF of the calendar, day panel and scheme editor
I can generate these but I cannot verify them. Playwright is already set up for the E2E suite, so capturing PNGs of a demo-mode instance is mechanical. What I cannot do is look at the result and tell whether it is a good screenshot — whether the layout held, whether the colours read well at that size, whether the crop shows the thing it is meant to show, whether it looks like software someone would want to run.
Committing images I cannot see, to a README whose job is first impressions, is the one place where "it produced output" is furthest from "it works". So this needs someone to run it and look.
DEMO_MODE=truenow makes that easy — the calendar has colour in it and the review queue has content, so a screenshot taken against a fresh demo install is representative rather than a blank grid.Optional: a public read-only demo instance
DISABLE_AUTH=trueplus a viewer-only role, behindDEMO_MODE. This is a hosting decision rather than a code one — it needs a box, a domain, and a view on what happens when someone finds it. Worth doing only if public adoption is actually a goal.One thing to check before pointing DNS at anything: a public instance would be a write-capable surface unless the role gating is right. Quick push and the remote page (#24) are admin-only, but that is enforced by role, not by demo mode —
DISABLE_AUTH=truewithout a viewer-only default would hand every visitor the lights.README screenshots and an optional public demo instance</title> <parameter name="body">Split out of #63, which delivered the two parts I could do properly: the in-process simulator (to README screenshots and an optional public demo instanceDEMO_MODE=true) and the demo seeding. Two checkboxes remain, and bot…