Strong community interest, but tests, CI, or docs need work.

🎉ZR.Admin.NET是一款前后端分离的、跨平台基于RBAC的通用权限管理后台。ORM采用SqlSugar。前端采用Vue、AntDesign,支持多租户、缓存、任务调度、支持统一异常处理、接口限流、支持一键生成前后端代码,支持动态国际化翻译(Vue3),等诸多黑科技,代码简洁易懂、易扩展让开发更简单、更通用。

Documentation

56

Install and run instructions9pt0

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

Add a section showing how to install dependencies.

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

41

CI/CD14pt0

No CI configuration detected in this repository.

If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt10

No dependency lockfile found (−70 pts).

Enable and commit packages.lock.json so NuGet restores are repeatable.

Tests18pt80

Test files detected (ZR.Tasks/TaskScheduler/Job_SyncTest.cs).

Linting and formatting5pt100

.NET formatting configured (ZR.Vue/.editorconfig).

Project health

100

Dependency manifest6pt100

Dependency manifest found (ZRAdmin.sln).

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)
  • 165
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 1,598
    Watchers

Responsiveness

  • 1h
    Median issue response
  • 24h
    Median PR merge time
  • 4
    Open issues
Repository files21 root entries
  • .gitee
  • document
  • Infrastructure
  • ZR.Admin.WebApi
    Good: Environment pinned via ZR.Admin.WebApi/Dockerfile.
  • ZR.CodeGenerator
  • ZR.Common
  • ZR.Mall
  • ZR.Model
  • ZR.Repository
  • ZR.Service
  • ZR.ServiceCore
  • ZR.Tasks
    Good: Test files detected (ZR.Tasks/TaskScheduler/Job_SyncTest.cs).
  • ZR.Vue
    Good: .NET formatting configured (ZR.Vue/.editorconfig).
  • .dockerignore
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • LICENSE
    Good: Licensed under MIT.
  • README.en.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    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.
  • README.md
  • startup.bat
  • ZRAdmin.sln
    Good: Dependency manifest found (ZRAdmin.sln).