Initial import of UI-Docs from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 19:55:03 -04:00
commit 1ed566665a
44 changed files with 2393 additions and 0 deletions

24
README.md Normal file
View file

@ -0,0 +1,24 @@
# 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`.