refactor: UI file upload components and ephemeral RSA key service

Replace InputFile with RadzenUpload in filter panels for better UX,
switch to ephemeral RSA keys (safe for transport-only encryption),
and add test scripts and documentation files.
This commit is contained in:
Joseph Doherty
2026-01-28 17:22:30 -05:00
parent 5dd17cbab8
commit 04383d672c
32 changed files with 9901 additions and 280 deletions
+26
View File
@@ -0,0 +1,26 @@
# Documentation Analysis Report
Files Scanned: 391
Files With Issues: 1
Total Issues: 2
## Issues
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/JdeScoping.DataSync/Etl/Transformers/TransformingDataReader.cs
LINE: 69
CATEGORY: MissingDoc
SEVERITY: Error
MEMBER: Indexer
SIGNATURE: this[int i]
MESSAGE: Missing XML documentation comment.
---
FILE: /Users/dohertj2/Desktop/JdeScopingTool/NEW/src/JdeScoping.DataSync/Etl/Transformers/TransformingDataReader.cs
LINE: 77
CATEGORY: MissingDoc
SEVERITY: Error
MEMBER: Indexer
SIGNATURE: this[string name]
MESSAGE: Missing XML documentation comment.