Skip to content

Conversation

@susrithasabbini
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Recon Engine Transformed Entries Exceptions

image

Motivation and Context

#3827

How did you test it?

Locally

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@susrithasabbini susrithasabbini requested a review from a team as a code owner November 7, 2025 14:27
@semanticdiff-com
Copy link

Review changes with  SemanticDiff

@susrithasabbini susrithasabbini self-assigned this Nov 7, 2025
@susrithasabbini susrithasabbini added S-waiting-on-review Status: This PR has been implemented and needs to be reviewed C-feature Category: Feature request or enhancement S-Recon Status: Issue Related to Recon labels Nov 7, 2025
@susrithasabbini susrithasabbini linked an issue Nov 7, 2025 that may be closed by this pull request
Comment on lines 5 to 19
switch url.path->HSwitchUtils.urlPath {
| list{"v1", "recon-engine", "transformed-entry-exceptions", ...remainingPath} =>
<EntityScaffold
entityName="Exceptions"
remainingPath
access=Access
renderList={() =>
<FilterContext
key="recon-engine-transformed-entry-exceptions"
index="recon-engine-transformed-entry-exceptions">
<ReconEngineTransformedEntryExceptions />
</FilterContext>}
renderShow={(_id, _) => React.null}
/>
| _ => React.null
Copy link
Contributor

Choose a reason for hiding this comment

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

Are there supposed to be more components in this file ? If no then please remove the switch . Also whats the need of container if we are not calling any API or anything ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-feature Category: Feature request or enhancement S-Recon Status: Issue Related to Recon S-waiting-on-review Status: This PR has been implemented and needs to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: recon engine staging entry exceptions

3 participants