SuccessChanges

Summary

  1. tsk27: Adds user profile page (details)
Commit 24b217b8f1e48594f84c85dd7775a15168b36216 by josecampor31
tsk27: Adds user profile page
User can access his profile that will show his own stories. This list
has pagination
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/services/StoryService.java (diff)
The file was modifiedjsf/src/main/webapp/story/explore.xhtml (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/microstories/jsf/ProfileBean.java (diff)
The file was addedjsf/src/main/webapp/user/profile.xhtml (diff)