Skip to content

quality-krl/PrecisionPlaybook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrecisionPlaybook

A single-page, bilingual (HE/EN) micro-site that frames QA through a training mindset: process, measurement, and repeatable protocols. It includes a 4×4 bug-report generator that outputs a clean, copy-ready report you can paste into Jira, Notion, Slack, or an email.

What’s inside

  • Bilingual UI (Hebrew / English) with RTL ↔ LTR switching
  • Sticky top bar with language toggle and quick “Links” jump
  • Hero media: training video + 3 photo tiles
  • “Creed” section that connects discipline in training to discipline in QA
  • 4×4 Protocol generator:
    • Observe (facts only)
    • Reproduce (minimal steps)
    • Isolate (remove variables)
    • Guard (reduce future risk)
  • Copy to clipboard for the generated output
  • Mobile-first layout with responsive desktop breakpoints
  • Reduced-motion friendly behavior

How to run

  1. Clone the repo
  2. Open index.html (or run a simple local server)

Example with VS Code:

  • Install “Live Server”
  • Right-click index.htmlOpen with Live Server

Project structure

  • index.html — the page
  • styles.css — styling (responsive + RTL/LTR)
  • app.js — language switching, protocol generator, copy action, video behavior
  • media/
    • training-video.mp4
    • p1.jpg, p2.jpg, p3.jpg
  • favicon.svg

Notes

  • The protocol output is designed to be readable in both languages and stable across mixed RTL/LTR content.
  • Language preference is saved locally in the browser.

Links

License

MIT License

About

Bilingual (HE/EN) bug-report builder that generates a structured 4×4 protocol (Observe, Reproduce, Isolate, Guard) from scenario, symptom, and environment. One-click copy, smooth RTL/LTR switch, responsive UI, media header, and zero-dependency vanilla HTML/CSS/JS.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors