You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sorting recipes by the "Last Made" date, recipes that have never been made are currently positioned at the end of the list. This behaviour is counterintuitive because the concept of "Last Made" is intended to highlight recipes based on how recently they were made. Recipes that have "never been made" are the ones I would most likely want to revisit first, as they are essentially the ones that haven't been given a chance yet.
Currently, the sorting order looks like this:
Recipe made in 2022
Recipe made in 2023
Recipe never made
Instead, the expected behaviour should position "never made" recipes before the earliest made recipe, treating them as if they were made the longest time ago. The expected sorting order would look like this:
Recipe never made
Recipe made in 2022
Recipe made in 2023
This approach makes sense because the purpose of sorting by "Last Made" is to allow users to quickly find recipes they haven’t tried yet, as well as revisit older ones. By placing "never made" recipes at the start of the list, users can more easily identify recipes they might wish to try.
Steps to Reproduce
Add recipes to Mealie with "Last Made" dates, including some with no "Last Made" date at all.
Sort the recipes by "Last Made."
Observe that recipes with no "Last Made" date are placed at the end of the list.
Please provide relevant logs
Mealie Version
Nightly
Deployment
Docker (Synology)
Additional Deployment Details
Expected Behaviour:
Recipes with no "Last Made" date should appear before the earliest made recipe when sorting by "Last Made," as they represent the recipes that have never been made and are likely to be of higher interest in this context.
The text was updated successfully, but these errors were encountered:
First Check
What is the issue you are experiencing?
When sorting recipes by the "Last Made" date, recipes that have never been made are currently positioned at the end of the list. This behaviour is counterintuitive because the concept of "Last Made" is intended to highlight recipes based on how recently they were made. Recipes that have "never been made" are the ones I would most likely want to revisit first, as they are essentially the ones that haven't been given a chance yet.
Currently, the sorting order looks like this:
Recipe made in 2022
Recipe made in 2023
Recipe never made
Instead, the expected behaviour should position "never made" recipes before the earliest made recipe, treating them as if they were made the longest time ago. The expected sorting order would look like this:
Recipe never made
Recipe made in 2022
Recipe made in 2023
This approach makes sense because the purpose of sorting by "Last Made" is to allow users to quickly find recipes they haven’t tried yet, as well as revisit older ones. By placing "never made" recipes at the start of the list, users can more easily identify recipes they might wish to try.
Steps to Reproduce
Add recipes to Mealie with "Last Made" dates, including some with no "Last Made" date at all.
Sort the recipes by "Last Made."
Observe that recipes with no "Last Made" date are placed at the end of the list.
Please provide relevant logs
Mealie Version
Nightly
Deployment
Docker (Synology)
Additional Deployment Details
Expected Behaviour:
Recipes with no "Last Made" date should appear before the earliest made recipe when sorting by "Last Made," as they represent the recipes that have never been made and are likely to be of higher interest in this context.
The text was updated successfully, but these errors were encountered: