Commit
fc07c2e1a37a18037d3536a7618a24486cb7ec13
by ifmarinhotask 15 Adds the exploration view
Add view to display stories based on their genre, theme and publication
date range
Add the method exploreStories and updateExplorePage to display the
stories according to genre, theme and publication and update the page in
the pagination respectively.
Add the calculateNumPagesExplore method to obtain the number of pages
needed for the pagination and also add the tests corresponding to this
method.