Skip to content
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

[Feature] Better resolution search #1568

Merged
merged 6 commits into from
Aug 2, 2021

Conversation

Jekora
Copy link
Contributor

@Jekora Jekora commented Jul 9, 2021

Resolves #1005

Added the ability to filter resolution by:

  • Equals
  • Not Equals
  • Greater Than
  • Less Than

This is my first contribution, and first time writing code in go. I've did my best to follow the guidelines.
I was looking for this feature, so I tried to implement it myself.
I did struggle with writing the tests, but I think they should be fine. Let me know if there's anything you want me to change.

@Jekora Jekora marked this pull request as ready for review July 9, 2021 18:56
Copy link
Collaborator

@WithoutPants WithoutPants left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@WithoutPants WithoutPants added the feature Pull requests that add a new feature label Aug 2, 2021
@WithoutPants WithoutPants added this to the Version 0.9.0 milestone Aug 2, 2021
@WithoutPants WithoutPants merged commit ede8cca into stashapp:develop Aug 2, 2021
FleetingOrchard pushed a commit to FleetingOrchard/stash that referenced this pull request Sep 16, 2021
* Fix width in database test setup
* Added more filters on resolution field
* added test to verify resolution range is defined for every resolution
* Refactor UI code

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Pull requests that add a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Resolution Greater Than/Less Than Filters
2 participants