Base solution for your next web application
Open Closed

Extending User Profiles #2079


User avatar
0
jdavis01 created

I'm working on an application, where I need to extend user profiles to include some application settings. What would be your best practice recommendations?

I'm thinking I should extend the user entity to include their settings then update the user profile Dto's

Thoughts?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    That's a good way to go, we also suggest that.