Commit
f5cc4528cc08de3c1d1134822297c69d24f41d32
by 84422910+olivergr77tsk22 Adds resource and tests to get the most viewed histories
Added the /hottest resource which retrieves the 2 most recent stories
from the last month for each genre. To verify its functionality, a test
has been added to ensure the resource operates correctly. Additionally,
a method has been implemented in StoryDataset to return the most recent
stories based on datasets. The SQL files have been modified to clean up
the View entity. Finally, several views have been added in ViewDataset
and view.xml to test the functionality.