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

Allow user to set and edit profile #71

Closed
rolandgeider opened this issue Aug 27, 2021 · 5 comments
Closed

Allow user to set and edit profile #71

rolandgeider opened this issue Aug 27, 2021 · 5 comments

Comments

@rolandgeider
Copy link
Member

rolandgeider commented Aug 27, 2021

Use case

Allow user to set and edit profile, most importantly email.

Proposal

When we implement the exercise crowdsourcing, users will need to have a verified email address. We need to allow users on the flutter app to set and change their profile and email. At the moment the actual user profile is available under /api/v2/userprofile while the email can't be accessed over the api.

We should add a new endpoint, something like /api/v2/user which (at the moment) would return only the email, we might want to add other fields there in the future. There would be other special sub endpoints like /api/v2/user/verify-email which would send a verification email.

Allowing to edit the profile itself is something we will have to add as well when we add a calories calculator or allow users to set some avatar or such.

@pratikb2805
Copy link

@rolandgeider hey I am new to flutter and have developed some apps with it.
Should I work on this?

@rolandgeider
Copy link
Member Author

Hi, sure! I'll edit this issue tomorrow or so with a bit more infos on what needs to be done on the flutter and the backend side (which would be my tasks)

@rolandgeider
Copy link
Member Author

have updated the description. Since you need a backend for this to work, write me an email and I can give you a user on the test server

@pratikb2805
Copy link

@rolandgeider Thanks, I will get started on this.

rolandgeider added a commit that referenced this issue May 12, 2022
@rolandgeider
Copy link
Member Author

This was implemented in the meantime, closing

@rolandgeider rolandgeider closed this as not planned Won't fix, can't repro, duplicate, stale Sep 24, 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