migration to add complete flag to plans. #154
Integrate pre-fetching plan and phase from 25e2669

after_save callback for answer model with tests. #154

rake task to update completed plans. #154

statistics#completed_plans action done. #154

HTML view for completed plans and tweaks to JS file associated. #154
dev
1 parent a7f479c commit 8158b863f36041ff5adab6787019f0ec05a5c370
@Jose Lloret Jose Lloret authored on 12 Feb 2018
Showing 17 changed files
View
app/controllers/api/v0/statistics_controller.rb
View
app/controllers/phases_controller.rb
View
app/models/answer.rb
View
app/models/phase.rb
View
app/models/plan.rb
View
app/models/section.rb
View
app/views/phases/_edit_plan_answers.html.erb
View
app/views/plans/_navigation.html.erb
View
app/views/plans/_progress.html.erb
View
app/views/sections/_progress.html.erb
View
app/views/usage/index.html.erb
View
config/routes.rb
View
db/migrate/20180212124444_add_complete_flag_to_plans.rb 0 → 100644
View
db/schema.rb
View
lib/assets/javascripts/views/usage/index.js
View
lib/tasks/bugfix.rake
View
test/unit/answer_test.rb