Ana içeriğe geç
Versiyon: 1.0.8

File Management

File Management in the CaseWriter sidebar opens /casewriter/files.

Files

This Is Analyzer's Screen

/casewriter/files is a Next.js rewrite to /analyzer/files. You are looking at Analyzer's File Management page; only the URL and the highlighted sidebar entry belong to CaseWriter.

The same applies to the deeper paths:

CaseWriter URLActually serves
/casewriter/files/analyzer/files
/casewriter/files/file-detail/analyzer/files/file-detail
/casewriter/files/...The matching /analyzer/files/... path
/casewriter/analysis-score/analyzer/analysis-score

The rewrite exists so the CaseWriter entry stays highlighted while you work with files, instead of switching the whole shell over to Analyzer.

For how the screen itself works — uploading, versioning, previewing, and analysis scoring — see Analyzer File Management.

Why It Matters for CaseWriter

  • The generator's Select Document picker reads from this same file library, so anything you upload here is immediately available as a generation source.
  • Uploads made through the CaseWriter route carry the Case Writer module origin, so the file is attributed to CaseWriter rather than Analyzer.
  • The AI session detail page lets you download the document a session was generated from, which is the same file record.

Analysis Score

Opening Analysis Score from the file screen while you are on the CaseWriter route lands on /casewriter/analysis-score, which is rewritten to Analyzer's Analysis Score page. The generator can also be opened from an analysis score, in which case it loads that file as the session source.

See Analyzer Analysis Score for what the score measures.