SuccessChanges

Summary

  1. tsk39 Deletes microstories from private section view (details)
Commit 7961f39dd93e3480c452634a992ac01166ea5445 by martinperez.patricia
tsk39 Deletes microstories from private section view
Added functionality to allow users to delete microstories from their
private section. A new function was added to call the REST method from
the backend. The router component was added in order to redirect the
user to the private section when deleting the story. Also, a message is
shown in the private section if the story is deleted succesfully. As the
private section and the story reader view are different components, the
history state is used to communicate the message. Also, the
documentation has been generated automatically for the different
elements.
The file was modifiedweb/src/main/angular/src/app/user-private-section/user-private-section.component.html (diff)
The file was modifiedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.scss (diff)
The file was modifiedweb/src/main/angular/src/app/user-private-section/user-private-section.component.ts (diff)
The file was modifiedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.html (diff)
The file was modifiedweb/src/main/angular/docs/classes/app_shared_story_reader_story_reader_component.StoryReaderComponent.html (diff)
The file was modifiedweb/src/main/angular/src/app/user-private-section/user-private-section.component.scss (diff)
The file was modifiedweb/src/main/angular/docs/assets/search.js (diff)
The file was modifiedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.ts (diff)
The file was addedweb/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.html (diff)
The file was modifiedweb/src/main/angular/docs/classes/app_services_microStory_service.MicroStoryService.html (diff)
The file was modifiedweb/src/main/angular/docs/classes/app_user_private_section_user_private_section_component.UserPrivateSectionComponent.html (diff)
The file was addedweb/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component_spec.html (diff)
The file was addedweb/src/main/angular/docs/classes/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.UserFavouriteStoriesComponent.html (diff)
The file was modifiedweb/src/main/angular/package-lock.json (diff)
The file was modifiedweb/src/main/angular/package.json (diff)
The file was modifiedweb/src/main/angular/docs/classes/app_app_module.AppModule.html (diff)
The file was modifiedweb/src/main/angular/docs/assets/navigation.js (diff)
The file was modifiedweb/src/main/angular/src/app/services/microStory.service.ts (diff)