SuccessChanges

Summary

  1. Tsk43 Add to the user's private part a view in which their favorite (details)
Commit 3267da2d8c441866d34757dd17170f7f515df3b0 by avosbrino
Tsk43 Add to the user's private part a view in which their favorite
storie list
Adds the functionality to list the favorite stories of a logged in user,
within the user profile. This list has pagination to facilitate
navigation through the stories and a button to unsubscribe a story as a
non-favorite.
The file was modifiedjsf/src/main/webapp/resources/styles/main.css (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/FavouriteManagedBean.java (diff)
The file was addedjsf/src/main/webapp/user/favourite.xhtml (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserService.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/UserServiceIntegrationTest.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/User.java (diff)