RevolutionUC / revolutionuc-website

(legacy) Development repository for RevolutionUC website
MIT License
3 stars 4 forks source link

Refactor backend email sending #145

Closed domfarolino closed 6 years ago

domfarolino commented 6 years ago

As it stands, we're doing a little too much in one place. I think everything that sends an email and is not entirely registration-process-specific could be pulled out into a new /email endpoint. This would help make the code base more manageable by: