KarrLab/datanator_frontend

View on GitHub
src/scenes/Help/Faq.js

Summary

Maintainability
F
4 days
Test Coverage
A
100%

Function render has 580 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    return (
      <div className="content-block section" id="faq">
        <h2 className="content-block-heading">Frequently asked questions</h2>
        <div className="content-block-content">
Severity: Major
Found in src/scenes/Help/Faq.js - About 2 days to fix

    File Faq.js has 594 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import React, { Component } from "react";
    import { Link } from "react-router-dom";
    import { HashLink } from "react-router-hash-link";
    import { scrollTo } from "~/utils/utils";
    
    
    Severity: Major
    Found in src/scenes/Help/Faq.js - About 1 day to fix

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

                      <li>
                        <i>Datanator</i> can also help investigators conduct{" "}
                        <b>data-driven meta-analyses</b> of molecular biology. For
                        example, the <i>Datanator</i> database can be used to conduct
                        multi-dimensional analyses of an individual organism or
      Severity: Major
      Found in src/scenes/Help/Faq.js and 1 other location - About 1 hr to fix
      src/scenes/Help/Faq.js on lines 410..416

      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 55.

      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 2 locations. Consider refactoring.
      Open

                      <li>
                        <i>Datanator</i> can help investigators improve{" "}
                        <b>constraint-based models</b> of metabolism by helping
                        investigators find enzyme abundances and reaction velocities
                        to <b>bound the fluxes</b> of chemical transformation and
      Severity: Major
      Found in src/scenes/Help/Faq.js and 1 other location - About 1 hr to fix
      src/scenes/Help/Faq.js on lines 426..432

      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 55.

      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 2 locations. Consider refactoring.
      Open

                    <p className="no-bottom-margin">
                      Ortholog groups can be searched via their names;{" "}
                      <a
                        href="https://www.orthodb.org/"
                        target="_blank"
      Severity: Minor
      Found in src/scenes/Help/Faq.js and 1 other location - About 50 mins to fix
      src/scenes/Home/Home.js on lines 539..549

      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 52.

      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 2 locations. Consider refactoring.
      Open

                  <div className="faq-a">
                    We would love to work together to integrate data for biomodeling.
                    Please{" "}
                    <HashLink scroll={scrollTo} to="#contact">
                      contact us
      Severity: Minor
      Found in src/scenes/Help/Faq.js and 1 other location - About 40 mins to fix
      src/scenes/Home/Home.js on lines 584..591

      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 49.

      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