feat: Dokumenten Upload im Normenrecherche-Tab

Drag & Drop Upload-Zone fuer kundeneigene PDFs (Normen, Spezifikationen).
Tenant-isoliert, Status-Tracking, Backend-Placeholder fuer RAG-Pipeline.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-05-09 08:07:58 +02:00
parent 9034a3071c
commit c89e46a828
2 changed files with 198 additions and 0 deletions
@@ -2,6 +2,7 @@
import { useParams } from 'next/navigation'
import { SuggestedNorms } from '../_components/SuggestedNorms'
import { DocumentUpload } from './_components/DocumentUpload'
export default function NormsPage() {
const params = useParams()