Refine board notes, clipping evidence, and case reports

This commit is contained in:
2026-08-22 23:19:46 +02:00
parent 189a98cc64
commit fae5200846
19 changed files with 256 additions and 124 deletions
+3 -1
View File
@@ -67,9 +67,12 @@ export interface UploadedCaseDocument extends DocumentExhibit {
analysis: DocumentUploadAnalysis
}
export type NotePresentation = 'luggage' | 'lined_sheet'
export interface NoteExhibit extends ExhibitBase {
type: 'note'
content: string
presentation: NotePresentation
}
export interface EventExhibit extends ExhibitBase {
@@ -221,7 +224,6 @@ export interface CaseReport {
export interface CaseReportSubmissionInput {
investigatorName: string
evidence: Array<Pick<CaseReportEvidence, 'connectionId' | 'documentExhibitId' | 'relationText' | 'publishedAt' | 'sourceCitation' | 'sourceUri'>>
}
export interface CaseState {