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. tsk31 Adds login and logout (details)
  5. tsk31 Adds the functionality for login and logout (details)
  6. 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 addedjsf/src/main/webapp/ownStories.xhtml
The file was modifiedjsf/src/main/webapp/styles/main.css
The file was modifiedjsf/src/main/webapp/WEB-INF/shared/header.xhtml
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
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/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java
The file was modifiedjsf/src/main/webapp/ownStories.xhtml
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 modifiedjsf/src/main/webapp/styles/main.css
The file was addedjsf/src/main/webapp/login.xhtml
The file was modifiedjsf/src/main/webapp/WEB-INF/shared/header.xhtml
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
The file was addedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToUser.java
The file was addedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/LoginController.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/ServiceTestSuite.java
The file was addedservice/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/UserServiceTest.java
The file was addedservice/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/UserService.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/UsersDataset.java
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