fosterful/scheduler

View on GitHub
app/javascript/controllers/dashboard_query_controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

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

toggleHoursTargets() {
this.hideableHoursTargets.forEach((el) => {
el.hidden = !el.hidden
});
}
Severity: Minor
Found in app/javascript/controllers/dashboard_query_controller.js and 1 other location - About 35 mins to fix
app/javascript/controllers/dashboard_query_controller.js on lines 12..16

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

toggleNeedsTargets() {
this.hideableNeedsTargets.forEach((el) => {
el.hidden = !el.hidden
});
}
Severity: Minor
Found in app/javascript/controllers/dashboard_query_controller.js and 1 other location - About 35 mins to fix
app/javascript/controllers/dashboard_query_controller.js on lines 6..10
Category
Status