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

Add last modified date to quotation record, use for display (tag, sort) #20

Open billdavisjr opened 4 years ago

billdavisjr commented 4 years ago

Use this tag to display a "NEW" icon of some sort on new quotes Perhaps to do a 2-level sort on quotes; first by the last mod date < 30 days, then by name within OR one of the filter options (besides favorites, stars) would be "new" (last 30 days) Eventually New could mean "since you last logged in" once I have a user-account system so people can have their own database of quotes and save them from the master database of quotes)