SuccessChanges

Summary

  1. tsk43: Adds pagination support to story exploration (details)
Commit d96c0322b2ab54b647bc10ccab9cfed4c21557ef by senrapastorizabreixo
tsk43: Adds pagination support to story exploration
Implemented pagination in the story exploration view (Explore.xhtml)
with dynamic page size options and navigation controls. Updated
StoryService, ExploreBean, and their corresponding tests to handle
pagination. Modified REST endpoint to include `page` and `size` query
parameters.
The file was modifiedjsf/src/main/java/es/uvigo/esei/microstories/jsf/ExploreBean.java
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java
The file was modifiedservice/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java
The file was modifiedjsf/src/main/webapp/story/explore.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/services/StoryService.java