lhmcgann / MyDiaryApp

A simple diary web app. CSC 307 team project, Spring 2020.
0 stars 1 forks source link

Return a sorted list of entries #33

Closed lhmcgann closed 4 years ago

lhmcgann commented 4 years ago

Sort by dateCreated: most recent, least recent

Estimated time: 3hrs

lhmcgann commented 4 years ago

figured out pymongo's datetime.datetime (equivalent of Date) made another Sorting diary w/ 4 "permanent" Sort Test # entries method in diary works to sort its entries by date (both recent first and recent last via boolean arg) lambda method itemgetter method helpful article and the example is actually with datetimes! actual time: 2hrs