Protokoll #954

ID954
Zeitstempel2025-12-20 17:47:37.009091
Clientroot
IP145.224.96.190
Modellclaude-sonnet-4-20250514
Statuscompleted
Tokens6,789 (Input: 1,813, Output: 4,976)
Dauer89 ms
Request-Zeit2025-12-20 17:47:37.009091
Response-Zeit2025-12-20 17:47:37.098398

Request

{
    "event": "PreToolUse",
    "tool_name": "Edit",
    "tool_input": {
        "file_path": "\/var\/www\/dev.campus.systemische-tools.de\/routes\/web.php",
        "old_string": "$router->get('\/semantic-explorer', [SemanticExplorerController::class, 'index']);\n$router->get('\/semantic-explorer\/dokumente', [SemanticExplorerController::class, 'dokumente']);\n$router->get('\/semantic-explorer\/dokumente\/{id}', [SemanticExplorerController::class, 'dokumentShow']);\n$router->get('\/semantic-explorer\/chunks', [SemanticExplorerController::class, 'chunks']);\n$router->get('\/semantic-explorer\/chunks\/{id}', [SemanticExplorerController::class, 'chunkShow']);\n$router->get('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaeten']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetShow']);\n$router->get('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationen']);\n$router->get('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomie']);\n$router->get('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologie']);\n$router->get('\/semantic-explorer\/semantik', [SemanticExplorerController::class, 'semantik']);\n$router->get('\/semantic-explorer\/suche', [SemanticExplorerController::class, 'suche']);\n\n\/\/ Semantic Explorer CRUD - Entitaeten\n$router->get('\/semantic-explorer\/entitaeten\/new', [SemanticExplorerController::class, 'entitaetNew']);\n$router->post('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaetStore']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}\/edit', [SemanticExplorerController::class, 'entitaetEdit']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetUpdate']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}\/delete', [SemanticExplorerController::class, 'entitaetDelete']);\n\n\/\/ Semantic Explorer CRUD - Relationen\n$router->get('\/semantic-explorer\/relationen\/new', [SemanticExplorerController::class, 'relationNew']);\n$router->post('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationStore']);\n$router->get('\/semantic-explorer\/relationen\/{id}\/edit', [SemanticExplorerController::class, 'relationEdit']);\n$router->post('\/semantic-explorer\/relationen\/{id}', [SemanticExplorerController::class, 'relationUpdate']);\n$router->post('\/semantic-explorer\/relationen\/{id}\/delete', [SemanticExplorerController::class, 'relationDelete']);\n\n\/\/ Semantic Explorer CRUD - Taxonomie\n$router->get('\/semantic-explorer\/taxonomie\/new', [SemanticExplorerController::class, 'taxonomieNew']);\n$router->post('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomieStore']);\n$router->get('\/semantic-explorer\/taxonomie\/{id}\/edit', [SemanticExplorerController::class, 'taxonomieEdit']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}', [SemanticExplorerController::class, 'taxonomieUpdate']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}\/delete', [SemanticExplorerController::class, 'taxonomieDelete']);\n\n\/\/ Semantic Explorer CRUD - Ontologie\n$router->get('\/semantic-explorer\/ontologie\/new', [SemanticExplorerController::class, 'ontologieNew']);\n$router->post('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologieStore']);\n$router->get('\/semantic-explorer\/ontologie\/{id}\/edit', [SemanticExplorerController::class, 'ontologieEdit']);\n$router->post('\/semantic-explorer\/ontologie\/{id}', [SemanticExplorerController::class, 'ontologieUpdate']);\n$router->post('\/semantic-explorer\/ontologie\/{id}\/delete', [SemanticExplorerController::class, 'ontologieDelete']);",
        "new_string": "$router->get('\/semantic-explorer', [SemanticExplorerController::class, 'index']);\n$router->get('\/semantic-explorer\/dokumente', [SemanticExplorerController::class, 'dokumente']);\n$router->get('\/semantic-explorer\/dokumente\/{id}', [SemanticExplorerController::class, 'dokumentShow']);\n$router->get('\/semantic-explorer\/chunks', [SemanticExplorerController::class, 'chunks']);\n$router->get('\/semantic-explorer\/chunks\/{id}', [SemanticExplorerController::class, 'chunkShow']);\n$router->get('\/semantic-explorer\/semantik', [SemanticExplorerController::class, 'semantik']);\n$router->get('\/semantic-explorer\/suche', [SemanticExplorerController::class, 'suche']);\n\n\/\/ Semantic Explorer - Entitaeten (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaeten']);\n$router->get('\/semantic-explorer\/entitaeten\/new', [SemanticExplorerController::class, 'entitaetNew']);\n$router->post('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaetStore']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}\/edit', [SemanticExplorerController::class, 'entitaetEdit']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}\/delete', [SemanticExplorerController::class, 'entitaetDelete']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetShow']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetUpdate']);\n\n\/\/ Semantic Explorer - Relationen (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationen']);\n$router->get('\/semantic-explorer\/relationen\/new', [SemanticExplorerController::class, 'relationNew']);\n$router->post('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationStore']);\n$router->get('\/semantic-explorer\/relationen\/{id}\/edit', [SemanticExplorerController::class, 'relationEdit']);\n$router->post('\/semantic-explorer\/relationen\/{id}\/delete', [SemanticExplorerController::class, 'relationDelete']);\n$router->post('\/semantic-explorer\/relationen\/{id}', [SemanticExplorerController::class, 'relationUpdate']);\n\n\/\/ Semantic Explorer - Taxonomie (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomie']);\n$router->get('\/semantic-explorer\/taxonomie\/new', [SemanticExplorerController::class, 'taxonomieNew']);\n$router->post('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomieStore']);\n$router->get('\/semantic-explorer\/taxonomie\/{id}\/edit', [SemanticExplorerController::class, 'taxonomieEdit']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}\/delete', [SemanticExplorerController::class, 'taxonomieDelete']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}', [SemanticExplorerController::class, 'taxonomieUpdate']);\n\n\/\/ Semantic Explorer - Ontologie (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologie']);\n$router->get('\/semantic-explorer\/ontologie\/new', [SemanticExplorerController::class, 'ontologieNew']);\n$router->post('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologieStore']);\n$router->get('\/semantic-explorer\/ontologie\/{id}\/edit', [SemanticExplorerController::class, 'ontologieEdit']);\n$router->post('\/semantic-explorer\/ontologie\/{id}\/delete', [SemanticExplorerController::class, 'ontologieDelete']);\n$router->post('\/semantic-explorer\/ontologie\/{id}', [SemanticExplorerController::class, 'ontologieUpdate']);"
    }
}

Response

{
    "tool_response": {
        "filePath": "\/var\/www\/dev.campus.systemische-tools.de\/routes\/web.php",
        "oldString": "$router->get('\/semantic-explorer', [SemanticExplorerController::class, 'index']);\n$router->get('\/semantic-explorer\/dokumente', [SemanticExplorerController::class, 'dokumente']);\n$router->get('\/semantic-explorer\/dokumente\/{id}', [SemanticExplorerController::class, 'dokumentShow']);\n$router->get('\/semantic-explorer\/chunks', [SemanticExplorerController::class, 'chunks']);\n$router->get('\/semantic-explorer\/chunks\/{id}', [SemanticExplorerController::class, 'chunkShow']);\n$router->get('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaeten']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetShow']);\n$router->get('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationen']);\n$router->get('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomie']);\n$router->get('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologie']);\n$router->get('\/semantic-explorer\/semantik', [SemanticExplorerController::class, 'semantik']);\n$router->get('\/semantic-explorer\/suche', [SemanticExplorerController::class, 'suche']);\n\n\/\/ Semantic Explorer CRUD - Entitaeten\n$router->get('\/semantic-explorer\/entitaeten\/new', [SemanticExplorerController::class, 'entitaetNew']);\n$router->post('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaetStore']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}\/edit', [SemanticExplorerController::class, 'entitaetEdit']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetUpdate']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}\/delete', [SemanticExplorerController::class, 'entitaetDelete']);\n\n\/\/ Semantic Explorer CRUD - Relationen\n$router->get('\/semantic-explorer\/relationen\/new', [SemanticExplorerController::class, 'relationNew']);\n$router->post('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationStore']);\n$router->get('\/semantic-explorer\/relationen\/{id}\/edit', [SemanticExplorerController::class, 'relationEdit']);\n$router->post('\/semantic-explorer\/relationen\/{id}', [SemanticExplorerController::class, 'relationUpdate']);\n$router->post('\/semantic-explorer\/relationen\/{id}\/delete', [SemanticExplorerController::class, 'relationDelete']);\n\n\/\/ Semantic Explorer CRUD - Taxonomie\n$router->get('\/semantic-explorer\/taxonomie\/new', [SemanticExplorerController::class, 'taxonomieNew']);\n$router->post('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomieStore']);\n$router->get('\/semantic-explorer\/taxonomie\/{id}\/edit', [SemanticExplorerController::class, 'taxonomieEdit']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}', [SemanticExplorerController::class, 'taxonomieUpdate']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}\/delete', [SemanticExplorerController::class, 'taxonomieDelete']);\n\n\/\/ Semantic Explorer CRUD - Ontologie\n$router->get('\/semantic-explorer\/ontologie\/new', [SemanticExplorerController::class, 'ontologieNew']);\n$router->post('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologieStore']);\n$router->get('\/semantic-explorer\/ontologie\/{id}\/edit', [SemanticExplorerController::class, 'ontologieEdit']);\n$router->post('\/semantic-explorer\/ontologie\/{id}', [SemanticExplorerController::class, 'ontologieUpdate']);\n$router->post('\/semantic-explorer\/ontologie\/{id}\/delete', [SemanticExplorerController::class, 'ontologieDelete']);",
        "newString": "$router->get('\/semantic-explorer', [SemanticExplorerController::class, 'index']);\n$router->get('\/semantic-explorer\/dokumente', [SemanticExplorerController::class, 'dokumente']);\n$router->get('\/semantic-explorer\/dokumente\/{id}', [SemanticExplorerController::class, 'dokumentShow']);\n$router->get('\/semantic-explorer\/chunks', [SemanticExplorerController::class, 'chunks']);\n$router->get('\/semantic-explorer\/chunks\/{id}', [SemanticExplorerController::class, 'chunkShow']);\n$router->get('\/semantic-explorer\/semantik', [SemanticExplorerController::class, 'semantik']);\n$router->get('\/semantic-explorer\/suche', [SemanticExplorerController::class, 'suche']);\n\n\/\/ Semantic Explorer - Entitaeten (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaeten']);\n$router->get('\/semantic-explorer\/entitaeten\/new', [SemanticExplorerController::class, 'entitaetNew']);\n$router->post('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaetStore']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}\/edit', [SemanticExplorerController::class, 'entitaetEdit']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}\/delete', [SemanticExplorerController::class, 'entitaetDelete']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetShow']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetUpdate']);\n\n\/\/ Semantic Explorer - Relationen (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationen']);\n$router->get('\/semantic-explorer\/relationen\/new', [SemanticExplorerController::class, 'relationNew']);\n$router->post('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationStore']);\n$router->get('\/semantic-explorer\/relationen\/{id}\/edit', [SemanticExplorerController::class, 'relationEdit']);\n$router->post('\/semantic-explorer\/relationen\/{id}\/delete', [SemanticExplorerController::class, 'relationDelete']);\n$router->post('\/semantic-explorer\/relationen\/{id}', [SemanticExplorerController::class, 'relationUpdate']);\n\n\/\/ Semantic Explorer - Taxonomie (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomie']);\n$router->get('\/semantic-explorer\/taxonomie\/new', [SemanticExplorerController::class, 'taxonomieNew']);\n$router->post('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomieStore']);\n$router->get('\/semantic-explorer\/taxonomie\/{id}\/edit', [SemanticExplorerController::class, 'taxonomieEdit']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}\/delete', [SemanticExplorerController::class, 'taxonomieDelete']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}', [SemanticExplorerController::class, 'taxonomieUpdate']);\n\n\/\/ Semantic Explorer - Ontologie (spezifische Routes VOR {id})\n$router->get('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologie']);\n$router->get('\/semantic-explorer\/ontologie\/new', [SemanticExplorerController::class, 'ontologieNew']);\n$router->post('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologieStore']);\n$router->get('\/semantic-explorer\/ontologie\/{id}\/edit', [SemanticExplorerController::class, 'ontologieEdit']);\n$router->post('\/semantic-explorer\/ontologie\/{id}\/delete', [SemanticExplorerController::class, 'ontologieDelete']);\n$router->post('\/semantic-explorer\/ontologie\/{id}', [SemanticExplorerController::class, 'ontologieUpdate']);",
        "originalFile": "<?php\n\/**\n * Web Routes\n *\/\n\nuse Controller\\HomeController;\nuse Controller\\DocsController;\nuse Controller\\ChatController;\nuse Controller\\ContentController;\nuse Controller\\ContractController;\nuse Controller\\ProtokollController;\n\n$router->get('\/', [HomeController::class, 'index']);\n\n\/\/ KI-Chat (Session-basiert)\n$router->get('\/chat', [ChatController::class, 'index']);\n$router->get('\/chat\/sessions', [ChatController::class, 'sessionList']);\n$router->get('\/chat\/{uuid}', [ChatController::class, 'show']);\n$router->post('\/chat\/{uuid}\/message', [ChatController::class, 'message']);\n$router->post('\/chat\/{uuid}\/title', [ChatController::class, 'updateTitle']);\n$router->delete('\/chat\/{uuid}', [ChatController::class, 'delete']);\n\n\/\/ Content Studio\n$router->get('\/content', [ContentController::class, 'index']);\n$router->get('\/content\/new', [ContentController::class, 'contentNew']);\n$router->post('\/content', [ContentController::class, 'store']);\n$router->get('\/content\/{id}', [ContentController::class, 'show']);\n$router->get('\/content\/{id}\/edit', [ContentController::class, 'edit']);\n$router->post('\/content\/{id}\/generate', [ContentController::class, 'generate']);\n$router->post('\/content\/{id}\/critique', [ContentController::class, 'critique']);\n$router->post('\/content\/{id}\/revise', [ContentController::class, 'revise']);\n$router->post('\/content\/{id}\/approve', [ContentController::class, 'approve']);\n$router->post('\/content\/{id}\/decline', [ContentController::class, 'decline']);\n\n\/\/ Dokumentation (aus Datenbank)\n$router->get('\/docs', [DocsController::class, 'index']);\n$router->get('\/docs\/modul\/{slug}', [DocsController::class, 'redirectBySlug']);\n$router->get('\/docs\/{path:.*}', [DocsController::class, 'show']);\n\n\/\/ Tasks (Web-UI)\n$router->get('\/tasks', [DocsController::class, 'tasksIndex']);\n$router->get('\/tasks\/new', [DocsController::class, 'tasksNew']);\n$router->get('\/tasks\/{id}', [DocsController::class, 'taskShow']);\n$router->get('\/tasks\/{id}\/edit', [DocsController::class, 'tasksEdit']);\n\n\/\/ KI-Protokoll (nur Lesen)\n$router->get('\/protokoll', [ProtokollController::class, 'index']);\n$router->get('\/protokoll\/{id}', [ProtokollController::class, 'show']);\n\n\/\/ System Explorer (Interne Dokumentation - Code & System-Docs)\nuse Controller\\SystemExplorerController;\n\n$router->get('\/system-explorer', [SystemExplorerController::class, 'index']);\n$router->get('\/system-explorer\/dokumente', [SystemExplorerController::class, 'dokumente']);\n$router->get('\/system-explorer\/dokumente\/{id}', [SystemExplorerController::class, 'dokumentShow']);\n$router->get('\/system-explorer\/seiten', [SystemExplorerController::class, 'seiten']);\n$router->get('\/system-explorer\/seiten\/{id}', [SystemExplorerController::class, 'seiteShow']);\n$router->get('\/system-explorer\/chunks', [SystemExplorerController::class, 'chunks']);\n$router->get('\/system-explorer\/chunks\/{id}', [SystemExplorerController::class, 'chunkShow']);\n$router->get('\/system-explorer\/taxonomie', [SystemExplorerController::class, 'taxonomie']);\n$router->get('\/system-explorer\/suche', [SystemExplorerController::class, 'suche']);\n\n\/\/ Semantic Explorer (Nutzdaten - Dokumente, Mails, etc.)\nuse Controller\\SemanticExplorerController;\n\n$router->get('\/semantic-explorer', [SemanticExplorerController::class, 'index']);\n$router->get('\/semantic-explorer\/dokumente', [SemanticExplorerController::class, 'dokumente']);\n$router->get('\/semantic-explorer\/dokumente\/{id}', [SemanticExplorerController::class, 'dokumentShow']);\n$router->get('\/semantic-explorer\/chunks', [SemanticExplorerController::class, 'chunks']);\n$router->get('\/semantic-explorer\/chunks\/{id}', [SemanticExplorerController::class, 'chunkShow']);\n$router->get('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaeten']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetShow']);\n$router->get('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationen']);\n$router->get('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomie']);\n$router->get('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologie']);\n$router->get('\/semantic-explorer\/semantik', [SemanticExplorerController::class, 'semantik']);\n$router->get('\/semantic-explorer\/suche', [SemanticExplorerController::class, 'suche']);\n\n\/\/ Semantic Explorer CRUD - Entitaeten\n$router->get('\/semantic-explorer\/entitaeten\/new', [SemanticExplorerController::class, 'entitaetNew']);\n$router->post('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaetStore']);\n$router->get('\/semantic-explorer\/entitaeten\/{id}\/edit', [SemanticExplorerController::class, 'entitaetEdit']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetUpdate']);\n$router->post('\/semantic-explorer\/entitaeten\/{id}\/delete', [SemanticExplorerController::class, 'entitaetDelete']);\n\n\/\/ Semantic Explorer CRUD - Relationen\n$router->get('\/semantic-explorer\/relationen\/new', [SemanticExplorerController::class, 'relationNew']);\n$router->post('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationStore']);\n$router->get('\/semantic-explorer\/relationen\/{id}\/edit', [SemanticExplorerController::class, 'relationEdit']);\n$router->post('\/semantic-explorer\/relationen\/{id}', [SemanticExplorerController::class, 'relationUpdate']);\n$router->post('\/semantic-explorer\/relationen\/{id}\/delete', [SemanticExplorerController::class, 'relationDelete']);\n\n\/\/ Semantic Explorer CRUD - Taxonomie\n$router->get('\/semantic-explorer\/taxonomie\/new', [SemanticExplorerController::class, 'taxonomieNew']);\n$router->post('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomieStore']);\n$router->get('\/semantic-explorer\/taxonomie\/{id}\/edit', [SemanticExplorerController::class, 'taxonomieEdit']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}', [SemanticExplorerController::class, 'taxonomieUpdate']);\n$router->post('\/semantic-explorer\/taxonomie\/{id}\/delete', [SemanticExplorerController::class, 'taxonomieDelete']);\n\n\/\/ Semantic Explorer CRUD - Ontologie\n$router->get('\/semantic-explorer\/ontologie\/new', [SemanticExplorerController::class, 'ontologieNew']);\n$router->post('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologieStore']);\n$router->get('\/semantic-explorer\/ontologie\/{id}\/edit', [SemanticExplorerController::class, 'ontologieEdit']);\n$router->post('\/semantic-explorer\/ontologie\/{id}', [SemanticExplorerController::class, 'ontologieUpdate']);\n$router->post('\/semantic-explorer\/ontologie\/{id}\/delete', [SemanticExplorerController::class, 'ontologieDelete']);\n\n\/\/ Contracts\n$router->get('\/contracts', [ContractController::class, 'index']);\n$router->get('\/contracts\/new', [ContractController::class, 'contractNew']);\n$router->post('\/contracts', [ContractController::class, 'store']);\n$router->get('\/contracts\/{id}', [ContractController::class, 'show']);\n$router->get('\/contracts\/{id}\/edit', [ContractController::class, 'edit']);\n$router->post('\/contracts\/{id}', [ContractController::class, 'update']);\n$router->post('\/contracts\/{id}\/validate', [ContractController::class, 'validate']);\n$router->post('\/contracts\/{id}\/deprecate', [ContractController::class, 'deprecate']);\n\n\/\/ Backup Restore\nuse Controller\\BackupRestoreController;\n\n$router->get('\/backup-restore', [BackupRestoreController::class, 'index']);\n$router->get('\/backup-restore\/{id}', [BackupRestoreController::class, 'show']);\n$router->get('\/backup-restore\/{id}\/download', [BackupRestoreController::class, 'download']);\n$router->post('\/backup-restore\/{id}\/restore', [BackupRestoreController::class, 'restore']);\n",
        "structuredPatch": [
            {
                "oldStart": 68,
                "oldLines": 41,
                "newStart": 68,
                "newLines": 41,
                "lines": [
                    " $router->get('\/semantic-explorer\/dokumente\/{id}', [SemanticExplorerController::class, 'dokumentShow']);",
                    " $router->get('\/semantic-explorer\/chunks', [SemanticExplorerController::class, 'chunks']);",
                    " $router->get('\/semantic-explorer\/chunks\/{id}', [SemanticExplorerController::class, 'chunkShow']);",
                    "-$router->get('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaeten']);",
                    "-$router->get('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetShow']);",
                    "-$router->get('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationen']);",
                    "-$router->get('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomie']);",
                    "-$router->get('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologie']);",
                    " $router->get('\/semantic-explorer\/semantik', [SemanticExplorerController::class, 'semantik']);",
                    " $router->get('\/semantic-explorer\/suche', [SemanticExplorerController::class, 'suche']);",
                    " ",
                    "-\/\/ Semantic Explorer CRUD - Entitaeten",
                    "+\/\/ Semantic Explorer - Entitaeten (spezifische Routes VOR {id})",
                    "+$router->get('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaeten']);",
                    " $router->get('\/semantic-explorer\/entitaeten\/new', [SemanticExplorerController::class, 'entitaetNew']);",
                    " $router->post('\/semantic-explorer\/entitaeten', [SemanticExplorerController::class, 'entitaetStore']);",
                    " $router->get('\/semantic-explorer\/entitaeten\/{id}\/edit', [SemanticExplorerController::class, 'entitaetEdit']);",
                    "-$router->post('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetUpdate']);",
                    " $router->post('\/semantic-explorer\/entitaeten\/{id}\/delete', [SemanticExplorerController::class, 'entitaetDelete']);",
                    "+$router->get('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetShow']);",
                    "+$router->post('\/semantic-explorer\/entitaeten\/{id}', [SemanticExplorerController::class, 'entitaetUpdate']);",
                    " ",
                    "-\/\/ Semantic Explorer CRUD - Relationen",
                    "+\/\/ Semantic Explorer - Relationen (spezifische Routes VOR {id})",
                    "+$router->get('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationen']);",
                    " $router->get('\/semantic-explorer\/relationen\/new', [SemanticExplorerController::class, 'relationNew']);",
                    " $router->post('\/semantic-explorer\/relationen', [SemanticExplorerController::class, 'relationStore']);",
                    " $router->get('\/semantic-explorer\/relationen\/{id}\/edit', [SemanticExplorerController::class, 'relationEdit']);",
                    "-$router->post('\/semantic-explorer\/relationen\/{id}', [SemanticExplorerController::class, 'relationUpdate']);",
                    " $router->post('\/semantic-explorer\/relationen\/{id}\/delete', [SemanticExplorerController::class, 'relationDelete']);",
                    "+$router->post('\/semantic-explorer\/relationen\/{id}', [SemanticExplorerController::class, 'relationUpdate']);",
                    " ",
                    "-\/\/ Semantic Explorer CRUD - Taxonomie",
                    "+\/\/ Semantic Explorer - Taxonomie (spezifische Routes VOR {id})",
                    "+$router->get('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomie']);",
                    " $router->get('\/semantic-explorer\/taxonomie\/new', [SemanticExplorerController::class, 'taxonomieNew']);",
                    " $router->post('\/semantic-explorer\/taxonomie', [SemanticExplorerController::class, 'taxonomieStore']);",
                    " $router->get('\/semantic-explorer\/taxonomie\/{id}\/edit', [SemanticExplorerController::class, 'taxonomieEdit']);",
                    "-$router->post('\/semantic-explorer\/taxonomie\/{id}', [SemanticExplorerController::class, 'taxonomieUpdate']);",
                    " $router->post('\/semantic-explorer\/taxonomie\/{id}\/delete', [SemanticExplorerController::class, 'taxonomieDelete']);",
                    "+$router->post('\/semantic-explorer\/taxonomie\/{id}', [SemanticExplorerController::class, 'taxonomieUpdate']);",
                    " ",
                    "-\/\/ Semantic Explorer CRUD - Ontologie",
                    "+\/\/ Semantic Explorer - Ontologie (spezifische Routes VOR {id})",
                    "+$router->get('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologie']);",
                    " $router->get('\/semantic-explorer\/ontologie\/new', [SemanticExplorerController::class, 'ontologieNew']);",
                    " $router->post('\/semantic-explorer\/ontologie', [SemanticExplorerController::class, 'ontologieStore']);",
                    " $router->get('\/semantic-explorer\/ontologie\/{id}\/edit', [SemanticExplorerController::class, 'ontologieEdit']);",
                    "-$router->post('\/semantic-explorer\/ontologie\/{id}', [SemanticExplorerController::class, 'ontologieUpdate']);",
                    " $router->post('\/semantic-explorer\/ontologie\/{id}\/delete', [SemanticExplorerController::class, 'ontologieDelete']);",
                    "+$router->post('\/semantic-explorer\/ontologie\/{id}', [SemanticExplorerController::class, 'ontologieUpdate']);",
                    " ",
                    " \/\/ Contracts",
                    " $router->get('\/contracts', [ContractController::class, 'index']);"
                ]
            }
        ],
        "userModified": false,
        "replaceAll": false
    }
}
← Vorheriger Zur Liste Nächster →