Skip to content

feat(new-widget-builder-experience): Add support to the release data set in SortBy - Part 2 - [DD-537]#33241

Merged
priscilawebdev merged 16 commits intomasterfrom
feat/new-widget-builder-experience-add-metrics-data-set-part-2
Apr 6, 2022
Merged

feat(new-widget-builder-experience): Add support to the release data set in SortBy - Part 2 - [DD-537]#33241
priscilawebdev merged 16 commits intomasterfrom
feat/new-widget-builder-experience-add-metrics-data-set-part-2

Conversation

@priscilawebdev
Copy link
Copy Markdown
Member

@priscilawebdev priscilawebdev commented Apr 3, 2022

  • Fix issue with Release Search that was not updating query used in handles
  • Add support to release data set in sortby
  • Add more tests
Screen.Recording.2022-04-03.at.18.19.01.mov

@priscilawebdev priscilawebdev changed the base branch from master to feat/new-widget-builder-experience-add-metrics-data-set April 3, 2022 16:16
@priscilawebdev priscilawebdev changed the title Feat/new widget builder experience add metrics data set part 2 feat(new-widget-builder-experience): Add support to the release data set in SortBy - Part 2 Apr 3, 2022
@priscilawebdev priscilawebdev changed the title feat(new-widget-builder-experience): Add support to the release data set in SortBy - Part 2 feat(new-widget-builder-experience): Add support to the release data set in SortBy - Part 2 - [DD-537] Apr 3, 2022
Copy link
Copy Markdown
Member

@narsaynorath narsaynorath left a comment

Choose a reason for hiding this comment

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

Looks good. I checked its behaviour with the modal and it behaves the same way 👍


return (
<StyledIssueListSearchBar
searchSource={searchSource}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we want to remove this now? This component is still being used in the modal to avoid having duplicate logic and I figured we'd make this change when we delete that

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

oh, I see...yes it's better to not change this now.. will revert it ..thanks

widgetType={widgetType}
sortByOptions={
dataSet === DataSet.EVENTS
dataSet !== DataSet.ISSUES
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm thinking we should make this dataSet === DataSet.Issues and flip the ternary results like we did in widgetBuilder/utils.tsx. Not a big deal but it's consistent and I think positive checks are nice

@priscilawebdev priscilawebdev enabled auto-merge (squash) April 6, 2022 06:47
@priscilawebdev priscilawebdev merged commit d97d485 into master Apr 6, 2022
@priscilawebdev priscilawebdev deleted the feat/new-widget-builder-experience-add-metrics-data-set-part-2 branch April 6, 2022 07:31
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants