This repository was archived by the owner on Aug 4, 2026. It is now read-only.
docs: fill journeydoc tutorials - #14
Merged
Merged
Conversation
Completes the journeydoc (ADR-030) rollout for deskdesk:
- 6 user-track tutorials covering the booking flow
(first-launch, browse-desks, book-a-slot, recurring-booking,
calendar-sync, desk-knowledge) — promoted from skeletons to
real prose with numbered steps + verification + common-issues
- 3 admin-track tutorials (floors-zones, knowledge-source,
admin-settings)
- Adds globalSetup + storageState wiring to playwright.config.ts
(the bootstrap config left auth as a TODO)
- docs-screenshots.spec.ts upgraded from skeleton to real
Playwright flows — 37 PNGs under
docs/static/screenshots/tutorials/{user,admin}/
- Captures show real DeskDesk content (4 seeded desks across
floors, admin settings card); flow-detail shots refresh once
more seed data or stable testids land.
Build: `npm run build` in docs/ -> [SUCCESS].
Contributor
Quality Report — ConductionNL/deskdesk @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ❌ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ❌ | ||||
| stylelint | ❌ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ❌ | ❌ | |||
| PHPUnit | ⏭️ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-13 06:06 UTC
Download the full PDF report from the workflow artifacts.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Completes the journeydoc (ADR-030) rollout for deskdesk — promotes the bootstrap skeletons to real, capture-driven tutorials.
What's in
docs/tutorials/user/(full prose, numbered steps with screenshot refs, verification, common-issues, references):docs/tutorials/admin/:playwright.config.ts— addsglobalSetup+use.storageState(the bootstrap left them as a TODO)tests/e2e/global-setup.ts— NC login → storage state (mirrors mydash / decidesk)tests/e2e/docs-screenshots.spec.ts— upgraded from skeleton to real Playwright flowsdocs/static/screenshots/tutorials/{user,admin}/— capture run from a healthy dev container, the first-launch / browse-desks / floors shots show real seeded desks across floors (4 desks across the 2nd/3rd Amsterdam floors); admin-settings shows the version-info cardNotes
npm run buildindocs/→[SUCCESS]. Remaining warnings are footer-link only (/privacy,/terms,/iso) handled by the brand preset.🤖 Generated with Claude Code