SuccessChanges

Summary

  1. tsk26 Corrects general imports (details)
  2. fix: Corrects detail view of stories (details)
Commit 4abf8d14ae365de5ae237649a3ba2d2de2a73078 by ifmarinho
tsk26 Corrects general imports
Removes the general imports of the different classes and adds the
corresponding specific imports
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java (diff)
The file was modifieddomain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java (diff)
Commit a53f323dc72a0e5c8d5fe98d4a1e33d10098fc1f by ifmarinho
fix: Corrects detail view of stories
Corrects the color relationship for the topic and subtopic, making them
take the color assigned to them in the css
The file was addedjsf/src/main/webapp/exploreStories.xhtml (diff)
The file was modifiedjsf/src/main/webapp/storyDetail.xhtml (diff)