Skip to content

Conversation

@Ahmad-AlDeeb
Copy link
Member

@Ahmad-AlDeeb Ahmad-AlDeeb commented Sep 30, 2024

  • Complete JavaDocs for all methods
  • Remove unused port field from RedisConfig.
  • Remove unneeded junit-jupiter maven dependency since it's included with spring-boot-starter-test.
  • Add testcontainers-redis maven dependency to include RedisContainer instead of GenericContainer.
  • Rename send method in OTPService to sendOTP.
  • Convert OTP message to be constant.
  • Add public modifier for exception handler.
  • Rename tests names and display messages for Should_When convention.
  • Rename constant strings with MESSAGE suffix.

- Complete JavaDocs for all methods
- Remove unused port field from `RedisConfig`.
- Remove unneeded `junit-jupiter` maven dependency since it's included with `spring-boot-starter-test`.
- Add `testcontainers-redis` maven dependency to include `RedisContainer` instead of `GenericContainer`.
- Rename `send` method in `OTPService` to `sendOTP`.
- Convert OTP message to be constant.
- Add public modifier for exception handler.
- Rename tests names and display messages for Should_When convention.
- Rename constant strings with MESSAGE suffix.

WIP: complete JavaDocs
@Ahmad-AlDeeb Ahmad-AlDeeb added the refactor Code restructure or housekeeping label Sep 30, 2024
@Ahmad-AlDeeb Ahmad-AlDeeb self-assigned this Sep 30, 2024
@Ahmad-AlDeeb Ahmad-AlDeeb merged commit 20016a4 into master Sep 30, 2024
3 checks passed
@Ahmad-AlDeeb Ahmad-AlDeeb deleted the chore branch September 30, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor Code restructure or housekeeping

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants