-
Notifications
You must be signed in to change notification settings - Fork 635
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
7343: DYN-7341: Pm searchresults compatibilityfilter #15568
7343: DYN-7341: Pm searchresults compatibilityfilter #15568
Conversation
- added compatibility filters - no tests yet, functionality not tested yet (still waiting for actual compatibility response to come through)
- picking changes from old branch
UI Smoke TestsTest: success. 11 passed, 0 failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7341
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-7343
Does searching on a filtered list preserve the filter? |
Can we add some tests? |
src/DynamoCoreWpf/ViewModels/PackageManager/PackageManagerSearchViewModel.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, waiting for some tests if doable
…compatibilityfilter
It does! I uploaded a gif showing this behavior. |
- added test for the new filter type - unsubscribing from propertyChanged in Dispose() - small refactor to match style
Done! And I think all other comments are addressed at this point @zeusongit ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good, can merge once the self-serve passes.
Purpose
Follow up to Search PM Redesign PR. Adding
compatibility filters
. Addressing this Jira ticket As a Dynamo package consumer, I want to filter packages based on compatibility infoChanges
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Compatibility
bit of workcompatible
,unknown compatibility
,incompatible
Reviewers
@QilongTang
@zeusongit
@achintyabhat
FYIs
@reddyashish