Skip to content

Commit

Permalink
Merge pull request #4395 from magfest/add-mivs-reminder
Browse files Browse the repository at this point in the history
Add reminder for gameless MIVS studios
  • Loading branch information
kitsuta committed Aug 24, 2024
2 parents 51362d6 + 5980d83 commit 5632261
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions uber/automated_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,15 @@ def __init__(self, subject, template, filter, ident, **kwargs):
lambda game: game.video_broken,
ident='mivs_video_broken')

MIVSEmailFixture(
IndieStudio,
'Reminder to submit your game to MIVS',
'mivs/game_reminder.txt',
lambda studio: not studio.games,
ident='mivs_studio_submission_reminder',
when=days_before(7, c.MIVS_DEADLINE)
)

MIVSEmailFixture(
IndieGame,
'Reminder to submit your game to MIVS',
Expand Down
9 changes: 9 additions & 0 deletions uber/templates/emails/mivs/game_reminder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Ahoy {{ studio.primary_contact_first_names }},

Thanks again for registering your studio ({{ studio.name }}) to the MAGFest Indie Videogame Showcase! (MIVS)

We just wanted to remind you that {{ c.MIVS_DEADLINE|datetime_local }} is the last chance to submit a game, including a playable demo with at least 15 minutes of gameplay. You currently do not have any games submitted for consideration.

You can submit a game anytime until the deadline at {{ c.URL_BASE }}/mivs/continue_app?id={{ studio.id }}

{{ c.MIVS_EMAIL_SIGNATURE }}

0 comments on commit 5632261

Please sign in to comment.