NGO-DB/ndb-core

View on GitHub
src/app/core/entity/model/entity.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Entity has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Entity {
  /**
   * The entity's type.
   * In classes extending Entity this is usually overridden by the class annotation `@DatabaseEntity('NewEntity')`.
   * The type needs to be used as routing path in lower case. The routing path can be defined in the configuration file.
Severity: Minor
Found in src/app/core/entity/model/entity.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status