collectiveidea/hourglass

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/form_errors.js.coffee
app/assets/javascripts/select2_init.js.coffee
app/assets/javascripts/teams.js.coffee
app/assets/stylesheets/application.scss
app/assets/stylesheets/global.scss
app/assets/stylesheets/team_list.scss
app/assets/stylesheets/user_list.scss
app/controllers/application_controller.rb13
A
0 mins
app/controllers/calendars_controller.rb11
A
0 mins
app/controllers/slacks_controller.rb23
A
0 mins
app/controllers/statusboards_controller.rb7
A
0 mins
app/controllers/teams_controller.rb55
A
0 mins
app/controllers/users_controller.rb45
A
0 mins
app/helpers/application_helper.rb22
A
0 mins
app/interactors/concerns/has_harvest.rb10
A
0 mins
app/interactors/fetch_daily_hours.rb36
A
35 mins
app/interactors/fetch_weekly_hours.rb13
A
0 mins
app/interactors/generate_report.rb68
A
1 hr
app/interactors/send_team_hours_update.rb13
A
0 mins
app/interactors/send_timer_reminders.rb12
A
0 mins
app/interactors/send_weekly_reports.rb8
A
0 mins
app/interactors/sync_pto.rb66
A
0 mins
app/mailers/notifier.rb53
A
0 mins
app/models/assignment.rb4
A
0 mins
app/models/day.rb47
A
0 mins
app/models/month.rb49
A
2 hrs
app/models/team.rb19
A
0 mins
app/models/team_day.rb20
A
0 mins
app/models/user.rb43
A
0 mins
app/views/layouts/_nav.html.erb
app/views/layouts/application.html.erb
app/views/notifier/team_hours_update.html.erb
app/views/notifier/team_hours_update.text.erb
app/views/notifier/timer_reminder.text.erb
app/views/notifier/weekly_report.html.erb
app/views/notifier/weekly_report.text.erb
app/views/slacks/help.text.erb
app/views/slacks/show.text.erb
app/views/statusboards/show.json.jbuilder
app/views/teams/_assignment_fields.html.erb
app/views/teams/_form.html.erb