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 10 commits into
base: main
Choose a base branch
from
Open

JSON Raw data processing #143

wants to merge 10 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

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