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