-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add sort queries by modification date #307
Comments
hey @epugh I'm thinking to work on this one. I will start by tracing the code for the current sort fields and see where this leads to. |
Great... I believe this all happens in the front end angular code... And there are some exampples to copy. I tend to use lots of During next Friday's Quepid Qommunity Qoding session I can pair with you as well. |
Thanks and that'd be awesome to pair on this. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fix implemented by Eric in a pair-programming session, including some commits from here |
@epugh will you reopen this? :) |
Odd, I thought any comments would reopen an issue! |
yep! Well, at least the stale bot has automagically removed the "wontfix" label! |
* #307 added modified column for sorting queries -- incomplete * #307 added modified column for sorting queries -- incomplete * Friday Fun and we got this... * dead code!?? * lint * we tested for situations that should never happen * lint * merge went crazy and duplicated * small refactor from deepsource * deepsource IIFEs should be wrapped JS-0103 fix * deepsource Found some variables redeclared JS-0085 * establish the test patterns, so we can ignore in tests but not in code running DeepSource * fix one, uncover another Consider using `let` or `const` instead of `var` JS-0239 * okay deepsource, Use `const` declarations for variables that are never reassigned JS-0242 Co-authored-by: dmitrykan <[email protected]> Co-authored-by: [email protected] <>
Okay, it's merged, so going to close this! Release soon! |
Is your feature request related to a problem? Please describe.
Sort queries by modification time. Can be very useful when there are several screens of queries and you need only portion that has been annotated / rated.
Describe the solution you'd like
![Screenshot 2021-03-29 at 22 22 00](https://user-images.githubusercontent.com/123553/112888579-32d62800-90dd-11eb-9585-d709b20b29d7.png)
A clear and concise description of what you want to happen.
Add "modification date" to:
Describe alternatives you've considered
Manual drag and drop of queries, but this does not work for multipage situation (I have 65 queries in a single case).
The text was updated successfully, but these errors were encountered: