echo-dimigo/echo-front

View on GitHub
src/api/struct.js

Summary

Maintainability
C
7 hrs
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export const Afterschool = afsc => ({
idx: afsc['idx'],
name: afsc['name'],
startDate: afsc['request_start_date'],
endDate: afsc['request_end_date'],
Severity: Major
Found in src/api/struct.js and 1 other location - About 3 hrs to fix
src/api/struct.js on lines 13..25

Similar blocks of code found in 2 locations. Consider refactoring.
Open

export const User = user => ({
idx: user['idx'],
type: user['user_type'],
email: user['email'],
id: user['id'],
Severity: Major
Found in src/api/struct.js and 1 other location - About 3 hrs to fix
src/api/struct.js on lines 91..103
Category
Status