SuccessChanges

Summary

  1. tsk93 (WEB) Adds suport to show if a story has already been read (details)
Commit aeb44ac7cb58de6ad5f301e68040a959b0371253 by alexandreferi13
tsk93 (WEB) Adds suport to show if a story has already been read
Adds a green eye icon in case a story has already been read by the user
in the repeat, browsing or search view.
For this, also modifies the list mapping method in rest, since until now
the field that indicates whether a story has been read always reached
false.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
The file was modifiedweb/src/main/angular/src/app/search/search.component.html (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java (diff)
The file was modifiedweb/src/main/angular/package.json (diff)
The file was modifiedweb/src/main/angular/src/app/home/home.component.scss (diff)
The file was modifiedweb/src/main/angular/src/app/search/search.component.scss (diff)
The file was modifiedweb/src/main/angular/src/app/user-private-section/user-stories/user-stories-update/user-stories-update.component.ts (diff)
The file was modifiedweb/src/main/angular/src/app/explore/explore.component.html (diff)
The file was modifiedweb/src/main/angular/src/app/shared/story-reader/story-reader.component.ts (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java (diff)
The file was modifiedweb/src/main/angular/src/app/home/home.component.html (diff)
The file was modifiedweb/src/main/angular/package-lock.json (diff)
The file was modifiedweb/src/main/angular/src/app/interfaces/story.ts (diff)
The file was modifiedweb/src/main/angular/src/app/entities/story.entity.ts (diff)
The file was modifiedweb/src/main/angular/src/app/explore/explore.component.scss (diff)