fernandokosh/redmine_time_tracker

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
COPYRIGHT.txt
GPL.txt
Gemfile
README.markdown
app/concerns/tt_query_concern.rb134
B
5 hrs
app/concerns/tt_query_operators.rb8
A
0 mins
app/controllers/time_booking_queries_controller.rb68
B
5 hrs
app/controllers/time_bookings_controller.rb68
A
1 hr
app/controllers/time_log_queries_controller.rb68
B
5 hrs
app/controllers/time_logs_controller.rb91
A
2 hrs
app/controllers/time_trackers_controller.rb136
C
1 day
app/controllers/tt_bookings_list_controller.rb41
A
1 hr
app/controllers/tt_completer_controller.rb33
A
0 mins
app/controllers/tt_date_shifter_controller.rb28
A
0 mins
app/controllers/tt_info_controller.rb16
A
0 mins
app/controllers/tt_logs_list_controller.rb41
A
1 hr
app/controllers/tt_menu_switcher_controller.rb18
A
25 mins
app/controllers/tt_overview_controller.rb50
A
3 hrs
app/controllers/tt_reporting_controller.rb94
A
1 hr
app/helpers/application_helper.rb37
A
0 mins
app/helpers/time_bookings_sidebar_helper.rb11
A
15 mins
app/helpers/time_logs_sidebar_helper.rb11
A
15 mins
app/helpers/time_trackers_helper.rb166
C
1 day
app/helpers/tt_sort_helper.rb13
A
0 mins
app/models/time_booking.rb172
A
2 hrs
app/models/time_booking_query.rb113
B
4 hrs
app/models/time_log.rb125
A
2 hrs
app/models/time_log_query.rb80
A
2 hrs
app/models/time_tracker.rb163
B
6 hrs
app/models/tt_completer.rb28
A
25 mins
app/models/tt_date_shifter.rb68
A
55 mins
app/views/context_menus/tt_bookings_list.html.erb
app/views/context_menus/tt_logs_list.html.erb
app/views/context_menus/tt_overview.html.erb
app/views/settings/_time_tracker.html.erb
app/views/time_booking_queries/edit.html.erb
app/views/time_booking_queries/new.html.erb
app/views/time_bookings/_edit_form.html.erb
app/views/time_bookings/_edit_form_autocomplete.js.erb
app/views/time_bookings/_list_bookings.html.erb
app/views/time_bookings/_list_entry.html.erb
app/views/time_bookings/get_list_entry.js.erb
app/views/time_bookings/show_edit.js.erb
app/views/time_log_queries/edit.html.erb
app/views/time_log_queries/new.html.erb
app/views/time_logs/_booking_form.html.erb
app/views/time_logs/_booking_form_autocomplete.js.erb
app/views/time_logs/_edit_form.html.erb
app/views/time_logs/_list_entry.html.erb