SuccessChanges

Summary

  1. tsk11 Adds pagination to the search view (details)
  2. tsk11 Updates the Search page (details)
Commit ac50aa27dc4a5ab2fb0a766713b279f6961bfb66 by martinperez.patricia
tsk11 Adds pagination to the search view
Added the pagination to the search view with buttons to access Next and
Previous pages and indicate the current page. A service method was
created to count the total number of pages for a text search. This is
done in order to disable the Next button in the pagination.
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java
The file was modifiedjsf/src/main/webapp/searchStories.xhtml
Commit d9fc1b08a06f389824a142a9e8d559f72aae1ba9 by martinperez.patricia
tsk11 Updates the Search page
Removed some unused methods and variables from the StoryController
class. Updated the search view to use the correct methods. Added
documentation to the method getTotalPagesSearchText.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java
The file was modifiedjsf/src/main/webapp/searchStories.xhtml