SuccessChanges

Summary

  1. tsk27 Adds a list of your own microstories (details)
Commit fcf2c363ac53d27097bc4803c43c334a27c78319 by 84422910+olivergr77
tsk27 Adds a list of your own microstories
A new component was created that adds the functionality of listing the
microstories published by the user. Additionally, a button has been
added to the header, this button is visible only to registered users and
provides access to view their published microstories.
The file was modifiedweb/src/main/angular/src/app/services/microStory.service.ts (diff)
The file was addedweb/src/main/angular/src/app/user-stories/user-stories-showall/user-stories-showall.component.html (diff)
The file was addedweb/src/main/angular/src/app/user-stories/user-stories-showall/user-stories-showall.component.spec.ts (diff)
The file was modifiedweb/src/main/angular/src/app/app-routing.module.ts (diff)
The file was modifiedweb/src/main/angular/src/app/layout/header/header.component.html (diff)
The file was addedweb/src/main/angular/src/app/user-stories/user-stories-showall/user-stories-showall.component.scss (diff)
The file was addedweb/src/main/angular/src/app/user-stories/user-stories-showall/user-stories-showall.component.ts (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/src/app/app.module.ts (diff)