EscolaLMS/Front

View on GitHub
src/components/Courses/PromotedCoursesSection/index.tsx

Summary

Maintainability
C
1 day
Test Coverage

Function PromotedCoursesSection has 89 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const PromotedCoursesSection: React.FC = () => {
  const { courses, loading } = useFetchCourses({
    per_page: 8,
  });

Severity: Major
Found in src/components/Courses/PromotedCoursesSection/index.tsx - About 3 hrs to fix

    Similar blocks of code found in 6 locations. Consider refactoring.
    Open

                      image={
                        <Link to={`/courses/${course.id}`}>
                          {course.image_path ? (
                            <ResponsiveImage
                              path={course.image_path}
    Severity: Major
    Found in src/components/Courses/PromotedCoursesSection/index.tsx and 5 other locations - About 3 hrs to fix
    src/components/Courses/CoursesCollection/list.tsx on lines 73..85
    src/components/Courses/CoursesSlider/index.tsx on lines 48..60
    src/components/Courses/CoursesSlider/index.tsx on lines 105..117
    src/components/Courses/CoursesUserSlider/index.tsx on lines 65..77
    src/components/Profile/ProfileCourses/components/CourseCardItem/index.tsx on lines 34..46

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 97.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 6 locations. Consider refactoring.
    Open

                      title={
                        <Link to={`/courses/${course.id}`}>
                          <Title level={3} as="h3" className="title">
                            {course.title}
                          </Title>
    Severity: Major
    Found in src/components/Courses/PromotedCoursesSection/index.tsx and 5 other locations - About 2 hrs to fix
    src/components/Courses/CoursesCollection/list.tsx on lines 98..104
    src/components/Courses/CoursesSlider/index.tsx on lines 61..67
    src/components/Courses/CoursesSlider/index.tsx on lines 118..124
    src/components/Courses/CoursesUserSlider/index.tsx on lines 78..84
    src/pages/courses/course/Components/CourseRelated/index.tsx on lines 82..88

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 76.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 5 locations. Consider refactoring.
    Open

                      categories={
                        <CategoriesBreadCrumbs
                          categories={course.categories}
                          onCategoryClick={(id) => {
                            history.push(`/courses/?categories[]=${id}`);
    Severity: Major
    Found in src/components/Courses/PromotedCoursesSection/index.tsx and 4 other locations - About 1 hr to fix
    src/components/Courses/CoursesCollection/list.tsx on lines 105..112
    src/components/Courses/CoursesSlider/index.tsx on lines 80..87
    src/components/Courses/CoursesSlider/index.tsx on lines 137..144
    src/components/Courses/CoursesUserSlider/index.tsx on lines 85..92

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 57.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 4 locations. Consider refactoring.
    Open

              <Button
                mode="outline"
                onClick={() => history.push(routeRoutes.courses)}
              >
                {t<string>("Homepage.AwardedCoursesBtnText")}
    Severity: Major
    Found in src/components/Courses/PromotedCoursesSection/index.tsx and 3 other locations - About 50 mins to fix
    src/components/Courses/DisplayCoursesSlider/index.tsx on lines 45..50
    src/components/_App/Navbar/index.tsx on lines 749..754
    src/components/_App/Navbar/index.tsx on lines 756..761

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 51.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    There are no issues that match your filters.

    Category
    Status