bikeindex/bike_index

View on GitHub
app/models/export.rb

Summary

Maintainability
A
2 hrs
Test Coverage
B
88%

Class Export has 43 methods (exceeds 40 allowed). Consider refactoring.
Open

class Export < ApplicationRecord
  PROGRESS_ENUM = %i[pending ongoing finished errored].freeze
  VALID_KINDS = %i[organization stolen manufacturer].freeze
  VALID_FILE_FORMATS = %i[csv xlsx].freeze
  DEFAULT_HEADERS = %w[link registered_at manufacturer model color serial is_stolen].freeze
Severity: Minor
Found in app/models/export.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status