Integrate PDF parsing functionality: Add 'pdf-parse' dependency to package.json and package-lock.json. Update worshipController to include logic for handling PDF imports, enhancing the event management process. Refactor routing to support new newsletter import features and improve event form handling for better user experience.

This commit is contained in:
Torsten Schulz (local)
2026-04-08 13:04:38 +02:00
parent e6f87184b2
commit 1be6fe0afc
264 changed files with 3188 additions and 18 deletions

View File

@@ -43,6 +43,7 @@
"multer": "^1.4.5-lts.1",
"mysql2": "^3.10.1",
"nodemailer": "^7.0.6",
"pdf-parse": "^1.1.1",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2",
"uuid": "^10.0.0",