| Package | Description |
|---|---|
| es.uvigo.esei.microstories.mappers | |
| es.uvigo.esei.microstories.services |
| Modifier and Type | Method and Description |
|---|---|
static StoryCreateDto |
StoryMapper.toCreateDto(es.uvigo.esei.microstories.domain.entities.Story story) |
| Modifier and Type | Method and Description |
|---|---|
StoryResponseDto |
StoryService.createStory(StoryCreateDto storyDto)
Creates a new story for the authenticated CREATOR user.
|
StoryResponseDto |
StoryService.updateStory(Long id,
StoryCreateDto storyDto)
Updates an existing unpublished story owned by the authenticated CREATOR user.
|
Copyright © 2025. All rights reserved.