FredericHeem/starhackit

View on GitHub
client/src/app_admin/users/usersModule.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function default has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (context) {
  const { rest } = context;
  const asyncOpCreate = AsyncOp(context);

  function Stores() {
Severity: Major
Found in client/src/app_admin/users/usersModule.js - About 2 hrs to fix

    Function Routes has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function Routes(stores) {
        return [
          {
            path: "",
            protected: true,
    Severity: Minor
    Found in client/src/app_admin/users/usersModule.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status