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

MAIN-T-120 Add JavaDocs #93

Merged
merged 5 commits into from
Apr 26, 2024
Merged

MAIN-T-120 Add JavaDocs #93

merged 5 commits into from
Apr 26, 2024

Conversation

hanna-eismant
Copy link
Owner

Refactor document management and implement authentication request

The existing DocumentFacade class has been refactored to an interface. The DefaultDocumentFacade class is created as its implementation. In addition, classes for authentication request and response have been implemented to handle authorization requests. The commit also includes changes in the test classes for documents and authorization accordingly.

The existing DocumentFacade class has been refactored to an interface. The DefaultDocumentFacade class is created as its implementation. In addition, classes for authentication request and response have been implemented to handle authorization requests. The commit also includes changes in the test classes for documents and authorization accordingly.
@hanna-eismant hanna-eismant self-assigned this Apr 25, 2024
Copy link

github-actions bot commented Apr 25, 2024

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

The commit primarily updates the naming convention of service implementations for better clarity. The prefix 'Default' has been appended to service implementations to differentiate them from service interfaces. Further, some services that were previously implemented directly in the service interface have been refactored to follow the interface-implementation design principle. This commit enhances the readability and organization of codebase, promoting better maintenance in the future.
The commit reflects major refactoring across server-side code. Important code structures like services and facades have been refactored into interfaces and default implementations. This improves the overall code structure by separating contract and implementation. Furthermore, the commit also includes renaming of several classes and methods for better consistency across the codebase. Throughout the changes, all necessary adjustments have been made in corresponding test classes to align with the refactorings.
Added descriptive comments to various classes and methods across the codebase. This includes service interfaces, controllers, entities, and other components. The aim is to provide a better understanding of the purpose and functionality of each component.
`MockUserEntityRepository` has been introduced in the `DefaultUserServiceTest` to provide mock implementations for `UserEntityRepository` methods. It replaces the previous mock setup with a more detailed and manageable mock configuration. The class is designed to be extendable for specific testing situations.
@hanna-eismant hanna-eismant merged commit e88bcca into main Apr 26, 2024
5 checks passed
@hanna-eismant hanna-eismant deleted the MAIN-T-120-Add-JavaDocs branch April 26, 2024 08:25
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.

1 participant