Skip to content

Refactor StudentAppService method naming for consistency #43

@coderabbitai

Description

@coderabbitai

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions