Context
In IStudentAppService, there's a naming inconsistency between methods:
GetStudentByEmailAsync (includes 'Student' in the name)
GetByIdNumberAsync (omits 'Student')
For consistency, GetByIdNumberAsync should be renamed to GetStudentByIdNumberAsync.
Notes
- The email endpoint is stale and will be kept around until the admin dashboard is implemented
- This refactoring should be completed before release
- Note: Please manually add this to the 'Pre release cleanup' milestone
References
Context
In IStudentAppService, there's a naming inconsistency between methods:
GetStudentByEmailAsync(includes 'Student' in the name)GetByIdNumberAsync(omits 'Student')For consistency,
GetByIdNumberAsyncshould be renamed toGetStudentByIdNumberAsync.Notes
References