-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #13: Sort Items by Purchase Urgency #30
Commits on Sep 16, 2024
-
feat(#13): implement sort list by purchase history
export function comparePurchaseUrgency dates.js: update param name and logic to handle future and past dates List.jsx: import comparePurchaseUrgency
Configuration menu - View commit details
-
Copy full SHA for bdec39e - Browse repository at this point
Copy the full SHA bdec39eView commit details -
fix: update comparePurchase urgency function to handle overdue dates
filter shopping list to separate out past purchase dates and pending purchase dates into two lists append the lists to eachother so overdue dates come first
Configuration menu - View commit details
-
Copy full SHA for 69d35e8 - Browse repository at this point
Copy the full SHA 69d35e8View commit details
Commits on Sep 17, 2024
-
fix(#13): refactor comparePurchaseUrgency to categorize and sort shop…
…ping list items based on urgency Categories are: inactive, overdue, and future. Overdue items appear first, followed by future dates, and finally inactive items.
Configuration menu - View commit details
-
Copy full SHA for 86518ec - Browse repository at this point
Copy the full SHA 86518ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1161bc4 - Browse repository at this point
Copy the full SHA 1161bc4View commit details
Commits on Sep 18, 2024
-
fix: rename getDaysBetweenDates to calculateDaysDifferenceFromNow, re…
…locate comparePurchaseUrgency to dates.jsx
Configuration menu - View commit details
-
Copy full SHA for e097d2f - Browse repository at this point
Copy the full SHA e097d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6307f89 - Browse repository at this point
Copy the full SHA 6307f89View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7835574 - Browse repository at this point
Copy the full SHA 7835574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8279ed4 - Browse repository at this point
Copy the full SHA 8279ed4View commit details