suwebdev / spring-ghost

Spring Ghost repository for WATS 4020 18SQ
MIT License
1 stars 2 forks source link

Browse Poetry Features #8

Open rosahughes opened 6 years ago

rosahughes commented 6 years ago

User Story: Browse Poetry by Author or Title, https://github.com/suwebdev/spring-ghost/wiki/User-Story:-Browse-Poetry-by-Author-or-Title Size of the User Story: Small Reasoning for adding this Issue to the Sprint: We would like to see at least some basic sorting function for the title and author of poetry entries. The display will help us visualize how the sort and results will look.

rosahughes commented 6 years ago

This issue is on branch browse-feature. This was much more difficult that I thought. I ended up just making the very basic structure of the alphabet in an html div container. The functionality sounds like it will be complicated. Each poem will have to contain a code by author that makes it searchable. Then when the user clicks on a letter, it will query for all results that match that code. We sized this as small-medium, but I am now thinking it is large. It also brought up the issue of how we will merge this function onto our main poetry page, once that is in place.