cse110-fall21-group9 / Digital-Cookbook-App

A digital cookbook app engineered by UC San Diego CSE 110 Group 9 for the Fall 2021 quarter. A desktop app that uses electron and other web technologies.
1 stars 1 forks source link

Implement Recipe Search and then Recipe Sort #59

Closed Lord-Scrubington-II closed 1 year ago

Lord-Scrubington-II commented 2 years ago

Start with search by name and sort by date changed/name. Strengthen the date format that is stored in the JSON so that it contains the date AND time, OR one option is saving the time in milliseconds from the Unix epoch.

StefanieDao commented 2 years ago

Sreach:

  • [x] By recipe's name
  • [ ] By recipe's tag
  • [ ] By ingredients

Sort

  • [ ] By recipe's name (A-Z and Z-A)
  • [ ] By date added (Time Added: Newest to Older vs Oldest to Newest)
haxoc commented 2 years ago

Search works, no sorting.