billdavisjr / quotations-space

Continuation of my Code Institute 3rd Milestone project - Quotation(s).space and quooqle.com site - using Python, Flask, MongoDB, etc.
https://quotations-space.herokuapp.com/
0 stars 0 forks source link

Implement a condensed view of the quotes #28

Open billdavisjr opened 4 years ago

billdavisjr commented 4 years ago

Have a page with a very condensed view of the page. A single line with quote (truncated using Materialize "truncate" class http://archives.materializecss.com/0.100.2/helpers.html), author, and the icon buttons now hidden in the collapsible body

Click on the link to open each quote in it's own page Click on the author name to filter the condensed quote list by just that author's quotes

billdavisjr commented 4 years ago

Page should have search and filter functions like the regular main page too. Also support pagination since I have a file of about 10,000 quotes?