SuccessChanges

Summary

  1. TSK62 (jsf): allow publishing a microstory once it is complete The (details)
Commit 5525616da335606a22646ceb0774b6f887fadc61 by sadielgodales
TSK62 (jsf): allow publishing a microstory once it is complete The
option to publish a microstory once it has been completed is added in
the JSF layer. Depending on the implementation, the required logic is
included either as an independent action or as a modification of the
microstory state. The functionality in the EJB layer is extended to
support publishing when applicable.
The file was modifiedjsf/src/main/java/es/uvigo/esei/microstories/jsf/StoryManagedBean.java
The file was modifieddomain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/services/StoryService.java
The file was modifieddomain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java
The file was modifiedservice/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java