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 IntoPassed From
highlightTxt
highlightMetadataObj

Components

Custom Components

RenderHighlight ListHighlights

Shared Components