71
/ 100
Solid engineering. The biggest lever is CI.
A full mobile ecosystem of 36 apps
Top fixes
Highest-impact changes first, ranked by point weight
- 1CI/CD14pt
Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.
- 2CI/CD14pt
Add a lint step to catch style issues automatically.
- 3CI/CD14pt
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 4CI/CD14pt
Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.
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
67
README documents how to install the project.
README is present.
Contributing guide is detailed and thorough.
Licensed under GPL-3.0.
Engineering
74
No Rust linting or formatting enforced.
→ Add `cargo clippy -- -D warnings` and `cargo fmt --check` as CI steps, and optionally a rustfmt.toml for project-specific style rules.
CI is configured (.github/workflows/pr-compile-check.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (appstore/src/test).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 43Forks
- 35Releaseslatest 5mo ago
Community
- 57% - FairCommunity health
- 1 bus factorlowauthor own >50% of commits
- 785Watchers
Responsiveness
- 15hMedian issue response
- 15hMedian PR merge time
- 79Open issues
Repository files91 root entries
- .githubGood: CI is configured (.github/workflows/pr-compile-check.yml).Good: Issue or PR templates present.
- appstoreGood: Test files detected (appstore/src/test).
- astronomy
- backup
- build-logic
- calculator
- calendar
- camera
- cast
- clock
- code
- communicate
- contacts
- education
- email
- euicc
- everysync
- files
- findfamily
- firmware
- flashcards
- fooddelivery
- games
- gradle
- health
- keyboard
- launcher
- library
- lint-rules
- logviewer
- mapcompare
- maps
- measure
- metadata_data
- music
- musicbrainz
- networklocation
- notes
- nowplaying
- office
- openassistant
- passwords
- pdf
- photos
- scriptsIssue: Build artifacts or local files may be committed (scripts/chess/__pycache__/generate_puzzles.cpython-312.pyc) (−40 pts).Fix: Remove them and add to .gitignore.
- sdk
- setupwizard
- share
- speech
- taxi
- things
- third_party
- tools
- translate
- travel
- tuner
- vpn
- weather
- web
- youpipe
- .gitattributes
- .gitignoreGood: .gitignore present.
- $null
- analyze.ps1
- build.gradle.kts
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- 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.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.Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- FINDFAMILY_UWB_TRACKER_DESIGN.md
- FINDFAMILY_UWB_TRACKER_HARDWARE.md
- gradle.properties
- gradlew
- gradlew.bat
- install
- install.bat
- install.ps1
- interpret.rs
- LICENSEGood: Licensed under GPL-3.0.
- lint.xml
- proguard-rules.pro
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.Good: README includes status badges.Good: README documents how to install the project.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- release_keystore.jks
- release.sh
- robustness_tests.rs
- rust-toolchain.toml
- settings.gradle.kts
- subdivide.rs
- SUPPLY_CHAIN_RISKS.md
- transit_lane_order_by_approach.plan.md
- transit_lane_smooth_merge.plan.md
- version.txt
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/vayun-mathur/modern-apps)