toolness / hive-django

A Django-based Hive website for member organizations, their employees, and other community members.
https://directory.hivelearningnetworks.org
1 stars 10 forks source link

Add a REST endpoint that sends HTML emails to digest subscribers #21

Closed toolness closed 10 years ago

toolness commented 10 years ago

This will allow us to hook up https://github.com/toolness/minigroup-digestif to the site.

toolness commented 10 years ago

Almost done with this, as of 1dd0ff46f6ed925d3259440ef855804510c7666a, 346a30c174a6ed7c5812d4e3cb9a171e383eead0, and d2742175ff15722f80f47f1061f82f31d6117677. Just need to add documentation on the app-side, and then point the node app to POST to it.

toolness commented 10 years ago

I added docs in 2a4035b597476f1168176ed003efad9d93eb2aeb and modified the node-based job to use the new POST endpoint in https://github.com/toolness/minigroup-digestif/commit/eae46fa2996a84759daff6ee389eaf84a89dd3e1, so we're done.

The only thing we don't do that is a nice-to-have would be an unsubscribe link at the bottom of each digest, but I'll file that in a separate bug.