cph-cachet / carp-webservices-spring

REST-based implementation of the CARP Core Domain Model using Spring Boot in Kotlin
https://carp.cachet.dk/
MIT License
3 stars 1 forks source link

Filter/search support for Pagination #84

Open yuanchen233 opened 3 months ago

yuanchen233 commented 3 months ago

The pagination for getParticipant and getDeployment should support filter/search We should do pagination on database level

yuanchen233 commented 4 weeks ago

Since we have expectedParticipantData now, we should consider save and access participant information (email, name, etc.,) here, and use Keycloak only for identity management, this will

Maybe also consider change Participants page --> Recruitment page, and remove deployed participants, since they should be managed in deployments

The process time is expected to reduce significantly for Participants and Deployments page on Portal, and we can keep rely on frontend to do pagination.