BostonPython / studygroup

Prototype Application to allow creation of study groups within a given Meetup group
MIT License
6 stars 5 forks source link

Adding Join page for group #10

Closed mmilkin closed 8 years ago

mmilkin commented 10 years ago

Adding Join action for a group.

Now with notifications

mmilkin commented 10 years ago

Added the beginning of the notification (this is now done through meetup, if we want to collect emails we could send emails ourselves. For now this is synchronous, not sure if we want to complexity of celery or async.

nedbat commented 10 years ago

I didn't want to collect emails, it feels like a barrier to people participating, so notifying through Meetup is the right way to do it.

mmilkin commented 10 years ago

I agree, we could query meetup for emails using the api but that might be intrusive.

nedbat commented 10 years ago

Well, meetup won't give out emails, there's no API to do that.