Skip to content

Implement user telemedicine service#7

Merged
ModithaM merged 1 commit intomainfrom
ft/telemedicine-service
Apr 10, 2026
Merged

Implement user telemedicine service#7
ModithaM merged 1 commit intomainfrom
ft/telemedicine-service

Conversation

@hasindu1998
Copy link
Copy Markdown
Collaborator

This PR renames the copied patient-service implementation under services/telemedicine-service so it is consistently represented as telemedicine-service across source code, configuration, and Maven module setup.

Changes

Renamed Java package usage from com.healio.patientservice to com.healio.telemedicineservice
Renamed application bootstrap class from PatientServiceApplication to TelemedicineServiceApplication
Renamed test class from PatientServiceApplicationTests to TelemedicineServiceApplicationTests
Renamed controller from PatientController to TelemedicineController
Updated controller base path from /v1/patient-service/ to /v1/telemedicine-service/
Updated spring.application.name to telemedicine-service
Updated module artifactId and name in services/telemedicine-service/pom.xml
Added services/telemedicine-service to the root Maven modules in pom.xml
Why
The telemedicine service was created by copying the patient service, so several class names, package names, and config values still referred to patient service. This PR aligns the module naming with its actual responsibility and avoids confusion in development and build configuration.

Testing

Searched the telemedicine-service module for leftover patient-service / patientservice references and cleared them
Build/test execution was not completed in this environment because Maven is unavailable locally and the Maven wrapper could not download dependencies due to sandbox network restrictions

@ModithaM ModithaM merged commit 525be1a into main Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants