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

FEATURE - Intercept console error messages from the iframe in the React app #2514

Open
3 tasks
nikmace opened this issue Oct 31, 2024 · 0 comments
Open
3 tasks
Assignees
Labels
control-property-editor @sap-ux/control-property-editor control-property-editor-common @sap-ux-private/control-property-editor-common feature New feature or request

Comments

@nikmace
Copy link
Contributor

nikmace commented Oct 31, 2024

As a developer,
I want to be able to see important messages from the browser's console in the Info Center,
so that I have the errors consolidated in one place and be user friendly

Description

What is the high level purpose and value of the feature? The description should ensure that anyone reading understands what it is doing (at a high level) and most importantly why.

We need to intercept the console calls from the iframe in order to show them in the Info Center, which is being implemented in this PR: #2511.

Acceptance Criteria

GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)

Given I have started the Editor
when I the application loads
then I will see all the filtered errors in the Info Center

Notes

Tasks

  • Unit Tests added
  • Test Cases defined
@nikmace nikmace added feature New feature or request control-property-editor @sap-ux/control-property-editor control-property-editor-common @sap-ux-private/control-property-editor-common labels Oct 31, 2024
@nikmace nikmace self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control-property-editor @sap-ux/control-property-editor control-property-editor-common @sap-ux-private/control-property-editor-common feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant