Replies: 4 comments
-
Can you give a few examples of pages where we don't want to sort by releasedate? The only one where I felt a bit weird was https://endoflife.date/drupal, where we are forced to list 10.4 above 11.1. But even there, it is a very small inconvenience, so I am not sure if this is worth fixing. If we do want to fix this, having a flag like |
Beta Was this translation helpful? Give feedback.
-
For example : |
Beta Was this translation helpful? Give feedback.
-
I know these are a few edge examples but having a supressSortWarning: true flag might help us future |
Beta Was this translation helpful? Give feedback.
-
Hello , right now we are forcing each releace cycle have to be sorted based on its release date
on the other hand this can be a big problem when a product relases a version for old MAJOR version's minor later then current MAJOR version
I mean if a product releases 4.0 then if it release a version lets say 3.11 after that we are forced to put above of 4.0x series.
This is not a problem if the user know that he should check the all the versions but in Quality of life aspact newest/highest MAJOR version should be top
So I would like us to discuss possible solutions:
1- Remove checks for releasedates while compiling
2- Add a variable like ignoreDate: True so that our checks will just ignore its possition
3- Add a special char on its date ( begining or at the end ) ( like !2078-01-24 or 2078-01-24! ) that we can ifnore checks for that date's order
4- ....
Beta Was this translation helpful? Give feedback.
All reactions