75

/ 100

GradeC

Solid engineering. The biggest lever is setup instructions.

Top 39% of 5,156 graded repos

Sistem Informasi Keuangan dibangun menggunakan PHP Native

Top fixes

Highest-impact changes first, ranked by point weight

14 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

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.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

60

Install and run instructions9pt0

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

Contributing guide5pt77

CONTRIBUTING guide found.

README12pt78

README is present.

License6pt100

A license file is present.

Engineering

77

CI/CD14pt57

CI is configured (.github/workflows/main.yml).

Reproducibility6pt70

Lockfile present (assets/bower_components/bootstrap-colorpicker/package-lock.json). Installs are reproducible.

Tests18pt80

Test files detected (assets/bower_components/bootstrap-colorpicker/spec).

Linting and formatting5pt100

PHP linting configured (assets/bower_components/bootstrap-datepicker/.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (assets/bower_components/Flot/package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 549 / 1716
    Commits (30d / 90d)
  • 12
    Forks
  • 0
    Releases

Community

  • 28% - Weak
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 70
    Watchers

Responsiveness

  • 9h
    Median issue response
  • -
    Median PR merge time
  • 3
    Open issues
Repository files9 root entries
  • .github
    Good: CI is configured (.github/workflows/main.yml).
  • assets
    Good: A license file is present.
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: Code of conduct present.
    Good: Test files detected (assets/bower_components/bootstrap-colorpicker/spec).
    Good: PHP linting configured (assets/bower_components/bootstrap-datepicker/.editorconfig).
    Good: Lockfile present (assets/bower_components/bootstrap-colorpicker/package-lock.json). Installs are reproducible.
    Good: Issue or PR templates present.
    Good: Dependency manifest found (assets/bower_components/Flot/package.json).
    Good: .gitignore present.
    Issue: Build artifacts or local files may be committed (assets/bower_components/.DS_Store) (−40 pts).Fix: Remove them and add to .gitignore.
  • gambar
  • library
  • index.php
  • koneksi.php
  • periksa_login.php
  • README.md
    Good: README is present.
    Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.
    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.
    Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.
    Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
  • SS.png
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/setiawan007/sistem-informasi-keuangan)](https://www.repo-grade.com/report/setiawan007/sistem-informasi-keuangan)

More graded PHP repos