SuccessChanges

Summary

  1. Refactors Story entity constructors and dataset initialization (details)
Commit de69ee0d8186876efcac2649a8abbf4180162d2d by devpablogg
Refactors Story entity constructors and dataset initialization
Updated the Story constructors to accept a collection of themes instead
of varargs and added a new constructor that includes id and publishedAt
for easier dataset creation. Ensured that a story cannot be created
without themes. The StoriesDataset class was refactored to use these new
constructors, simplifying story initialization by removing repetitive
calls to setId and setPublishedAt. Minor typos and formatting issues in
story content were also corrected.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifieddomain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java (diff)