mangroveorg/datawinners

View on GitHub
datawinners/media/javascript/entity/project_questionnaire_view_model.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ProjectQuestionnaireViewModel has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ProjectQuestionnaireViewModel() {
    var self = this;

    self.uniqueIdTypes = ko.observableArray(uniqueIdTypes);
    self.isXLSUploadQuestionnaire = ko.observable(false);

    There are no issues that match your filters.

    Category
    Status