owncloud/web
Grade a repo

0

/ 100

GradeB

Good shape overall. A few tweaks would push it into the top tier.

Top 26% of 5,156 graded repos

:dragon_face: Next generation frontend for ownCloud Infinite Scale

TypeScript560AGPL-3.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

8 to address
  1. 1
    Tests18pt

    Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".

  2. 2
    README12pt

    Show a quick-start snippet so contributors can see what using your project looks like.

  3. 3
    Install and run instructions9pt

    Add a .env.example listing all required environment variables so contributors know what to set up.

  4. 4
    Dependency manifest6pt

    Add a one-line description to package.json. It appears in npm search and on GitHub.

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

87

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

76

Tests18pt35

Test files detected (packages/design-system/src/components/OcAvatar/OcAvatar.spec.ts).

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

Lockfile present (pnpm-lock.yaml). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

91

Dependency manifest6pt72

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 204
    Forks
  • 287
    Releaseslatest 6y ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 560
    Watchers

Responsiveness

  • 13h
    Median issue response
  • 10d 17h
    Median PR merge time
  • 146
    Open issues
Repository files45 root entries
  • .github
    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: CI is configured (.github/workflows/test.yml).
    Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .vscode
  • changelog
  • config
  • deployments
    Good: Environment pinned via deployments/examples/ocis_web/docker-compose.yml.
  • dev
  • docker
  • docs
  • packages
    Good: Test files detected (packages/design-system/src/components/OcAvatar/OcAvatar.spec.ts).
  • patches
  • polyfills
  • tests
  • .clean-publish
  • .depcheckrc
  • .dockerignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .npmrc
  • .prettierignore
  • .prettierrc.json
  • .renovaterc.json
  • babel.config.cjs
  • CHANGELOG.md
  • docker-compose.yml
  • eslint.config.js
  • generate-qa-activity-report.js
  • gettext.config.cjs
  • index.html
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • Makefile
  • Makefile.release
  • oidc-callback.html
  • oidc-silent-redirect.html
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
    Good: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
  • pnpm-workspace.yaml
  • README.md
    Good: 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.
  • sonar-project.properties
  • tsconfig.json
  • vite.cern.config.ts
  • vite.config.common.ts
  • vite.config.ts
  • vitest.config.ts
  • web.d.ts
  • web.jest.d.ts
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/owncloud/web)](https://www.repo-grade.com/report/owncloud/web)

More graded TypeScript repos