teableio/teable

View on GitHub
apps/nestjs-backend/src/features/dashboard/dashboard.service.ts

Summary

Maintainability
A
3 hrs
Test Coverage

File dashboard.service.ts has 371 lines of code (exceeds 300 allowed). Consider refactoring.
Open

/* eslint-disable sonarjs/no-duplicate-string */
import { Injectable, NotFoundException } from '@nestjs/common';
import type { IBaseRole } from '@teable/core';
import { generateDashboardId, generatePluginInstallId, Role } from '@teable/core';
import { PrismaService } from '@teable/db-main-prisma';
Severity: Minor
Found in apps/nestjs-backend/src/features/dashboard/dashboard.service.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status