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

feat(designer): Add support for recommendation view to work without depending on prefetched data #3525

Merged
merged 4 commits into from Oct 25, 2023

Conversation

almaasrawi
Copy link
Contributor

@almaasrawi almaasrawi commented Oct 25, 2023

Introduce new methods in the search service to help the recommendation view work without relying on prefetched data. this includes:

  • getOperationById to help retrieve the operation by id upon click.
  • getOperationsByConnector to help retrieve the list of operations for a specific connector, when the connector header is clicked on from the browse or search views.

The change has been smoke tested for Power Automate integration without returning any operation in the prefetch call, and completely relying on the new method callbacks.

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

  • Please Include Screenshots or Videos of the intended change:

AB#25597550

@almaasrawi almaasrawi changed the title Add support for recommendation view to work without depending on prefetched data feat(designer): Add support for recommendation view to work without depending on prefetched data Oct 25, 2023
@ek68794998
Copy link
Contributor

Discussion for reference: #3524

@rllyy97 rllyy97 enabled auto-merge (squash) October 25, 2023 22:30
@rllyy97 rllyy97 merged commit 661e099 into Azure:main Oct 25, 2023
11 checks passed
ek68794998 pushed a commit that referenced this pull request Oct 25, 2023
…epending on prefetched data (#3525)

* Add support for recommendation view to work without depending on prefetch data

* Address PR comment from William

* Address Riley's PR comment

* remove extra 's' from const name
ek68794998 pushed a commit that referenced this pull request Oct 25, 2023
…epending on prefetched data (#3525)

* Add support for recommendation view to work without depending on prefetch data

* Address PR comment from William

* Address Riley's PR comment

* remove extra 's' from const name
ek68794998 pushed a commit that referenced this pull request Nov 2, 2023
…epending on prefetched data (#3525)

* Add support for recommendation view to work without depending on prefetch data

* Address PR comment from William

* Address Riley's PR comment

* remove extra 's' from const name
ek68794998 pushed a commit that referenced this pull request Nov 9, 2023
…epending on prefetched data (#3525)

* Add support for recommendation view to work without depending on prefetch data

* Address PR comment from William

* Address Riley's PR comment

* remove extra 's' from const name
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.

None yet

4 participants