SuccessChanges

Summary

  1. task34 Adds pagination to the user's own stories view (details)
  2. tsk31 Adds the functionality for login and logout (details)
  3. tsk31 Adds the tests to check the login functionality (details)
  4. fix: Corrects the sequence of tests in the StoryServiceTest class (details)
Commit a42cdddd3418d7094c0cc53f075072b6a051bb7d by ifmarinho
task34 Adds pagination to the user's own stories view
Adds pagination functionality to the list view of the current user's own
stories
Adds pagination tests for the current user's own stories list view
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java
Commit 3b13204a5ceb7a62b36b0e3abb7eda3fee5cf5ee by ifmarinho
tsk31 Adds the functionality for login and logout
Adds the controller where the necessary functions for login and logout
are implemented. Also added checks for valid login credentials
Adds the UserService file where the user in session is obtained
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java
The file was addedtests/src/main/resources/datasets/users.xml
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/LoginController.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java
Commit d53f8bf45c327922f927f9404b9d6ce103cbacf8 by ifmarinho
tsk31 Adds the tests to check the login functionality
Adds IsEqualsToUser and UserServiceTest classes that implement the
necessary methods to perform tests on the Login
Adds in UsersDataset the necessary methods to check if the user with
which the session is started is an existing user
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java
Commit 398731a758ef00dccba3aec21eea2a9ec459a5ad by ifmarinho
fix: Corrects the sequence of tests in the StoryServiceTest class
Corrects the sequence number of the test
testCalculateNumPagesStoriesByUser in the StoryServiceTest test class
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java