-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email each new promise to the user #144
Comments
To clarify, we're not emailing these to the actual user yet but are emailing them to ourselves and are all set up to email them to users probably when we have user logins and a place to ask users for their email address. So I'll leave this closed but tag |
FYI, I have email addresses for all current beta users in a spreadsheet. |
This is becoming more important, mainly as I'm finding it hard to keep on top of making sure that we recover from any vandalism. It's not even malicious -- once in a while someone will be like "surely it won't just let me delete this person's commitment oh shit it did!" And then I have to clean things up, which means looking at every single edit and delete event to make sure I don't miss anything which is both becoming tedious and makes me feel slightly creepy. :) |
I think this is important for making users feel assured that they always have a record (that they're in full control of) of everything they've committed to. Especially before we have user logins (#21) and while anyone can totally delete anything from the database (#143).
Personally I wouldn't find it too spammy and would really like to see an email for each promise. I could also then snooze that email as another way to remind myself to fulfill the commitment.
Note that we need an email field in the user table for this.
The text was updated successfully, but these errors were encountered: