Summary
Some signals may have content to add to the detail view of a case. This task is to add a method to make this possible.
Background
- The detail view of a case will contain extended information about a given case
- This includes the ability to see extended information associated with the matched signal
- Often this extended information and the format it uses is considered private (and so should use private code to be defined)
- This includes the ability to see extended information associated with the matched signal
- To make it possible to do the above, we will need a way to allow private code to provide extended information to be rendered on the detail view of a case
- This method needs to at least partly be in public code so that we can call it in the detail view
Acceptance criteria
- It is possible to define extended information provided by signal code that is shown on the detail view of a case