SuccessChanges

Summary

  1. tsk11 Adds search view (details)
  2. tsk11 Adds pagination to the search view (details)
  3. tsk11 Updates the Search page (details)
Commit 4d99f56c8cf453c79008b76c36010f87c13161fc by martinperez.patricia
tsk11 Adds search view
The search view has been created and it is accesible from the index
file. More stories were added to the sql as the search view shows 9
items.
The file was addedjsf/src/main/webapp/searchStories.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java (diff)
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/webapp/searchStories.xhtml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java (diff)
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 (diff)
The file was modifiedjsf/src/main/webapp/searchStories.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/controllers/StoryController.java (diff)