- Ruby 71.7%
- C# 11.2%
- JavaScript 5.8%
- HTML 5.6%
- CSS 2.7%
- Other 3%
* Add play zone unit type (Chunk 5) Implements the final unit type from the upgrade plan. Play zone has a conditional has_slide toggle (like bouncy_castle) that controls whether the slide_assessment tab is included. Shared assessments: structure, materials, fan, user_height, slide (conditional). https://claude.ai/code/session_016Af3G5HbcoYzxLaQC4tDKp * Fix play_zone tests: override factory has_slide default The inspection factory defaults has_slide to true, so play_zone tests that check for no slide tab need to explicitly set has_slide: nil. https://claude.ai/code/session_016Af3G5HbcoYzxLaQC4tDKp --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .github | ||
| .helix | ||
| .licenses/bundler | ||
| app | ||
| bin | ||
| config | ||
| db | ||
| gems | ||
| hooks | ||
| lib | ||
| log | ||
| public | ||
| sorbet | ||
| spec | ||
| spencers_app | ||
| storage | ||
| test | ||
| tmp | ||
| vendor | ||
| .better-html.yml | ||
| .dockerignore | ||
| .env.example | ||
| .erb-lint-tracking | ||
| .erb_lint.yml | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .licensed.yml | ||
| .parallel_rspec | ||
| .rspec | ||
| .rspec_status | ||
| .rubocop.yml | ||
| .ruby-version | ||
| .standard.yml | ||
| .yamllint.yml | ||
| 14960.md | ||
| attributions.json | ||
| ATTRIBUTIONS.md | ||
| biome.json | ||
| BOUNCING_PILLOW_FIELDS.md | ||
| CLAUDE.md | ||
| code_standard_violations.txt | ||
| config.ru | ||
| Dockerfile | ||
| erb_lint_output.txt | ||
| flake.lock | ||
| flake.nix | ||
| Gemfile | ||
| Gemfile.lock | ||
| ID_GENERATION.md | ||
| LICENSE | ||
| NEW_UNIT_TYPES.md | ||
| OFFLINE.md | ||
| Rakefile | ||
| README.md | ||
| RPII_TODO_08_08.md | ||
| standardrb_output.txt | ||
| terragon-setup.sh | ||
| TEST-QUALITY-CRITERIA.md | ||
| TODO.md | ||
| unfixed_issues.txt | ||
play-test - BS EN 14960 inspection-logging tool
A web app for managing safety inspections of inflatable play equipment like bouncy castles and slides. Developed by Chobble CIC, a community interest company in Manchester, UK.
play-test helps inspectors track and document safety checks on inflatable play equipment. It handles equipment records, inspection forms, photo management, and PDF report generation. Makes repeat inspections of the same units quick and straightforward.
A public instance is live at play-test.co.uk.
Sponsor Development
Features
🎪 Equipment Tracking
- Store unit details, dimensions, and manufacturer info
- Keep inspection history for each piece of equipment
- Upload photos with automatic processing
- Quick access to previous inspection data
📋 Inspection Management
- Seven assessment types covering different safety aspects
- Draft inspections you can edit before finalising
- Generate PDF reports with QR codes
- Built-in safety calculations (anchor points, user capacity, etc.)
👥 Company Management
- Company accounts with branding
- User management and access control
- Upload your logo for PDF reports
- Works on phones, tablets, and desktops
🛠️ Technical Features
- Export any unit or inspection as PDF or JSON
- Shows safety standards right where you need them
- Dark/light theme
- Minimal dependencies
- Full internationalisation support
- No JavaScript required for core functionality
Getting Started
Docker
Quickest way to try it out:
docker pull dockerstefn/play-test
docker run -p 3000:3000 dockerstefn/play-test
Development Setup
There's a Nix flake for easy environment setup:
# Clone the repo
git clone https://github.com/yourusername/play-test.git
cd play-test
# With direnv (recommended)
direnv allow
# Or manually with Nix
nix develop
# Standard Rails setup
bundle install
rails db:create db:migrate db:seed
rails server
Traditional Setup
# Requires Ruby 3.0+ and SQLite
bundle install
rails db:setup
rails server
Testing
Currently over 90% test coverage:
# Run all tests with coverage
bin/test
# Check specific file coverage
bin/coverage_check app/models/inspection.rb
# View detailed HTML report
open coverage/index.html
Test Coverage
If you want to help improve Play-Test, a great way would be to write some more rspec and Capybara tests. Check out coverage.play-test.co.uk for an up-to-date test coverage breakdown.
Tech Stack
- Rails 8.0+ - With minimal gems
- SQLite - No fancy databases (yet?)
- RSpec & Capybara - 90%+ test coverage
- Semantic HTML + MVP.css - Simple CSS
- Turbo for progressive JS enhancement
About Chobble CIC
play-test is developed by Chobble CIC, a community interest company based in Manchester, UK. As a CIC, Chobble is regulated to operate in the public interest rather than for private shareholders — surplus profits are reinvested in community activities like open source development and reduced rates for charities and community organisations.
Chobble's principles include transparency, fair pricing, client ownership of their tools and data, and ethical boundaries. All source code is shared openly, and there's no vendor lock-in.
Contributing
Pull requests welcome! This is an open source project and we're not affiliated with any industry bodies, so improvements from anyone are appreciated.
AGPLv3 - see LICENSE file. This means you can use, modify, and distribute the code, but you must share any improvements.