c1535e744f
The direct-access report now follows rule N1 canonical naming:
- The document name uses a tight ASCII hyphen ("דוח גישה ישירה-{contact}") instead of
an em-dash, and is sanitized via NetworkStorageIntegration's shared sanitizer.
- The report is now uploaded explicitly to the case folder after the Case link is set
(the AfterSave hook fired before the link existed, so reports previously landed in the
generic fallback folder). The Document and Attachment names are realigned to the
canonical stored name.
Adds build.sh (was missing) so the package can be built locally if needed.
Refs Task Master #1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
925 B
JSON
27 lines
925 B
JSON
{
|
|
"master": {
|
|
"tasks": [
|
|
{
|
|
"id": "1",
|
|
"title": "fix: subject-only direct-access report naming (tight hyphen) + case-folder upload",
|
|
"description": "Report file uses subject-only canonical naming and is uploaded to the case folder correctly.",
|
|
"details": "DirectAccessReportGenerator: em-dash -> tight hyphen; sanitize via LocalFilesystemClient::sanitizeFileName; save Document with skipNetworkUpload, relate to Case, explicit uploadDocument + DB realign to canonical stored name.",
|
|
"testStrategy": "",
|
|
"status": "in-progress",
|
|
"dependencies": [],
|
|
"priority": "high",
|
|
"subtasks": [],
|
|
"updatedAt": "2026-06-03T07:30:42.898Z"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "1.0.0",
|
|
"lastModified": "2026-06-03T07:30:42.899Z",
|
|
"taskCount": 1,
|
|
"completedCount": 0,
|
|
"tags": [
|
|
"master"
|
|
]
|
|
}
|
|
}
|
|
} |