0
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
Open Source Event Management, Ticketing and Checkins, Talks and Schedules, Video and Interpretations, Badges, Exhibitions and more https://eventyay.com
Documentation
73
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
88
Test files detected (.agents/skills/django-add-form/tests).
CI is configured (.github/workflows/test-collection.yml).
Linter or formatter configured (app/eventyay/webapp/schedule-editor/.editorconfig).
Lockfile present (app/eventyay/webapp/schedule-editor/package-lock.json). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (app/eventyay/webapp/schedule-editor/package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 393Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 1,629Watchers
Responsiveness
- 17d 15hMedian issue response
- 12d 21hMedian PR merge time
- 106Open issues
Repository files21 root entries
- .agentsGood: Test files detected (.agents/skills/django-add-form/tests).
- .githubGood: CI is configured (.github/workflows/test-collection.yml).Good: Dependabot covers 5 ecosystems (uv, npm, npm, npm, npm). Dependencies stay current.Good: Issue or PR templates present.
- appGood: Linter or formatter configured (app/eventyay/webapp/schedule-editor/.editorconfig).Good: Lockfile present (app/eventyay/webapp/schedule-editor/package-lock.json). Installs are reproducible.Good: Environment pinned via app/Dockerfile.Good: Dependency manifest found (app/eventyay/webapp/schedule-editor/package.json).
- deployment
- doc
- tools
- .cursorrules
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- agents.md
- CLA.md
- CLAUDE.md
- CODEX.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- deb-packages.txt
- DEPLOYMENT.md
- docker-compose.yml
- LICENSEGood: Licensed under Apache-2.0.
- NOTICE
- README.rstGood: README is present.Issue: README has little structure (−15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.