SuccessChanges

Summary

  1. tsk10: Adds method getStoryById to StoryService (details)
Commit b1a485c26664b5a18ddce939a45920b61faab5c9 by josecampor31
tsk10: Adds method getStoryById to StoryService
This method returns the StoryResponseDto of the entity that matches the
id sent. This commit also modifies the previous RecentStoriesResponseDto
to StoryResponseDto, this will help to reuse this DTO
The file was addedservice/src/main/java/es/uvigo/esei/microstories/dtos/StoryResponseDto.java (diff)
The file was removedservice/src/main/java/es/uvigo/esei/microstories/dtos/RecentStoriesResponseDto.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/services/StoryService.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/microstories/mappers/StoryMapper.java (diff)