Commit d87269d
feat: Automatically remind people to RSVP (#175)
* feat: add rsvp reminder email to trigger and automation process based on loose rules
* feat: add the rsvp reminder email to queue_reminder_email class
* fix: fix issue with hound
* fix: resolve issues with linting and fix conditionals
* fix: more linting issues
* fix: more more linting issues
* seperate the two functions
* update on per Stuart instruction, make this more automated
* forgot to commit this
* remove this unnecessary piece of code
* fix linting issues
* remove since we are not using this
* Update app/models/user.rb
Co-Authored-By: Stuart Olivera <stuart@stuartolivera.com>
* forgot to add end
* resolve for hound
* fix(dashboard): Fixes security vulnerability that allowed event_tracking role to access Dashboard (#215)
* chore(release): 1.22.3 [skip ci]
## [1.22.3](v1.22.2...v1.22.3) (2020-05-16)
### Bug Fixes
* **dashboard:** Fixes security vulnerability that allowed event_tracking role to access Dashboard ([#215](#215)) ([](74a40ad))
### Styles
* **check-in:** Changes table header to be more descriptive ([#207](#207)) ([](889fbd0))
* **config:** Removes unused event_is_over flag ([#208](#208)) ([](0c73e66))
* build(deps): Upgrade yarn (#212)
* build(deps): Upgrade yarn
* build(deps): Upgrade gems
* build(deps): Remove obsolete gems
* v0.0.0
* build(deps): Update semantic-release
* fix(questionnaire): visual bug in school autocomplete school dropdown
the css was set for an "a" tag when the list was made up of divs so I
switched the css to work for the "div" tag in the autocomplete
* fix(questionnaire): visual bug in school autocomplete school dropdown
the css was set for an "a" tag when the list was made up of divs so I
switched the css to work for the "div" tag in the autocomplete. I also
hide a element that was not present earlier
* build(deps): Upgrades Rails to 5.2.4.3
* build(deps): Upgrades gems
Co-authored-by: Jeremy Rudman <jeremyrudman@gmail.com>
* fix: Fixes date issue with RSVP reminder job
* fix: Fixes bug where message would not send
* refactor: Change subject of RSVP reminder
* refactor: Verbage changes, updated reminder message
* 2.0: Removes SparkPost mentions for 2.0
* fix: Fixes timezone issues
* fix: More timezone issues
Co-authored-by: Stuart Olivera <stuart@stuartolivera.com>
Co-authored-by: Chris Baudouin, Jr <cjb5326@rit.edu>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Jeremy Rudman <jeremyrudman@gmail.com>
Co-authored-by: Chris Baudouin, Jr <chrisbaudouinjr@icloud.com>1 parent 2e9379f commit d87269d
File tree
7 files changed
+51
-1
lines changed- app
- mailers
- models
- db
- seed_messages
- test/controllers
- vendor/cache
7 files changed
+51
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
252 | 267 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
33 | 46 | | |
34 | 47 | | |
| |||
Binary file not shown.
0 commit comments