74
/ 100
Solid engineering. The biggest lever is test coverage.
eCamp v3 is a web-based app for camp and course planning. The application is specialized for camps and courses of youth associations and for Y+S offers in the sport of camp sports/trekking.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".
- 2README12pt
Show a quick-start snippet so contributors can see what using your project looks like.
- 3Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
- 4Issue and PR templates6pt
Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
91
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under AGPL-3.0.
Engineering
61
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (.helm/ecamp3/templates/tests).
Lockfile present (package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/check-dependencies.yml).
Linter or formatter configured (.ops/aws-setup/eslint.config.mjs).
Project health
79
Dependency manifest found (package.json).
.gitignore present.
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 388 / 1554Commits (30d / 90d)
- 67Forks
- 19Releaseslatest 1y ago
Community
- 50% - FairCommunity health
- 2 bus factorauthors own >50% of commits
- 154Watchers
Responsiveness
- 43dMedian issue response
- 7hMedian PR merge time
- 240Open issues
Repository files44 root entries
- .agentsGood: Environment pinned via .agents/.ecamp/playwright-cli/Dockerfile.Good: .gitignore present.
- .cache
- .docker-hub
- .githubGood: CI is configured (.github/workflows/check-dependencies.yml).
- .helmGood: Test files detected (.helm/ecamp3/templates/tests).
- .opsGood: Linter or formatter configured (.ops/aws-setup/eslint.config.mjs).
- .playwright
- .vscode
- apiIssue: Build artifacts or local files may be committed (api/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- common
- dev-setup
- e2e
- frontend
- frontend-old
- pdf
- print
- translation
- .claude
- .dockerignore
- .env.ci
- .gitattributes
- .gitignore
- .nvmrc
- .opencode
- .prettierignore
- .prettierrc
- AGENTS.md
- CLAUDE.md
- CONTRIBUTING_DE.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- create-ecamp3-test-database.sh
- crowdin.yml
- docker-compose.override.yml
- docker-compose.yml
- docker-setup.sh
- LICENSEGood: Licensed under AGPL-3.0.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- pgadmin-servers.json
- pre-commit.sh
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- renovate.json
- reverse-proxy-nginx.conf
- wait-for-container-startup.sh
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/ecamp/ecamp3)