opencloud-eu/web

0

/ 100

TypeScript264AGPL-3.01d ago
Grade a repo

Popular for its size, but the engineering basics lag behind the interest.

๐Ÿป Web UI for OpenCloud built with Vue.js and TypeScript

Documentation

67

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (โˆ’20 pts).

โ†’ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

Install and run instructions9pt45

README documents how to install the project.

README12pt85

README is present.

License6pt100

Licensed under AGPL-3.0.

Engineering

61

Tests18pt35

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

CI/CD14pt57

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

Reproducibility6pt80

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

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

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)
  • 45
    Forks
  • 33
    Releaseslatest 1y ago

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 264
    Watchers

Responsiveness

  • 5d 11h
    Median issue response
  • 3h
    Median PR merge time
  • 107
    Open issues
Repository files38 root entries
  • .github
    Good: CI is configured (.github/workflows/labels.yml).
    Good: Issue or PR templates present.
  • .vscode
  • config
  • dev
  • packages
    Good: Test files detected (packages/design-system/src/components/OcAvatar/OcAvatar.spec.ts).
  • patches
  • polyfills
  • tests
  • .backportrc.json
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .prettierignore
  • .prettierrc.json
  • .renovaterc.json
  • .woodpecker.env
  • .woodpecker.star
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • cucumber.mjs
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • eslint.config.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.
    Issue: No run or usage instructions found (โˆ’45 pts).Fix: Add a section showing how to start or use the project.
  • release-config.ts
  • tsconfig.json
  • vite.config.common.ts
  • vite.config.ts
  • web.d.ts