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

Add username #136

Open
jmkoni opened this issue Aug 29, 2019 · 0 comments
Open

Add username #136

jmkoni opened this issue Aug 29, 2019 · 0 comments
Labels
accepted Accepted issue ready to be worked on feature New feature or request good first issue Good for newcomers

Comments

@jmkoni
Copy link
Owner

jmkoni commented Aug 29, 2019

Is your feature request related to a problem? Please describe.
Users are currently represented by a random hash. I want to give users the option to have a username.

Describe the solution you'd like
Two columns need to be added to the database:

  • username (string)
  • anonymized (boolean, default to true) - could definitely use a different name for this column, purpose is to be true if the user wants to stay anonymous

Then the reviews list needs to be updated to include the username instead of the hash IF anonymized is false.

@jmkoni jmkoni added feature New feature or request good first issue Good for newcomers accepted Accepted issue ready to be worked on labels Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted issue ready to be worked on feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant