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

JSON Raw data processing #143

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

JSON Raw data processing #143

wants to merge 16 commits into from

Conversation

alexisszmundy
Copy link
Contributor

@alexisszmundy alexisszmundy commented Dec 20, 2024

Ajout du traitement des données brutes JSON

@alexisszmundy alexisszmundy marked this pull request as ready for review December 23, 2024 10:06
Copy link

@nsenave nsenave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quelques retours

dataCount += surveyUnitModels.size();
}
return ResponseEntity.ok("%d document(s) processed".formatted(dataCount));
}catch (GenesisException e){ //TODO replace with spring exception handler
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice comment 🙃


@Data
@Document(collection = Constants.MONGODB_VARIABLETYPE_COLLECTION_NAME)
public class VariableTypeDocument {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si mongo le permet je convertirais bien cette classe aussi en record

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peut être dans un refacto général des documents

Copy link

@nsenave nsenave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quelques commentaires sur la forme

qodana.yaml Outdated
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stylé d'essayer qodana mais ça pourrait faire l'objet d'une PR indépendante avec la conf des CI etc., ça permettrait aussi de mettre en avant et partager à d'autres équipes

src/main/resources/application.properties Outdated Show resolved Hide resolved
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.

3 participants