iorrah/you-rockstar

View on GitHub
app/mixins/data/user.js

Summary

Maintainability
C
1 day
Test Coverage

Showing 4 of 4 total issues

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

Ember.Object.create({
id: 1,
title: 'Company Name, Marketing Assistent',
org_name: '',
role: '',
Severity: Major
Found in app/mixins/data/user.js and 1 other location - About 3 hrs to fix
app/mixins/data/user.js on lines 63..87

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

Ember.Object.create({
id: 2,
title: 'Company Name, Marketing Assistent',
org_name: '',
role: '',
Severity: Major
Found in app/mixins/data/user.js and 1 other location - About 3 hrs to fix
app/mixins/data/user.js on lines 38..62

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

references: Ember.A([
Ember.Object.create({
id: 1,
name: 'Paul Miller',
contact: '+123 (45) 678 9123'
Severity: Major
Found in app/mixins/data/user.js and 1 other location - About 1 hr to fix
app/mixins/data/user.js on lines 103..114

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

eductions: Ember.A([
Ember.Object.create({
id: 1,
title: 'Bacharelor in Marketing, University Name',
date: '2014 - 2017'
Severity: Major
Found in app/mixins/data/user.js and 1 other location - About 1 hr to fix
app/mixins/data/user.js on lines 115..126
Category
Status