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 modifiedjsf/src/main/webapp/explore.xhtml
The file was addedtests/src/main/resources/datasets/stories-new-visit.xml
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java
The file was modifiedjsf/src/main/webapp/index.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java