UnstableChanges

Summary

  1. tsk14 est to search by text (details)
  2. tsk14 Rest for searching stories (details)
Commit f5e40eab6c0398b880d496295cf8bfe138566003 by miguigg1412
tsk14 est to search by text
Initial creation of the rest enpoint and their tests
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
Commit 03c3ad5e337e957271493d02c0792a6415286636 by miguigg1412
tsk14 Rest for searching stories
This rest endpoint was created along with its test functions using query
functions
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)