lesli_audit 0.3.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/lesli_audit/application.js +2083 -1626
  3. data/app/controllers/lesli_audit/dashboard/components_controller.rb +60 -0
  4. data/app/controllers/lesli_audit/dashboards_controller.rb +26 -49
  5. data/app/controllers/lesli_audit/requests_controller.rb +36 -50
  6. data/app/controllers/lesli_audit/users_controller.rb +5 -53
  7. data/app/helpers/lesli_audit/dashboard/components_helper.rb +4 -0
  8. data/app/models/lesli_audit/account/request.rb +4 -0
  9. data/app/models/lesli_audit/account.rb +8 -0
  10. data/app/models/lesli_audit/dashboard/component.rb +18 -0
  11. data/app/models/lesli_audit/dashboard.rb +30 -2
  12. data/app/services/lesli_audit/{request_services.rb → request_service.rb} +14 -3
  13. data/app/views/lesli_audit/dashboard/components/_component.html.erb +2 -0
  14. data/app/views/lesli_audit/dashboard/components/_form.html.erb +17 -0
  15. data/app/views/lesli_audit/dashboard/components/edit.html.erb +1 -0
  16. data/app/views/lesli_audit/dashboard/components/index.html.erb +14 -0
  17. data/app/views/lesli_audit/dashboard/components/new.html.erb +9 -0
  18. data/app/views/lesli_audit/dashboard/components/show.html.erb +1 -0
  19. data/app/views/lesli_audit/dashboards/edit.html.erb +1 -10
  20. data/app/views/lesli_audit/partials/_engine-navigation.html.erb +2 -2
  21. data/app/views/lesli_audit/requests/index.html.erb +1 -14
  22. data/app/views/lesli_audit/users/index.html.erb +1 -14
  23. data/config/locales/translations.en.yml +17 -4
  24. data/config/locales/translations.es.yml +17 -4
  25. data/config/routes.rb +17 -3
  26. data/db/seeds.rb +4 -1
  27. data/lib/lesli_audit/version.rb +1 -1
  28. data/lib/vue/application.js +50 -6
  29. data/lib/vue/apps/dashboards/components/roles.vue +71 -0
  30. data/lib/vue/apps/dashboards/components/users.vue +71 -0
  31. data/lib/vue/apps/dashboards/show.vue +8 -0
  32. data/lib/vue/apps/requests/index.vue +43 -41
  33. data/lib/vue/apps/users/index.vue +31 -0
  34. data/lib/vue/components/requests.vue +2 -0
  35. data/lib/vue/components/visitors.vue +3 -3
  36. data/lib/vue/stores/analytics.js +4 -1
  37. data/lib/vue/stores/request.js +4 -4
  38. data/lib/vue/stores/translations.json +32 -22
  39. data/readme.md +9 -9
  40. metadata +23 -10
  41. data/app/assets/javascripts/lesli_audit/application.js.LICENSE.txt +0 -327
  42. /data/db/migrate/v1.0/{0803000110_create_lesli_audit_accounts.rb → 0503000110_create_lesli_audit_accounts.rb} +0 -0
  43. /data/db/migrate/v1.0/{0803050110_create_lesli_audit_dashboards.rb → 0503050110_create_lesli_audit_dashboards.rb} +0 -0
  44. /data/db/migrate/v1.0/{0803050210_create_lesli_audit_dashboard_components.rb → 0503050210_create_lesli_audit_dashboard_components.rb} +0 -0
  45. /data/db/migrate/v1.0/{0803100010_create_lesli_audit_account_requests.rb → 0503100010_create_lesli_audit_account_requests.rb} +0 -0
  46. /data/db/migrate/v1.0/{0803110010_create_lesli_audit_user_requests.rb → 0503110010_create_lesli_audit_user_requests.rb} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.