Replies: 4 comments
0 replies
|
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 |
0 replies
|
For example : |
0 replies
|
I know these are a few edge examples but having a supressSortWarning: true flag might help us future |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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- ....
All reactions