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: codelists endpoints #343

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

feat: codelists endpoints #343

wants to merge 40 commits into from

Conversation

laurentC35
Copy link
Contributor

@laurentC35 laurentC35 commented Feb 20, 2025

Il reste une couche de test 🙄 à ajouter, mais c'est fonctionnel 🚀

Autre préciser: On supprime et on envoie un message à l'utilisateur

Reste à faire:

  • autre préciser -> supprimer les autres Préciser associé sur on modifie une liste de codes où il y en a
  • prise en compte des listes de code hiérarchique dans la construction des réponses et variables de tableau.
  • codeList dimension primary vs secondary, toujours faire premary x secondary
  • ajouter javaDoc 🤓

@laurentC35 laurentC35 added the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 20, 2025
@github-actions github-actions bot removed the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 20, 2025
Copy link

👋 Version 4.12.0-SNAPSHOT deployed on docker hub

@laurentC35 laurentC35 added the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 20, 2025
@github-actions github-actions bot removed the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 20, 2025
Copy link

👋 Version 4.12.0-SNAPSHOT.1 deployed on docker hub

Copy link

@JulienCarmona JulienCarmona left a comment

Choose a reason for hiding this comment

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

J'ai pas d'IDE java opérationnel donc j'ai fait ça avec VSCode mais sans de syntaxe check donc possible qu'il y ait des coquilles dans mes suggestions.

Comment on lines 30 to 33
@BeforeEach
void initQuestionnaireService(){
questionnaireService = new QuestionnaireService();
}

Choose a reason for hiding this comment

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

Vous faites pas du Mockito pour les Tests Unitaires ?

@laurentC35 laurentC35 added the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 25, 2025
@github-actions github-actions bot removed the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 25, 2025
Copy link

👋 Version 4.12.0-SNAPSHOT.3 deployed on docker hub

@laurentC35 laurentC35 added the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 25, 2025
@github-actions github-actions bot removed the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 25, 2025
Copy link

👋 Version 4.12.0-SNAPSHOT.4 deployed on docker hub

@laurentC35 laurentC35 added the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 26, 2025
@github-actions github-actions bot removed the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 26, 2025
Copy link

👋 Version 4.12.0-SNAPSHOT.5 deployed on docker hub

@laurentC35 laurentC35 added the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 27, 2025
@github-actions github-actions bot removed the deploy-snapshot To be used in PR to trigger snapshot deploy pipeline label Feb 27, 2025
Copy link

👋 Version 4.12.0-SNAPSHOT.6 deployed on docker hub


@Service
@Slf4j
public class CodesListService {
private QuestionnairesService questionnairesService;
private VariableService variableService;

@Autowired

Choose a reason for hiding this comment

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

Plus besoin du @Autowired comme tu utilises déjà l'injection par constructeur. tu eux remove

Suggested change
@Autowired

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