-
Notifications
You must be signed in to change notification settings - Fork 24
feat: Automatically remind people to RSVP #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
bad9e91
feat: add rsvp reminder email to trigger and automation process based…
dquach217 7a5958f
feat: add the rsvp reminder email to queue_reminder_email class
dquach217 24db223
fix: fix issue with hound
dquach217 0d39dca
fix: resolve issues with linting and fix conditionals
dquach217 03ffc54
fix: more linting issues
dquach217 7d51653
fix: more more linting issues
dquach217 dc1e3ae
seperate the two functions
dquach217 7c15cb0
update on per Stuart instruction, make this more automated
dquach217 f368c59
forgot to commit this
dquach217 2581fb1
remove this unnecessary piece of code
dquach217 54f2033
fix linting issues
dquach217 edf5390
remove since we are not using this
dquach217 9e1920f
Update app/models/user.rb
dquach217 0ada7e2
forgot to add end
dquach217 d2428d9
Merge branch 'issue_18' of https://github.com/codeRIT/hackathon_manag…
dquach217 2393014
resolve for hound
dquach217 74a40ad
fix(dashboard): Fixes security vulnerability that allowed event_track…
cbaudouinjr 95da03b
chore(release): 1.22.3 [skip ci]
semantic-release-bot 444584b
build(deps): Upgrade yarn (#212)
cbaudouinjr f76e507
Merge branch 'master' into issue_18
cbaudouinjr fcecad1
fix: Fixes date issue with RSVP reminder job
cbaudouinjr dd89955
Merge branch '2.0' into issue_18
cbaudouinjr 6b6b95f
fix: Fixes bug where message would not send
cbaudouinjr 4866d72
refactor: Change subject of RSVP reminder
cbaudouinjr 9bc3008
refactor: Verbage changes, updated reminder message
cbaudouinjr 11bc626
Merge branch '2.0' into issue_18
cbaudouinjr 4f0c919
2.0: Removes SparkPost mentions for 2.0
cbaudouinjr 9689fb5
Merge branch '2.0' into issue_18
dquach217 8e91588
Merge branch '2.0' into issue_18
cbaudouinjr e117c6e
fix: Fixes timezone issues
cbaudouinjr e4b8d4a
Merge branch '2.0' into issue_18
cbaudouinjr b874c21
fix: More timezone issues
cbaudouinjr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ## Missing RSVP | ||
|
|
||
| <div style="text-align: center;"> | ||
| <h1>Are you coming to {{hackathon_name}}?</h1> | ||
| <h3>Let us know if we should expect you there!</h3> | ||
| <p> | ||
| <a href="{{accept_rsvp_url}}" class="button" target="_blank">Yes, I will Attend »</a> | ||
| <a href="{{deny_rsvp_url}}" class="button" target="_blank">No, I Can't Attend »</a> | ||
| <br> | ||
| <small><i>Link not working? Go to <a href="{{rsvp_url}}">{{rsvp_url}}</a></i></small> | ||
| </p> | ||
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.