koriaf/django-calories-log

View on GitHub
src/frontend/backlog.app/db-storage.js

Summary

Maintainability
A
1 hr
Test Coverage

Function storeHistoricalData has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        storeHistoricalData(productsToday) {
            // Calculates today total values and saves to indexedDB
            // so we can draw some graphs about how we eat
            // TODO: move process logic level up and here just store it

Severity: Minor
Found in src/frontend/backlog.app/db-storage.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status