-
Notifications
You must be signed in to change notification settings - Fork 38
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
Make email optional when creating events #51
Comments
Thank you so much!
The main use for the email in that space is to receive the email containing
the editing password - otherwise the only record of it is shown once when
the event is first displayed, and never again. I feel like removing that by
default will cause more problems (people no longer able to edit their
events) than it will solve (people feeling that supplying an email is
unnecessary). But I'm very willing to listen to other arguments! :)
…On Fri, 3 Jul 2020 at 11:02, Alexander Cobleigh ***@***.***> wrote:
Hi!
I really like the project :)
Forcing people to put in an email address when creating an event does not
make sense to me. I've been playing around with using gath.io to create
little meeting times for friends. For these types of events, it's not that
important to me to get notifications .
Thus, every time I create an event, I have to put in a fake email. (Which
probably is extra cruft unneeded for yr backend.)
Consider instead making the email optional, like the already existing
functionality when participating in an event.
Thank you all for creating this project! 🖤
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#51>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANK3ICB2RPM4KAZMQZBNKLRZWUDJANCNFSM4OPVK2WA>
.
|
You still have the secret URL in your browsing history :) Additionally, I feel like gath could beneficially make use of localStorage for storing a lot of these things. Example:
The same localStorage-based functionality could be used for remembering the secret password for removing oneself as an attendee in an event. Alternately: let pages be editable by anyone by default, and restrict editing by setting a password. A lot of browsers have built-in password managers these days which would likely autoprompt, tho not sure if that is the best. This approach requires a lot more effort, though, than simply making the email optional :) |
🎉🎉🎉🎉🎉🎉 |
Hi!
I really like the project :)
Forcing people to put in an email address when creating an event does not make sense to me. I've been playing around with using gath.io to create little meeting times for friends. For these types of events, it's not that important to me to get notifications .
Thus, every time I create an event, I have to put in a fake email. (Which probably is extra cruft unneeded for yr backend.)
Consider instead making the email optional, like the already existing functionality when participating in an event.
Thank you all for creating this project! 🖤
The text was updated successfully, but these errors were encountered: