SuccessChanges

Summary

  1. [sto7 - task41/task42] Obtains events from an user (details)
  2. [sto7 - task41/task42] test with wallEvents (details)
Commit fea195309c2e434e4618af81afc75b9c5180ae12 by mgrodriguez3
[sto7 - task41/task42] Obtains events from an user
A logged user can view her events thats are created by him. The page
"myEvents.xhtml" show the events from the logged user. For this, the
"eventController.java" call the method getMyEvents() define in
"EventEJB.java" witch obtain the list of events. In the
"EventEJBTest.java" the method testGetMyEventsAreCreatedByMe() check if
the list of events whitch are returned have the same creator who is
logged.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java
The file was addedtests/src/main/resources/datasets/event-created-by-user.xml
The file was addedjsf/src/main/webapp/myEvents.xhtml
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java
Commit 5034bf82ae1d0e86d16aea2e43beeb9bd5ffe95c by mgrodriguez3
[sto7 - task41/task42] test with wallEvents
Do diferents tests to prove the view of the jsf is correct and you can
view the events and access to their characteristics.
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java
The file was modifiedjsf/src/main/webapp/myEvents.xhtml