You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detail view and explorer table have some conditional logic for the values to be rendered. Some of this logic is in the markup itself and some is some helper functions. Move all to helpers functions and provide unit test for those
Implementation details
move all necessary logic that is on markup to helper functions
create unit test for all the helper functions and update the current ones if necessary
Testing details
testing must pass locally
Acceptance Criteria
Explorer UI should render the information correclty
The text was updated successfully, but these errors were encountered:
Detail view and explorer table have some conditional logic for the values to be rendered. Some of this logic is in the markup itself and some is some helper functions. Move all to helpers functions and provide unit test for those
Implementation details
Testing details
Acceptance Criteria
The text was updated successfully, but these errors were encountered: