Dulce-Work-Schedule/2018.1-Dulce_App

View on GitHub
src/Components/Schedule.js

Summary

Maintainability
B
6 hrs
Test Coverage

File Schedule.js has 320 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import React, {Component} from 'react';
import {Text,View,TouchableHighlight,Alert} from 'react-native';
import {Agenda} from 'react-native-calendars';
import Modal from 'react-native-modal';
import axios from 'axios';
Severity: Minor
Found in src/Components/Schedule.js - About 3 hrs to fix

    Schedule has 27 functions (exceeds 20 allowed). Consider refactoring.
    Open

    export default class Schedule extends Component {
      constructor(props) {
        super(props);
        this.state = {
          isDateTimePickerVisible: false,
    Severity: Minor
    Found in src/Components/Schedule.js - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status