SuccessChanges

Summary

  1. [sto7 - task41/task42] Obtains events from an user (details)
  2. [sto7 - task41/task42] test with wallEvents (details)
  3. [sto7 - task41/task42] added the atribute canceled (details)
  4. [sto7 - task41/task42] refactorization (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 addedjsf/src/main/webapp/myEvents.xhtml (diff)
The file was addedtests/src/main/resources/datasets/event-created-by-user.xml (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java (diff)
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 modifiedjsf/src/main/webapp/myEvents.xhtml (diff)
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/EventController.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJB.java (diff)
Commit 1d5dc4cb519775e7ae44f06aefb9520ab34ecd14 by mgrodriguez3
[sto7 - task41/task42] added the atribute canceled
the attribute canceled is added on the event-created-by-user.xml to
execute the test
The file was modifiedtests/src/main/resources/datasets/event-created-by-user.xml (diff)
Commit a54431b65f8f9b17be6a714b7b687009eca6766b by mgrodriguez3
[sto7 - task41/task42] refactorization
rename some variables in the eventEJBTest.java class to better
understand of the code
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/letta/ejb/EventEJBTest.java (diff)