SuccessChanges

Summary

  1. Updates example inserts (details)
  2. Updates example dates (details)
  3. tsk12 Added search engine to the header (details)
  4. Fix bugs in sample data insert queries (details)
  5. tsk11 Adds search view (details)
  6. tsk11 Adds tests for calculateNumPagesSearch method (details)
Commit 5bd1363bdcafde24e2f27f764921fc6a7e6fb912 by yruben98
Updates example inserts
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
Commit c29fd03a0e18f427bf6c10ed1548b8add90f14f6 by yruben98
Updates example dates
Adds example stories to test pagination
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
Commit 68a6c06bc5e9959070666edd0f7a1a508df262d1 by yruben98
tsk12 Added search engine to the header
Added search functionality to header input
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was addedjsf/src/main/webapp/WEB-INF/shared/header.xhtml (diff)
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)
The file was addedjsf/src/main/webapp/searchStories.xhtml (diff)
Commit 86f6412be1e2949984476397918ec126b681efb9 by yruben98
Fix bugs in sample data insert queries
Modifies invalid genders
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedadditional-material/db/microstories-mysql.data.sql (diff)
Commit 885ebcaa448c431be17fc8a7004ed108981cb6ee by yruben98
tsk11 Adds search view
Adds the stories search view
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)
The file was modifiedjsf/src/main/webapp/searchStories.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/shared/header.xhtml (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml (diff)
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 (diff)