SuccessChanges

Summary

  1. tsk33 Adds visits (details)
Commit a58dead3513db2fda01f73f9f1329b719b3921ae by jpsilva17
tsk33 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 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)
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 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)