Replace IUser types #760
Labels
complexity: moderate
Time needed to do this ticket will be moderate e.g. 1-2 days
javascript
Pull requests that update Javascript code
priority: soon
Should be prioritized soon.
refactor
state: approved
Ready to go. Not blocked or pending.
Overview
We have types which are prefixed with I[Type] such as IUser. We are moving to only using Entity types such as UserEntity in the services and UserDtos such GetUserDto in the controllers.
In cases where IUser is being used in the controller or the entity, convert to the appropriate type. Feel free to use Partials or Pick types if you think it is necessary but preferable to keep it clean and simple.
Action Items
List the research to be done and the steps to be completed.
The text was updated successfully, but these errors were encountered: