CEO-BASE: add mandatory link audit to QA anti-patterns
This commit is contained in:
parent
4e3143658f
commit
d4111681af
5 changed files with 51 additions and 2 deletions
|
|
@ -158,3 +158,4 @@ Every frontend change must maintain or improve accessibility:
|
|||
- **Deploying infrastructure that is explicitly marked as managed externally**
|
||||
- **Featuring constraints instead of value** — only advertise what customers gain, never what limits them. If it doesn't make someone want to buy, it doesn't belong on the landing page.
|
||||
- **Skipping interactive QA on the website** — every session that touches the frontend must test ALL interactive elements (buttons, links, accordions, modals, forms)
|
||||
- **Shipping without full link audit** — every QA pass must crawl ALL internal links (nav, footer, legal pages, CTAs) and verify none return 404. A broken link on a live site is inexcusable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue