bryceholcomb/rider_demand

View on GitHub
app/assets/javascripts/predictor/events.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getEvents has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getEvents(map) {
  var $wheel = $("#spinning-wheel")
  var $cityId = $("select#event_city_id :selected").val();
  var $category = $("select#event_category_id :selected").val();
  $wheel.show();
Severity: Minor
Found in app/assets/javascripts/predictor/events.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status