SuccessChanges

Summary

  1. tsk105 Create view with general statistics in the private section (details)
Commit e7025e35359ff64e41663b5f137be00540b65b82 by ogrobleda18
tsk105 Create view with general statistics in the private section
A component has been added which allows you to see the statistics:
- Number of times the user's stories have been read (can be filtered by
genre
or topic).
- Number of times the user's stories have been marked as favorites (can
be
filtered by genre or topic).
The file was modifiedweb/src/main/angular/src/app/app.module.ts (diff)
The file was modifiedweb/src/main/angular/src/app/user-private-section/user-private-section.component.html (diff)
The file was addedweb/src/main/angular/src/app/user-private-section/user-stories/user-stories-stats/user-stories-stats.component.scss (diff)
The file was modifiedweb/src/main/angular/src/app/services/microStory.service.ts (diff)
The file was modifiedweb/src/main/angular/src/app/app-routing.module.ts (diff)
The file was addedweb/src/main/angular/src/app/user-private-section/user-stories/user-stories-stats/user-stories-stats.component.ts (diff)
The file was modifiedweb/src/main/angular/src/app/user-private-section/user-private-section.component.ts (diff)
The file was addedweb/src/main/angular/src/app/user-private-section/user-stories/user-stories-stats/user-stories-stats.component.html (diff)
The file was addedweb/src/main/angular/src/app/user-private-section/user-stories/user-stories-stats/user-stories-stats.component.spec.ts (diff)