-
Notifications
You must be signed in to change notification settings - Fork 28
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
Feature#504 #571
Feature#504 #571
Conversation
This interface will work as a bridge between our services and the data layer. To 'protect' our models and services from possible changes in the data's structure obtained from third parties
Does a call to dataSourceaAdapter, wich returns a Flux<RaiscResponseDto> with ALL the data from source
… the methods required in project)
GencatDataAdapter is our default implementation of DataSourceAdapter: stereotype @repository + does the calls to the proxy and provides our models populated to the service. // GencatJsonDecryptor is an abstract class, but the methods are concrete and protected: has the responsiblity to parse the json to our models + GencatDataAdapter inherit from this 'decryptor'
Kudos, SonarCloud Quality Gate passed! |
Parece que se ha hecho mucho trabajo, con resultado confuso. La task definida tan sólo solicita:
Hay que revisar en el código lo siguiente:
Revisa esto, por favor ;) |
TO DO: integration test for GET Raisc by Scope id.
Added 2 diagrams: what is new + posibles TODO involved to upgrade the design.
Feature#504.pdf
Feature#504_potential_TODOs_involved.pdf