SuccessChanges

Summary

  1. Adds visits (details)
Commit cfd37e2dc649436c93fc73a5c5fdbeefbd631856 by jpsilva17
Adds visits
In Story entity adds function to inserts visits in each Story to shows
the stories with more visits. Fixes jsf redirection from index.html to
index.xhtml. In StoryEJB modifies getById() method. Now when the story
is visits, the visit is adds. In REST this same method is uses.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was addedtests/src/main/resources/datasets/stories-new-visit.xml (diff)
The file was modifiedjsf/src/main/webapp/index.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedjsf/src/main/webapp/explore.xhtml (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java (diff)