5 Commits

Author SHA1 Message Date
The Dogfather e3f4b1150d Merge pull request 'Promote dev → uat: GRO-1818 site fixes' (#16) from dev into uat
Promote dev → uat: GRO-1818 site fixes (#16)
2026-05-27 01:27:11 +00:00
Flea Flicker d854bd818e Merge pull request 'fix: update UAT playbook demo URLs (GRO-1819)' (#15) from fix/uat-playbook-demo-url into dev 2026-05-27 01:23:46 +00:00
Flea Flicker b0976f2667 fix: replace broken blog/ links with blog/launch.html (GRO-1819) 2026-05-27 01:17:59 +00:00
Flea Flicker eba32f9e96 fix: update demo URL from groombook.farh.net to demo.groombook.dev
Updated UAT_PLAYBOOK.md §2 per QA review (GRO-1819):
- Test environment URL: groombook.farh.net → demo.groombook.dev
- TC-2.1 expected result: groombook.farh.net → demo.groombook.dev
- Added TC-2.3: mobile-groomers.html 'Try the Live Demo' CTA

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-26 18:58:12 +00:00
The Dogfather 58982cd646 Merge pull request 'Promote dev to uat: GRO-1791 Book Now CTA' (#13) from dev into uat
Merge PR #13: Promote dev to uat — GRO-1791 Book Now CTA
2026-05-26 12:17:10 +00:00
2 changed files with 11 additions and 4 deletions
+9 -2
View File
@@ -1,7 +1,7 @@
# UAT Playbook: GroomBook Site
## Test Environment
- **URL:** https://groombook.farh.net (demo)
- **URL:** https://demo.groombook.dev (demo)
- **Repository:** https://git.farh.net/groombook/groombook.dev
- **Last Updated:** 2026-05-26
@@ -83,7 +83,7 @@ Verify homepage copy aligns with Path C strategy (solo/small operator focus) wit
### TC-2.1: CTA Buttons
| Step | Action | Expected Result |
|------|--------|-----------------|
| 1 | Click "Try the Demo" button | Navigates to https://groombook.farh.net |
| 1 | Click "Try the Demo" button | Navigates to https://demo.groombook.dev |
| 2 | Click "View on GitHub" button | Navigates to https://github.com/groombook/groombook |
### TC-2.2: Badge Display
@@ -91,6 +91,13 @@ Verify homepage copy aligns with Path C strategy (solo/small operator focus) wit
|------|--------|-----------------|
| 1 | Locate hero badge | Displays: "🎉 100% Open Source — AGPL-3.0 License" |
### TC-2.3: Mobile Groomers "Try the Live Demo" CTA
| Step | Action | Expected Result |
|------|--------|-----------------|
| 1 | Navigate to mobile-groomers.html | Page loads without errors |
| 2 | Locate "Try the Live Demo" button | Button is visible with correct styling (green background) |
| 3 | Click "Try the Live Demo" button | Navigates to https://demo.groombook.dev |
---
## 3. Self-Booking CTA (GRO-1791)
+2 -2
View File
@@ -340,7 +340,7 @@
</div>
</div>
<div style="text-align: center; margin-top: 30px;">
<a href="blog/" style="color: #4CAF50; font-weight: 600; font-size: 1.05rem;">View all blog posts →</a>
<a href="blog/launch.html" style="color: #4CAF50; font-weight: 600; font-size: 1.05rem;">View all blog posts →</a>
</div>
</div>
</section>
@@ -353,7 +353,7 @@
<a href="https://github.com/groombook/groombook">GitHub</a>
<a href="https://github.com/groombook/groombook/issues">Issues</a>
<a href="https://discord.gg/groombook">Discord</a>
<a href="blog/">Blog</a>
<a href="blog/launch.html">Blog</a>
<a href="getting-started/">Docs</a>
</div>
</div>