You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: delete some useless comments
* config: add eslint configuration
* refactor: rename specific items for apigreenscore for better understanding
* refactor(services): split scoring logic from audit-service into evaluation-service
* refactor(services): extract project view logic into project-view-service
* refactor(audit): unify stepper components and extract shared animation
* refactor(step): replace EroomStepper and ApiGreenScoreStepper with a single generic and auditStepper component.
* refactor(style): Extract duplicated fadeIn animation to global CSS.
Copy file name to clipboardExpand all lines: CLAUDE.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Project-specific guidelines for AI assistants working on this codebase.
36
36
37
37
## Project Overview
38
38
39
-
**zats-greenscore** is a hybrid web/desktop application for evaluating eco-design of digital projects. It implements the API Green Score questionnaire.
39
+
**zats-greenscore** is a hybrid web/desktop application for evaluating eco-design of digital projects. It supports multiple evaluation frameworks: API Green Score and EROOM.
0 commit comments