Create filter by dateCreation before/after#410
Open
AnotherAlexSmith wants to merge 1 commit intoKamalisk:arkhamfrom
Open
Create filter by dateCreation before/after#410AnotherAlexSmith wants to merge 1 commit intoKamalisk:arkhamfrom
AnotherAlexSmith wants to merge 1 commit intoKamalisk:arkhamfrom
Conversation
Contributor
Author
|
This feature looks nice. I upvote it! |
Contributor
|
+1. This is a must-have feature for us lagging behind the worldwide meta. |
|
Amazing feature! |
|
Great feature! The Russian community needs this, comrades! |
|
add please! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

I've created a filter that allows to filter decklists by creation date (created before some date, created after some date, or both).
Justification
In Russia we are 2 years behind official release schedule. Right now, when I'm writing this, we're waiting for the release of In the Clutches of Chaos mythos pack. Sometimes I want to see, what decklists were posted & discussed by the community at the moment of the release of a certain pack/cycle AND also want to sort them by the number of likes or reputation of author, to see what META was at the moment or what did people create with the cards of certain pack.
I'm aware of "Select allowed packs" feature, but it doesn't quite work as I wish for, because if I choose everything up to In the Clutches of Chaos and sort by the number of likes, I will get all decklists from the beginning of the Arkham.db.
So I came up with this simple solution which allows me to get only decklists for example from the July of 2019 AND sort them by the reputation or the number of likes.
I used simple html datepickers, no additional installations, just plain & simple code.