Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BC-8551 - Delete const ALL_ENTITIES #5446

Open
wants to merge 81 commits into
base: main
Choose a base branch
from
Open

Conversation

CeEv
Copy link
Contributor

@CeEv CeEv commented Jan 20, 2025

Description

Each app.module should import the entities they need directly. To make dependencies explicit. The linter rules must change in a way that allow the imports.

Links to Tickets or other pull requests

JIRA :

Deployments :

Approval for review

  • DEV: If api was changed - generate-client:server was executed in vue frontend and changes were tested and put in a PR with the same branch name.
  • QA: In addition to review, the code has been manually tested (if manual testing is possible)
  • All points were discussed with the ticket creator, support-team or product owner. The code upholds all quality guidelines from the PR-template.

@bergatco bergatco changed the title BC-8551 remove all entities BC-8551 - Delete const ALL_ENTITIES Jan 23, 2025
…file for improved organization and maintainability
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
9.4% Duplication on New Code (required ≤ 3%)
45 Uncovered Lines on New Code (required ≤ 0)

See analysis details on SonarQube Cloud

import { FilesModule } from '@modules/files';
import { ManagementModule } from '@modules/management/management.module';
import { serverConfig } from '@modules/server';
import { Module } from '@nestjs/common';
import { Module } from '@nestjs/common'; // TODO: Import Reihenfolge sieht falsch aus ...IDM prüfen.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO entfernen.

SevenWaysDP and others added 16 commits January 31, 2025 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants