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

DYN-7343: Pm search compatibility filters update #15603

Merged
merged 3 commits into from
Nov 5, 2024

Conversation

dnenov
Copy link
Collaborator

@dnenov dnenov commented Nov 5, 2024

Purpose

A few minor issues/alignments to push before 3.4.

UI Changes

image

i9Pxc7kVEg

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

  • Compatible and Incompatible filters are now exclusive @QilongTang @hwahlstrom
  • * to x conversion for the UI
  • minor color fix for alternating row colors for the compatibility matrix

Reviewers

@zeusongit
@QilongTang

FYIs

@reddyashish

- compatible and incompatible filters should be mutually exclusive
- small ui fix with alternating row background color for the compatibility matrix
- aligning to website design, we convert any wildcard symbol to lowercase 'x'
- only do it on the UI, not touching the actual string value (using converter)
- alternating rows background color fix
@dnenov dnenov changed the title Pm search compfilters update DYN-7343: Pm search compatibility filters update Nov 5, 2024
Copy link

@github-actions github-actions bot left a 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

Copy link

github-actions bot commented Nov 5, 2024

UI Smoke Tests

Test: success. 11 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests

@QilongTang QilongTang added this to the 3.4 milestone Nov 5, 2024
@@ -6480,7 +6480,7 @@
<Setter Property="BorderBrush" Value="{StaticResource DarkMidGreyBrush}" />
<Setter Property="ColumnWidth" Value="Auto" />
<Setter Property="GridLinesVisibility" Value="Vertical" />
<Setter Property="VerticalGridLinesBrush" Value="{StaticResource DarkMidGreyBrush}" />
<Setter Property="VerticalGridLinesBrush" Value="#646464" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm this looks like backward to me?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I updated this to match the design we have on Figma. It meant that I needed to add a new color to the swatch of colors we used so far. https://www.figma.com/design/MJh76m7bbafE3sjwLUTZhZ/Dynamo-package-manager-update?node-id=2397-31482&node-type=canvas&t=OCvkjGxUxDFeO1qW-0

I pushed a new commit making it a resource, which I should have done to begin with, apologies @QilongTang .

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

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

One question

@dnenov
Copy link
Collaborator Author

dnenov commented Nov 5, 2024

Jenkins reports 1 test timing out, the test passes locally .. I don't see how it is connected with any of these changes.

image

@zeusongit
Copy link
Contributor

Jenkins reports 1 test timing out, the test passes locally .. I don't see how it is connected with any of these changes.

image

Merging since the test in unrelated.

And yes, I have seen that fail for other PRs too, is this related to this PR #15583? fyi @reddyashish

@zeusongit zeusongit merged commit 3ace937 into DynamoDS:master Nov 5, 2024
20 of 22 checks passed
zeusongit pushed a commit to zeusongit/Dynamo that referenced this pull request Nov 5, 2024
@reddyashish
Copy link
Contributor

The tests passed on that PR though. I will check that test again with those changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants