lesli_driver 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +5 -0
  3. data/app/assets/config/lesli_driver_manifest.js +40 -0
  4. data/app/assets/images/lesli_driver/driver-logo.svg +101 -0
  5. data/app/assets/javascripts/lesli_driver/application.js +1 -0
  6. data/app/assets/stylesheets/lesli_driver/application.scss +96 -0
  7. data/app/controllers/lesli_driver/application_controller.rb +4 -0
  8. data/app/controllers/lesli_driver/dashboards_controller.rb +60 -0
  9. data/app/helpers/lesli_driver/application_helper.rb +4 -0
  10. data/app/helpers/lesli_driver/dashboards_helper.rb +4 -0
  11. data/app/jobs/lesli_driver/application_job.rb +4 -0
  12. data/app/mailers/lesli_driver/application_mailer.rb +6 -0
  13. data/app/models/lesli_driver/application_record.rb +5 -0
  14. data/app/models/lesli_driver/dashboard.rb +4 -0
  15. data/app/views/lesli_driver/dashboards/_dashboard.html.erb +2 -0
  16. data/app/views/lesli_driver/dashboards/_form.html.erb +17 -0
  17. data/app/views/lesli_driver/dashboards/edit.html.erb +10 -0
  18. data/app/views/lesli_driver/dashboards/index.html.erb +14 -0
  19. data/app/views/lesli_driver/dashboards/new.html.erb +9 -0
  20. data/app/views/lesli_driver/dashboards/show.html.erb +1 -0
  21. data/app/views/lesli_driver/partials/_engine-navigation.html.erb +37 -0
  22. data/config/routes.rb +36 -0
  23. data/db/migrate/20231007030328_create_lesli_driver_dashboards.rb +8 -0
  24. data/db/migrate/v1.0/0301000110_create_lesli_driver_accounts.rb +40 -0
  25. data/db/migrate/v1.0/0301100110_create_lesli_driver_calendars.rb +46 -0
  26. data/db/migrate/v1.0/0301110110_create_lesli_driver_events.rb +57 -0
  27. data/db/seed/development.rb +54 -0
  28. data/db/seed/production.rb +17 -0
  29. data/db/seed/test.rb +17 -0
  30. data/db/seeds.rb +25 -0
  31. data/db/tables/0301010210_create_lesli_driver_catalog_event_types.rb +14 -0
  32. data/db/tables/0301110310_create_lesli_driver_event_actions.rb +16 -0
  33. data/db/tables/0301110410_create_lesli_driver_event_activities.rb +15 -0
  34. data/db/tables/0301110510_create_lesli_driver_event_discussions.rb +17 -0
  35. data/db/tables/0301110610_create_lesli_driver_event_files.rb +16 -0
  36. data/db/tables/0301110710_create_lesli_driver_event_subscribers.rb +16 -0
  37. data/db/tables/0301111010_create_lesli_driver_event_attendants.rb +13 -0
  38. data/lib/lesli_driver/engine.rb +51 -0
  39. data/lib/lesli_driver/version.rb +4 -0
  40. data/lib/lesli_driver.rb +6 -0
  41. data/lib/tasks/lesli_driver_tasks.rake +4 -0
  42. data/lib/vue/application.js +46 -0
  43. data/lib/vue/apps/calendar/show.vue +34 -0
  44. data/lib/vue/components/agenda.vue +108 -0
  45. data/lib/vue/components/calendar.vue +143 -0
  46. data/lib/vue/components/event.vue +97 -0
  47. data/lib/vue/components/form.vue +143 -0
  48. data/lib/vue/components/guests.vue +148 -0
  49. data/lib/vue/stores/calendar.js +246 -0
  50. data/lib/vue/stores/event.js +53 -0
  51. data/lib/vue/stores/guests.js +213 -0
  52. data/license +674 -0
  53. data/readme.md +67 -0
  54. metadata +112 -0
data/readme.md ADDED
@@ -0,0 +1,67 @@
1
+ <p align="center">
2
+ <img width="90" alt="LesliCloud logo" src="./app/assets/images/lesli_driver/driver-logo.svg" />
3
+ <h3 align="center">Unified calendar app for The Lesli Framework.</h3>
4
+ </p>
5
+
6
+ <hr/>
7
+ Version 0.1.0
8
+ <hr/>
9
+
10
+ ### Quick start
11
+
12
+ ```shell
13
+ # Add LesliDriver engine
14
+ bundle add lesli_driver
15
+ ```
16
+
17
+ ```shell
18
+ # Setup database
19
+ rake lesli:db:setup
20
+ ```
21
+
22
+ ```ruby
23
+ # Load LesliDriver
24
+ Rails.application.routes.draw do
25
+ mount LesliDriver::Engine => "/driver"
26
+ end
27
+ ```
28
+
29
+
30
+ ### Documentation
31
+ * [Roadmap](./docs/roadmap.md)
32
+ * [database](./docs/database.md)
33
+ * [documentation](https://www.lesli.dev/documentation/)
34
+
35
+
36
+ ### Get in touch
37
+
38
+ * [Website: https://www.lesli.tech](https://www.lesli.tech)
39
+ * [Email: hello@lesli.tech](hello@lesli.tech)
40
+ * [Twitter: @LesliTech](hello@lesli.tech)
41
+
42
+
43
+ ### License
44
+ -------
45
+ Copyright (c) 2023, Lesli Technologies, S. A.
46
+
47
+ This program is free software: you can redistribute it and/or modify
48
+ it under the terms of the GNU General Public License as published by
49
+ the Free Software Foundation, either version 3 of the License, or
50
+ (at your option) any later version.
51
+
52
+ This program is distributed in the hope that it will be useful,
53
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
54
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
55
+ GNU General Public License for more details.
56
+
57
+ You should have received a copy of the GNU General Public License
58
+ along with this program. If not, see http://www.gnu.org/licenses/.
59
+
60
+ <hr />
61
+ <br />
62
+
63
+ <p align="center">
64
+ <img width="200" alt="Lesli logo" src="https://cdn.lesli.tech/lesli/brand/app-logo.svg" />
65
+ <h4 align="center">Ruby on Rails SaaS Development Framework.</h4>
66
+ </p>
67
+
metadata ADDED
@@ -0,0 +1,112 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lesli_driver
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - The Lesli Development Team
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2023-10-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '7'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '7'
27
+ description: Unified calendar app for The Lesli Framework.
28
+ email:
29
+ - hello@lesli.tech
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - Rakefile
35
+ - app/assets/config/lesli_driver_manifest.js
36
+ - app/assets/images/lesli_driver/driver-logo.svg
37
+ - app/assets/javascripts/lesli_driver/application.js
38
+ - app/assets/stylesheets/lesli_driver/application.scss
39
+ - app/controllers/lesli_driver/application_controller.rb
40
+ - app/controllers/lesli_driver/dashboards_controller.rb
41
+ - app/helpers/lesli_driver/application_helper.rb
42
+ - app/helpers/lesli_driver/dashboards_helper.rb
43
+ - app/jobs/lesli_driver/application_job.rb
44
+ - app/mailers/lesli_driver/application_mailer.rb
45
+ - app/models/lesli_driver/application_record.rb
46
+ - app/models/lesli_driver/dashboard.rb
47
+ - app/views/lesli_driver/dashboards/_dashboard.html.erb
48
+ - app/views/lesli_driver/dashboards/_form.html.erb
49
+ - app/views/lesli_driver/dashboards/edit.html.erb
50
+ - app/views/lesli_driver/dashboards/index.html.erb
51
+ - app/views/lesli_driver/dashboards/new.html.erb
52
+ - app/views/lesli_driver/dashboards/show.html.erb
53
+ - app/views/lesli_driver/partials/_engine-navigation.html.erb
54
+ - config/routes.rb
55
+ - db/migrate/20231007030328_create_lesli_driver_dashboards.rb
56
+ - db/migrate/v1.0/0301000110_create_lesli_driver_accounts.rb
57
+ - db/migrate/v1.0/0301100110_create_lesli_driver_calendars.rb
58
+ - db/migrate/v1.0/0301110110_create_lesli_driver_events.rb
59
+ - db/seed/development.rb
60
+ - db/seed/production.rb
61
+ - db/seed/test.rb
62
+ - db/seeds.rb
63
+ - db/tables/0301010210_create_lesli_driver_catalog_event_types.rb
64
+ - db/tables/0301110310_create_lesli_driver_event_actions.rb
65
+ - db/tables/0301110410_create_lesli_driver_event_activities.rb
66
+ - db/tables/0301110510_create_lesli_driver_event_discussions.rb
67
+ - db/tables/0301110610_create_lesli_driver_event_files.rb
68
+ - db/tables/0301110710_create_lesli_driver_event_subscribers.rb
69
+ - db/tables/0301111010_create_lesli_driver_event_attendants.rb
70
+ - lib/lesli_driver.rb
71
+ - lib/lesli_driver/engine.rb
72
+ - lib/lesli_driver/version.rb
73
+ - lib/tasks/lesli_driver_tasks.rake
74
+ - lib/vue/application.js
75
+ - lib/vue/apps/calendar/show.vue
76
+ - lib/vue/components/agenda.vue
77
+ - lib/vue/components/calendar.vue
78
+ - lib/vue/components/event.vue
79
+ - lib/vue/components/form.vue
80
+ - lib/vue/components/guests.vue
81
+ - lib/vue/stores/calendar.js
82
+ - lib/vue/stores/event.js
83
+ - lib/vue/stores/guests.js
84
+ - license
85
+ - readme.md
86
+ homepage: https://www.lesli.dev/
87
+ licenses:
88
+ - GPL-3.0
89
+ metadata:
90
+ homepage_uri: https://www.lesli.dev/
91
+ changelog_uri: https://github.com/LesliTech/LesliDriver
92
+ source_code_uri: https://github.com/LesliTech/LesliDriver
93
+ post_install_message:
94
+ rdoc_options: []
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - ">="
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ required_rubygems_version: !ruby/object:Gem::Requirement
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ version: '0'
107
+ requirements: []
108
+ rubygems_version: 3.3.7
109
+ signing_key:
110
+ specification_version: 4
111
+ summary: Unified calendar app for The Lesli Framework.
112
+ test_files: []