BerniWittmann/spielplanismaning

View on GitHub
src/public/templates/event/home/home.ui.js

Summary

Maintainability
A
1 hr
Test Coverage

Function HomeController has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function HomeController(spiele, veranstaltungen) {
        const vm = this;

        vm.loading = true;
        const allespiele = _.sortBy(spiele, ['nummer']);
Severity: Minor
Found in src/public/templates/event/home/home.ui.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status