learning-unlimited / ESP-Website

A website to help manage the logistics of large, short-term educational programs
82 stars 57 forks source link

Removed time estimate and added a link to /manage/emails. #3615

Closed laraao closed 1 year ago

laraao commented 1 year ago

Path of page in question is:

/manage/Splash/<program name>/commfinal which appears after a user has sent an email to users in the database.

Changed:

The email is in the process of being sent. To avoid being marked as a spam source, it will take approximately 1.5 seconds to email everyone on the list, so please be patient!

New Change:

Instead of listing an approximate time, users will instead be directed to monitor emails page at /manage/emails.

Screenshots:

Old:

3503-old-crop

New:

3503-new-crop

Fixes #3503

willgearty commented 1 year ago

Now that we don't display a time, we can probably also get rid of the code that was used to figure out that time: https://github.com/learning-unlimited/ESP-Website/blob/1564f16d214c1293095e17eb515eaf6027e6ad32/esp/esp/program/modules/handlers/commmodule.py#L203-L210 (note that you'll need to add something like context = {} instead)