|
Merged DMP Roadmap V2.1.5
|
|---|
| .github/workflows/brakeman.yml 0 → 100644 |
|---|
| .github/workflows/eslint.yml 0 → 100644 |
|---|
| .github/workflows/mysql.yml 0 → 100644 |
|---|
| .github/workflows/postgres.yml 0 → 100644 |
|---|
| .github/workflows/rubocop.yml 0 → 100644 |
|---|
| .rubocop.yml |
|---|
| .travis.yml |
|---|
| Gemfile |
|---|
| Gemfile.lock |
|---|
| app/controllers/answers_controller.rb |
|---|
| app/controllers/api/v0/plans_controller.rb |
|---|
| app/controllers/api/v0/statistics_controller.rb |
|---|
| app/controllers/guidance_groups_controller.rb |
|---|
| app/controllers/guidances_controller.rb |
|---|
| app/controllers/home_controller.rb |
|---|
| app/controllers/org_admin/plans_controller.rb |
|---|
| app/controllers/org_admin/templates_controller.rb |
|---|
| app/controllers/paginable/plans_controller.rb |
|---|
| app/controllers/paginable/templates_controller.rb |
|---|
| app/controllers/public_pages_controller.rb |
|---|
| app/controllers/registrations_controller.rb |
|---|
| app/controllers/roles_controller.rb |
|---|
| app/controllers/sessions_controller.rb |
|---|
| app/controllers/settings/plans_controller.rb |
|---|
| app/controllers/stat_created_plans_by_template_controller.rb 100644 → 0 |
|---|
| app/controllers/static_pages_controller.rb |
|---|
| app/controllers/usage_controller.rb |
|---|
| app/controllers/users/invitations_controller.rb |
|---|
| app/controllers/users/omniauth_callbacks_controller.rb |
|---|
| app/helpers/usage_helper.rb 0 → 100644 |
|---|
| app/javascript/packs/application.js |
|---|
| app/javascript/utils/charts.js 0 → 100644 |
|---|
| app/javascript/utils/tinymce.js |
|---|
| app/javascript/views/usage/index.js |
|---|
| app/models/annotation.rb |
|---|
| app/models/concerns/exportable_plan.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/stat.rb |
|---|
| app/models/stat_created_plan.rb |
|---|
| app/policies/usage_policy.rb 0 → 100644 |
|---|
| app/policies/user_policy.rb |
|---|
| app/views/api/v0/plans/index.json.jbuilder |
|---|
| app/views/api/v0/statistics/plans.json.jbuilder |
|---|
| app/views/branded/usage/index.html.erb 100644 → 0 |
|---|
| app/views/devise/registrations/_personal_details.html.erb |
|---|
| app/views/org_admin/users/edit.html.erb |
|---|
| app/views/shared/export/_plan.erb |
|---|
| app/views/shared/export/_plan_coversheet.erb |
|---|
| app/views/usage/_filter.html.erb 0 → 100644 |
|---|
| app/views/usage/_filtered_value.html.erb 0 → 100644 |
|---|
| app/views/usage/_plans_by_template_chart.html.erb 0 → 100644 |
|---|
| app/views/usage/_plans_created_chart.html.erb 0 → 100644 |
|---|
| app/views/usage/_total_usage.html.erb 0 → 100644 |
|---|
| app/views/usage/_users_joined_chart.html.erb 0 → 100644 |
|---|
| app/views/usage/filter.js.erb 0 → 100644 |
|---|
| app/views/usage/index.html.erb |
|---|
| app/views/usage/plans_by_template.js.erb 0 → 100644 |
|---|
| config/routes.rb |
|---|
| package.json |
|---|
| spec/controllers/usage_controller_spec.rb 0 → 100644 |
|---|
| spec/factories/stat_created_plan.rb |
|---|
| spec/helpers/usage_helper_spec.rb 0 → 100644 |
|---|
| spec/models/plan_spec.rb |
|---|
| spec/models/stat_created_plan_spec.rb |
|---|
| spec/models/stat_joined_user_spec.rb |
|---|
| spec/models/template_spec.rb |
|---|
| spec/policies/usage_policy_spec.rb 0 → 100644 |
|---|
| spec/rails_helper.rb |
|---|
| spec/requests/stat_created_plans_by_template_controller_spec.rb 100644 → 0 |
|---|
| spec/services/org/create_created_plan_service_spec.rb |
|---|
| yarn.lock |
|---|