lil-lab / recnet

A human-driven recommendation system for academic readings.
https://recnet.io
MIT License
3 stars 1 forks source link

Editable user profile #8

Closed yoavartzi closed 11 months ago

yoavartzi commented 12 months ago

Fields:

Let's follow Twitter's user name guidelines:

Your username must be more than 4 characters long and can be up to 15 characters or less. Your username can contain only letters, numbers, and underscores—no spaces are allowed.

anya-ji commented 11 months ago

Should the email also be editable? The app relies on Google OAuth for authentication, so it depends on the email they use to log in... For the home page URL, is it just recnet.io/<username>? So would it just be an editable username, but not the home page URL being editable?

yoavartzi commented 11 months ago

Email should be editable. So the default email we use is the Google email we get from the login, but this can be replaced. The Google login should still work with the same account, even if they change the emails. Makes sense?

Home page URL: yes, recnet.io/<username>

yoavartzi commented 11 months ago

I updated the user name policies above.