Skip to content
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

Closed
cblgh opened this issue Jul 3, 2020 · 4 comments
Closed

Make email optional when creating events #51

cblgh opened this issue Jul 3, 2020 · 4 comments

Comments

@cblgh
Copy link

cblgh commented Jul 3, 2020

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! 🖤

@lowercasename
Copy link
Owner

lowercasename commented Jul 3, 2020 via email

@cblgh
Copy link
Author

cblgh commented Jul 3, 2020

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:

  • I create an event
  • the base (normal) and secret URL (edit capabilities) for the event is stored in localStorage
  • when I browse to the page's base URL, localStorage is checked to see if we have the secret URL stored

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 :)

@lowercasename
Copy link
Owner

Hello! It's been a long time coming, but I'm delighted to say that emails are now optional as of 4ef3273.

I've also set up localStorage functionality as suggested here and in #62.

@cblgh
Copy link
Author

cblgh commented Jan 17, 2022

🎉🎉🎉🎉🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants