SuccessChanges

Summary

  1. fix: Removes unused attributes (details)
  2. fix: Fixes a problem with the number of characters in the explore view (details)
Commit 47de44dcc0f9a4a1a8343fd2e78070b32862082e by ifmarinho
fix: Removes unused attributes
Removes from StoryController attributes that were not being used
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java
Commit af6e3385a0f3989ecff4fb277929a590af2e7f7b by ifmarinho
fix: Fixes a problem with the number of characters in the explore view
If the number of characters in a story is less than 60, an error appears
when trying to list stories. To fix this problem a check is added, so
that if the number of characters is less than 60 it shows the full text,
otherwise it limits the text to 60 characters
The file was modifiedjsf/src/main/webapp/exploreStories.xhtml