TWtablero/tablero

View on GitHub
app/js/component/data/prioritization_manager.js

Summary

Maintainability
A
1 hr
Test Coverage

Function prioritizationManager has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function prioritizationManager() {

    this.changePriority = function (event, params) {
      var newPriority;
      if (Number(params.nextElement.priority) === 0) {
Severity: Minor
Found in app/js/component/data/prioritization_manager.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status