SuccessChanges

Summary

  1. tk29- Fixes in explore and FindStoryById in REST (details)
Commit 2209d492f409737d2737f896a3f9ba719e1e886c by luissalgadoblanco
tk29- Fixes in explore and FindStoryById in REST
Changed findStoryByText and explore functions in REST so they could work
in the same route (/microstory?params). Added test to check invalid ID
in function getStoryByID. The StoryDataset class has been modified so
that the selection of the the text values were managed by this class.
The file was modifiedadditional-material/db/microstories-mysql.full.sql (diff)
The file was modifiedrest/src/main/java/microstories/rest/StoryResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java (diff)