rrebase/knboard

View on GitHub
frontend/src/features/task/TaskSlice.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function extraReducers has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  extraReducers: (builder) => {
    builder.addCase(fetchBoardById.fulfilled, (state, action) => {
      const byColumn: TasksByColumn = {};
      const byId: TasksById = {};
      for (const col of action.payload.columns) {
Severity: Major
Found in frontend/src/features/task/TaskSlice.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status