Implement Profile Table and Endpoints for Users in ASP.Net Web API Project #18
Closed
johnsmith0305
started this conversation in
Ideas
Replies: 6 comments 10 replies
|
@johnsmith0305 Hi, why is it moved into discussion? |
0 replies
|
@chenxidev1129 @kgg0305 I'd love to hear your thoughts on creating a new table for user profile. |
4 replies
|
I believe we should include the following fields for the new tables:
|
1 reply
|
We can consider implementing a step form for the user profile. |
2 replies
|
We should consider scenarios where a user might have multiple roles, such as being an admin and a regular user simultaneously. |
1 reply
|
I updated my quote like following:
This is just for personal profile, so it is same whatever user is admin or user. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Objective:
To enhance the user management system by implementing a profile table and relevant endpoints in the ASP.Net Web API project. This enhancement will allow users to store additional information beyond the basic user details provided by the IdentityUser.
Details:
Profile Table:
Endpoints:
Additional Considerations:
Implementation Plan:
All reactions