-
Notifications
You must be signed in to change notification settings - Fork 75
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
Catalog qol #364
Catalog qol #364
Conversation
This partially reverts commit 96fdb7d. This seems to have been an accidental change
More comments forthcoming once I actually read the PR and try this on my local server. |
Pull Request Test Coverage Report for Build 11769985289Details
💛 - Coveralls |
This looks really good! I made a few cosmetic changes to personal taste, but overall I think this looks really solid. If you go ahead and write a few unit tests we can basically merge it in right away since I've checked that it seems to work the way intended. |
Thanks 🧡 |
Ok, i think we are good to go. Is it possible to disable linting for specific files? case in point - ruff made the test_catalog_filters function in tests.py look downright ugly. |
yes but it's not worth it i think |
alright i think this is good now thanks much, it should be on production momentarily. thank you for this much-needed pull request! |
OK, but in the future feel free to just open a pull request yourself if you have patches like this you want to merge. |
Okay |
pretty comprehensive(?) filtering and sorting functionality in the unit catalog to enhance Quality of Life (ft. ChatGPT)
Code passes style checks but tests haven't been written.