HighlightCollector
Purpose
The HighlightCollector is intended to be a Microfrontend, and will be a repository of highlights generated by the user from the ResponseReviewer. These highlights will be used as inputs for further transformation into insightObjects
The user will be able to remove or add, or modify highlights. (They will not default to modifying the source queryResponseObjects).
State
Information
Information
js
user.id
workspace.id
forRecord.id
highlightObj{
highlightedMarkdownTxt
highlightMetadataObj {
user.id
createdOnDateTime
fromPromptId
fromPromptTitle
fromPromptLineSpan { startLine, endLine }
forRecord.id
forWorkspaceId
}
}
Information
user.id
workspace.id
forRecord.id
selectedHighlightObjectArray [
]
Passed Into | Passed From |
highlightTxt | |
highlightMetadataObj | |
Components
Custom Components
RenderHighlight
ListHighlights