hicknhack-software/redmine_time_tracker

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.plugin_version
.travis.yml
.travis/clone_redmine.sh
.travis/database.yml
CONTRIBUTING.md
COPYRIGHT.txt
GPL.txt
Gemfile
Guardfile
README.md
app/assets/javascripts/field_updater.js.coffee
app/assets/javascripts/time_tracker2.js.coffee
app/assets/javascripts/validators.js.coffee
app/concerns/tt_query_concern.rb133
B
4 hrs
app/concerns/tt_query_operators.rb8
A
0 mins
app/controllers/report_queries_controller.rb64
A
2 hrs
app/controllers/time_booking_queries_controller.rb65
A
2 hrs
app/controllers/time_bookings_controller.rb67
A
1 hr
app/controllers/time_log_queries_controller.rb65
A
2 hrs
app/controllers/time_logs_controller.rb97
A
2 hrs
app/controllers/time_trackers_controller.rb142
C
1 day
app/controllers/tt_bookings_list_controller.rb40
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.rb15
A
0 mins
app/controllers/tt_logs_list_controller.rb40
A
1 hr
app/controllers/tt_menu_switcher_controller.rb17
A
25 mins
app/controllers/tt_overview_controller.rb49
A
2 hrs
app/controllers/tt_reporting_controller.rb93
A
1 hr
app/helpers/application_helper.rb42
A
0 mins
app/helpers/report_sidebar_helper.rb8
A
25 mins
app/helpers/time_bookings_sidebar_helper.rb8
A
25 mins
app/helpers/time_logs_sidebar_helper.rb8
A
25 mins
app/helpers/time_trackers_helper.rb182
C
1 day
app/helpers/tt_sort_helper.rb13
A
0 mins
app/models/report_query.rb113
D
2 days
app/models/time_booking.rb181
A
3 hrs
app/models/time_booking_query.rb113
D
2 days
app/models/time_log.rb128
A
2 hrs
app/models/time_log_query.rb80
A
2 hrs
app/models/time_tracker.rb164
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/report_queries/edit.html.erb
app/views/report_queries/new.html.erb
app/views/settings/_time_tracker.html.erb