opf/openproject

View on GitHub
frontend/src/app/core/config/configuration.service.ts

Summary

Maintainability
A
2 hrs
Test Coverage

ConfigurationService has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

@Injectable({ providedIn: 'root' })
export class ConfigurationService {
  // fetches configuration from the ApiV3 endpoint
  // TODO: this currently saves the request between page reloads,
  // but could easily be stored in localStorage
Severity: Minor
Found in frontend/src/app/core/config/configuration.service.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status