fleencorp / fleen-feen

Fleen Feen connects you with the world
GNU General Public License v3.0
0 stars 1 forks source link

Refactor MemberService and Localization Improvements for Email and Phone Existence Check #72

Open aalamu opened 1 day ago

aalamu commented 1 day ago

Description:

This issue tracks the recent changes made in the system, focusing on the refactoring of email and phone existence checks and improvements in localization support. The following updates were made:

  1. Added EmailAddressExistsResponse and EmailAddressNotExistsResponse.
  2. Added PhoneNumberExistsResponse and PhoneNumberNotExistsResponse.
  3. Added localization messages to messages_en_US.properties and messages_fr.properties.
  4. Refactored MemberServiceImpl to return EntityExistsResponse for isMemberEmailAddressExists and isMemberPhoneNumberExists methods.
  5. Refactored MiscController to replace the use of EmailService and PhoneService with MemberService.

Steps to Review:

Impact: