SuccessChanges

Summary

  1. tsk29 Fixes explore stories (details)
Commit c6a254f00890a80167fc509dc00260095c81a271 by jrcastro2
tsk29 Fixes explore stories
Now explore stories works correctly There are no mandatory parameters to
explore Adds pagination to explore view Creates a new method in the
StoryService class that returns the total number of stories retrieved
from the explore view Adds test for this new method
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/microstories/jsf/ExploreManagedBean.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/microstories/service/StoryServiceIntegrationTest.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/explore.xhtml (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)