SuccessChanges

Summary

  1. tsk34 Adds access to own stories view (details)
  2. tsk34 Modifies header to give access to user stories (details)
  3. task34 Adds user stories view (details)
  4. task34 Adds pagination to the user's own stories view (details)
  5. tsk31 Adds login and logout (details)
  6. tsk31 Adds the functionality for login and logout (details)
  7. tsk31 Adds the tests to check the login functionality (details)
  8. fix: Corrects the sequence of tests in the StoryServiceTest class (details)
  9. tsk34 Adds the back button in the list of own stories (details)
Commit 256c3d85d45b2770c70b32fbda37793276f09968 by ifmarinho
tsk34 Adds access to own stories view
Modify the header to add an access button to the user's own micro
stories view and the login access button
The file was modifiedjsf/src/main/webapp/styles/main.css (diff)
The file was addedjsf/src/main/webapp/ownStories.xhtml (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/shared/header.xhtml (diff)
Commit 109f0d9a0d534a1f6c05261f0da8086019d755c5 by ifmarinho
tsk34 Modifies header to give access to user stories
Modifies the header to be able to access the user's history list. Also
adds the button that gives access to the login view
The file was modifiedjsf/src/main/webapp/WEB-INF/shared/header.xhtml (diff)
Commit 5f8f5dbc9333b74d26b2dbae4278766de7362480 by ifmarinho
task34 Adds user stories view
Adds view and functionality in the controller to display the list of
stories written by the current user
The file was modifiedjsf/src/main/webapp/ownStories.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java (diff)
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/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java (diff)
Commit eeab017b5b755561d70098e93f04a3da06f3e512 by ifmarinho
tsk31 Adds login and logout
Adds Login view to allow a user to log in to the application
Modifies the header to add the Logout button
The file was addedjsf/src/main/webapp/login.xhtml (diff)
The file was modifiedjsf/src/main/webapp/styles/main.css (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/shared/header.xhtml (diff)
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 addedtests/src/main/resources/datasets/users.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java (diff)
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java (diff)
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java (diff)
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/LoginController.java (diff)
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java (diff)
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 modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java (diff)
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 (diff)
Commit ac8affb3644920f6705a43207b07060aff04b63e by ifmarinho
tsk34 Adds the back button in the list of own stories
Adds a button to go back to the previous page in the user's own stories
list view
The file was modifiedjsf/src/main/webapp/ownStories.xhtml (diff)