SuccessChanges

Summary

  1. tsk12 Added search engine to the header (details)
  2. tsk11 Adds search view (details)
  3. tsk11 Adds tests for calculateNumPagesSearch method (details)
Commit 68a6c06bc5e9959070666edd0f7a1a508df262d1 by yruben98
tsk12 Added search engine to the header
Added search functionality to header input
The file was addedjsf/src/main/webapp/searchStories.xhtml
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was addedjsf/src/main/webapp/WEB-INF/shared/header.xhtml
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml
Commit 885ebcaa448c431be17fc8a7004ed108981cb6ee by yruben98
tsk11 Adds search view
Adds the stories search view
The file was modifiedjsf/src/main/webapp/WEB-INF/shared/header.xhtml
The file was modifiedjsf/src/main/webapp/searchStories.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java
The file was modifiedjsf/src/main/webapp/index.xhtml
Commit eea4debebdb4151c47ffcfc7a2eb90204868c6e3 by yruben98
tsk11 Adds tests for calculateNumPagesSearch method
Adds the necessary tests for the calculateNumPagesSearch method. Tests
the functionality with text, without text and with a nonexistent text
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java