UI-Docs/README.md

24 lines
915 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# UI-Docs
Walkthrough screenshots, usage instructions, and a review PDF for every operator, staff, portal, admin, simulator, and catalog surface in the Verae Time × Zapier lab.
**Forgejo:** https://git.georgelambert.org/marchon/UI-Docs
## Open the review
- [UI-REVIEW.pdf](UI-REVIEW.pdf) — screenshots, how to use each screen, remaining issues
- [WALKTHROUGH.md](WALKTHROUGH.md) — click-by-click
- [REPORT.md](REPORT.md) — issues still to consider
- [screenshots/](screenshots/) — PNG atlas
## Recapture
Lab processes must already be listening (`:3850` fleet, `:3847` simulator, `:3011` CS, `:3012` sales, `:3013` accounting, `:3025` staff, `:3000` edge).
```bash
npm install
npm run walk # headless Chrome → screenshots/ + walkthrough-console.json
npm run pdf # reportlab → UI-REVIEW.pdf
```
Chrome path: `CHROME_PATH` or `/Applications/Google Chrome.app/Contents/MacOS/Google Chrome`.