Replace ICourse and ICoursesWithSessions types #761
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.
state: approved
Ready to go. Not blocked or pending.
Overview
We have types which are prefixed with I[Type] such as ICourse. We are moving to only using Entity types such as CourseEntity in the services and Dtos such GetCourseDto in the controllers.
In cases where ICourse and ICoursesWithSessions 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: