ejplatform/ej-server

View on GitHub
src/ej_dataviz/utils.py

Summary

Maintainability
C
7 hrs
Test Coverage

File utils.py has 373 lines of code (exceeds 250 allowed). Consider refactoring.
Open

from django.core.paginator import PageNotAnInteger, EmptyPage
from django.apps import apps
from django.http import HttpResponse, Http404, JsonResponse
from typing import Callable

Severity: Minor
Found in src/ej_dataviz/utils.py - About 4 hrs to fix

    Function create_stereotype_coords has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
    Open

    def create_stereotype_coords(conversation, table, comments: list, transformer: Callable, kwargs: dict):
        if apps.is_installed("ej_clusters") and getattr(conversation, "clusterization", None):
            from ej_clusters.models import Stereotype
    
            labels = conversation.clusterization.clusters.all().dataframe("name", index="users")
    Severity: Minor
    Found in src/ej_dataviz/utils.py - About 55 mins to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Function format_echarts_option has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    def format_echarts_option(data, user_coords, stereotype_coords, extra_fields: list, labels=None):
    Severity: Minor
    Found in src/ej_dataviz/utils.py - About 35 mins to fix

      Function create_stereotype_coords has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def create_stereotype_coords(conversation, table, comments: list, transformer: Callable, kwargs: dict):
      Severity: Minor
      Found in src/ej_dataviz/utils.py - About 35 mins to fix

        Function comments_data_cluster has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def comments_data_cluster(request, conversation, fmt, cluster_id, **kwargs):
        Severity: Minor
        Found in src/ej_dataviz/utils.py - About 35 mins to fix

          There are no issues that match your filters.

          Category
          Status