Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

bcFetchData should load data of hierarchy of BCs #707

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

DRITE
Copy link
Contributor

@DRITE DRITE commented Sep 18, 2021

see #698

Consider the following example:
An action bcFetchDataRequest with payload {widgetName: 'exampleWidgetName', bcName: 'grandParentBcName'} is dispatched.
Let bcName of 'exampleWidgetName' has name 'exampleWidgetBcName'. Also 'exampleWidgetName' includes showCondition with bcName: 'parentBcName'. And hierarchy of BC names is: 'grandParentBcName' is parent of 'parentBcName', 'parentBcName' is parent of 'exampleWidgetName'. Also current view doesn't include other widgets with BC name 'parentBcName' or 'grandParentBcName'.

In this case bcFetchData epic should load data of whole hierarchy of BCs from 'grandParentBcName' to 'exampleWidgetBcName'.

@DRITE DRITE added the bug Something isn't working label Sep 18, 2021
@DRITE DRITE requested a review from Dergash September 18, 2021 07:33
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

81.5% 81.5% Coverage
0.0% 0.0% Duplication

@Dergash Dergash merged commit b279596 into develop Sep 20, 2021
@Dergash Dergash added this to the 1.32.0 milestone Sep 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants