Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(U-6947614384): Handle Service Definition Changes - merged #47

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

romannaglic
Copy link
Contributor

New entities, ServiceGroup and ServiceKeyword, are created for improved classification and searchability of services. Relationships between these entities and existing Service entity have also been established. The service creation process now includes entity population from existing data, further enhancing service categorization and search functionality. Unit tests have been updated to validate these changes.

New entities, ServiceGroup and ServiceKeyword, are created for improved classification and searchability of services. Relationships between these entities and existing Service entity have also been established. The service creation process now includes entity population from existing data, further enhancing service categorization and search functionality. Unit tests have been updated to validate these changes.
Service can have same serviceNames for different jurisdictions. Fix after merge
Replaced 'getServiceGroups()' method with an 'addServiceGroup()' method in the Service class to allow managing service groups more effectively. Also updated appropriate calls in the Bootstrap class. This reduces the chance of duplication in service names across different jurisdictions.
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