conferences icon indicating copy to clipboard operation
conferences copied to clipboard

Subscribe to updates.

Open Timtech4u opened this issue 6 years ago • 5 comments

Hi, awesome work you're doing.

I think there should be a form allowing users signup to newsletter or updates.

Thanks

Timtech4u avatar Feb 16 '19 23:02 Timtech4u

Since this is a CSS-Tricks project, my first inclination is for us to start listing upcoming conferences in our own newsletter: https://css-tricks.com/newsletters/

chriscoyier avatar Feb 22 '19 15:02 chriscoyier

Okay, sounds good.

Timtech4u avatar Feb 22 '19 20:02 Timtech4u

No need to close this, I'll re-open to keep it on the radar.

chriscoyier avatar Feb 22 '19 20:02 chriscoyier

@chriscoyier I'd be interested in picking this up but not sure how far I could take it in terms of a complete delivery. The client-side aspect can be catered for but a server-side endpoint would need to be exposed to save this information once it's sent from the front-end. Thoughts?

andrewhiles avatar Oct 09 '19 09:10 andrewhiles

@andrewhiles It's interesting to think about!

I don't think, especially for a v1, that we would do anything fancy like let people know about conference nearby them or by topic or anything.

I would think people would want to know...

  • What are upcoming conferences in the next, say, month (is that enough lead time for decision making?)
  • New conferences that have been added to the site.

One thing to know is that the build process on this site runs every day (or maybe even more often).

So here's an idea... when the build process runs, it somehow figures out the 5-10 nearest upcoming conferences are, and the 5-10 conferences that have been most recently added to the site, and renderes them out to an HTML template.

Then a cloud-function could run on a weekly CRON or something that picks up that HTML and sends it to a list of emails stored in some cloud storage thingy (Fauna?)

chriscoyier avatar Oct 10 '19 22:10 chriscoyier