Open
Conversation
Contributor
|
@icedoutskay please, resolve CI errors and also the merge conflict. |
Author
Alright |
d3fd504 to
741e0b8
Compare
Contributor
|
@icedoutskay fix the lint errors by running 8s
Run if [ "npm" = "pnpm" ]; then
> corporate-platform-backend@0.0.1 lint
> eslint "{src,apps,libs,test}/**/*.ts" --fix
/home/runner/work/carbon-scribe/carbon-scribe/corporate-platform/corporate-platform-backend/src/portfolio/portfolio.controller.spec.ts
Error: 12:7 error 'portfolioService' is assigned a value but never used @typescript-eslint/no-unused-vars
/home/runner/work/carbon-scribe/carbon-scribe/corporate-platform/corporate-platform-backend/src/portfolio/portfolio.controller.ts
Error: 1:43 error 'UseGuards' is defined but never used @typescript-eslint/no-unused-vars
/home/runner/work/carbon-scribe/carbon-scribe/corporate-platform/corporate-platform-backend/src/portfolio/services/portfolio-composition.service.ts
Error: 37:5 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 74:5 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 121:22 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 162:5 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 200:5 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
/home/runner/work/carbon-scribe/carbon-scribe/corporate-platform/corporate-platform-backend/src/portfolio/services/portfolio-performance.service.ts
Error: 67:30 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 97:5 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
/home/runner/work/carbon-scribe/carbon-scribe/corporate-platform/corporate-platform-backend/src/portfolio/services/portfolio-risk.service.ts
Error: 38:39 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 64:29 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 72:30 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 162:39 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
Error: 185:29 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
/home/runner/work/carbon-scribe/carbon-scribe/corporate-platform/corporate-platform-backend/src/portfolio/services/portfolio-summary.service.ts
Error: 10:20 error 'companyId' is defined but never used @typescript-eslint/no-unused-vars
/home/runner/work/carbon-scribe/carbon-scribe/corporate-platform/corporate-platform-backend/src/portfolio/services/portfolio-timeline.service.ts
Error: 70:13 error 'monthIndex' is assigned a value but never used @typescript-eslint/no-unused-vars
Error: 264:36 error 'index' is defined but never used @typescript-eslint/no-unused-vars
✖ 17 problems (17 errors, 0 warnings)
Error: Process completed with exit code 1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Portfolio Management Service Module
This PR implements the Portfolio Management Service Module for the
corporate-platform-backend.The service provides comprehensive portfolio data, including:
Key Highlights
Scope
This module enables scalable, multi-tenant portfolio analytics for enterprise carbon credit tracking and reporting.
Related Issue
Closes #112