Skip to content

feat(2498): add activities with feedbacks endpoint - #480

Merged
n-lbs merged 1 commit into
developfrom
feat/2498-add-activities-with-feedbacks-endpoint
Sep 2, 2026
Merged

feat(2498): add activities with feedbacks endpoint#480
n-lbs merged 1 commit into
developfrom
feat/2498-add-activities-with-feedbacks-endpoint

Conversation

@n-lbs

@n-lbs n-lbs commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

📝 Pull Request Description

Brief description of changes applied

  • Added the getActivitiesWithFeedbacks endpoint to retrieve activities that have at least one feedback

Reference to an Issue, Feature, Task, User Story or another PR


Modified areas:

  • src/main/java/fr/avenirsesr/portfolio/staff/activity/application/adapter/controller/ActivityController.java
  • src/main/java/fr/avenirsesr/portfolio/staff/activity/domain/port/input/ActivityService.java
  • src/main/java/fr/avenirsesr/portfolio/staff/activity/domain/port/output/repository/ActivityRepository.java
  • src/main/java/fr/avenirsesr/portfolio/staff/activity/domain/service/ActivityServiceImpl.java
  • src/main/java/fr/avenirsesr/portfolio/staff/activity/infrastructure/adapter/repository/ActivityDatabaseRepository.java
  • src/main/java/fr/avenirsesr/portfolio/staff/activity/infrastructure/adapter/specification/ActivitySpecification.java
  • src/test/java/fr/avenirsesr/portfolio/activity/application/adapter/controller/ActivityControllerIT.java
  • src/test/java/fr/avenirsesr/portfolio/activity/application/adapter/controller/ActivityControllerTest.java
  • src/test/java/fr/avenirsesr/portfolio/activity/domain/service/ActivityServiceImplTest.java

Target Branch

develop


✅ Checklist

Please make sure you have addressed the following before submitting:

  • a11y tested (if the PR includes frontend changes)
  • Tests provided (including unit and integration tests for both frontend and backend)
  • i18n handled (texts are translated)
  • Performance tests
  • No unnecessary code (e.g., debug logs, commented code)
  • Code style and formatting rules respected (linting, conventions, etc.)
  • Semantic Versioning respected
  • Add to CHANGELOG.md file all properties and database change and details for the update process

@n-lbs
n-lbs force-pushed the feat/2498-add-activities-with-feedbacks-endpoint branch from 790ed79 to b47247c Compare September 2, 2026 14:05
@n-lbs
n-lbs marked this pull request as ready for review September 2, 2026 14:14

@Nathan-Pignon Nathan-Pignon left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Ok pour moi, merci Nicolas !

@n-lbs
n-lbs merged commit 46adc73 into develop Sep 2, 2026
6 checks passed
@n-lbs
n-lbs deleted the feat/2498-add-activities-with-feedbacks-endpoint branch September 2, 2026 15:02
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.

[BE] Ajouter un endpoint pour récupérer toutes les activités disponnibles

2 participants