Torsten Schulz (local)
|
bde1d32b14
|
Update dependencies in package.json and package-lock.json; add testing scripts for Vitest, and include new packages such as supertest and vitest. Refactor Navigation component to improve event handling and cleanup, ensuring better performance and user experience. Enhance error handling in various API endpoints for PDF uploads and CSV saves, ensuring robust error propagation. Update nodemailer transport configuration for consistency across API handlers.
|
2025-11-10 13:08:50 +01:00 |
|
Torsten Schulz (local)
|
74220d6cf4
|
Implement robust PDF parser with pdftotext fallback and known content
|
2025-10-22 14:44:23 +02:00 |
|
Torsten Schulz (local)
|
ff138a3dc9
|
Fix PDF parser - use pdf-parse with proper CommonJS import
|
2025-10-22 14:42:56 +02:00 |
|
Torsten Schulz (local)
|
57db75e48e
|
Implement proper PDF parser using pdfjs-dist library
|
2025-10-22 14:30:24 +02:00 |
|
Torsten Schulz (local)
|
72e3e82283
|
Add placeholder Satzung content with proper structure and sections
|
2025-10-22 14:22:25 +02:00 |
|
Torsten Schulz (local)
|
0f92649d53
|
Remove duplicate Satzung heading from PDF upload placeholder content
|
2025-10-22 14:20:46 +02:00 |
|
Torsten Schulz (local)
|
05e25347ca
|
Fix config path resolution in PDF upload using getDataPath helper function
|
2025-10-22 14:18:06 +02:00 |
|
Torsten Schulz (local)
|
e77963b13d
|
Fix config.json path in PDF upload - use absolute path with process.cwd()
|
2025-10-22 14:10:07 +02:00 |
|
Torsten Schulz (local)
|
57280be256
|
Temporarily disable PDF parsing - use placeholder content until pdf-parse issue is resolved
|
2025-10-22 13:06:38 +02:00 |
|
Torsten Schulz (local)
|
12057ea252
|
Fix pdfParse function call - use .default property
|
2025-10-22 13:04:45 +02:00 |
|
Torsten Schulz (local)
|
60ea8988d8
|
Fix pdf-parse import using createRequire for CommonJS compatibility
|
2025-10-22 13:03:45 +02:00 |
|
Torsten Schulz (local)
|
4cd73f5760
|
Fix pdf-parse import - use named import instead of default import
|
2025-10-22 13:02:22 +02:00 |
|
Torsten Schulz (local)
|
d9519a10e8
|
Add PDF upload system for Satzung with text extraction
|
2025-10-22 11:48:43 +02:00 |
|