Go to file
Matt 41a6f7f1c8 feat: Implement EOI document validation and orphaned data cleanup
- Add new /api/eoi/validate-document endpoint to check document existence
- Automatically clean up orphaned database records when documents don't exist in Documenso
- Update EOISection component to validate documents on mount
- Enhanced delete-generated-document endpoint to handle already-deleted documents
- Updated check-signature-status endpoint with validation logic
- Prevents EOI section from showing when document no longer exists
- Self-healing system that fixes data inconsistencies automatically

Key improvements:
- Validates document existence before showing EOI management UI
- Cleans up documensoID, signature links, and status fields when document is missing
- Graceful handling of 404 errors from Documenso API
- Background validation with user-friendly notifications
- Prevents phantom EOI states that appear generated but don't exist
2025-06-12 17:04:45 +02:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components feat: Implement EOI document validation and orphaned data cleanup 2025-06-12 17:04:45 +02:00
composables feat: Implement comprehensive PWA functionality 2025-06-12 16:36:32 +02:00
docs feat: Implement comprehensive PWA functionality 2025-06-12 16:36:32 +02:00
middleware feat: add files 2025-02-16 14:10:19 +02:00
pages feat: Implement comprehensive PWA functionality 2025-06-12 16:36:32 +02:00
plugins feat: Implement comprehensive PWA functionality 2025-06-12 16:36:32 +02:00
public Feat: Complete EOI improvements and PWA implementation 2025-06-12 16:16:30 +02:00
server feat: Implement EOI document validation and orphaned data cleanup 2025-06-12 17:04:45 +02:00
static feat: add files 2025-02-16 14:10:19 +02:00
utils fixes 2025-06-12 16:26:10 +02:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.env.example Add embedded signing support with webhook configuration 2025-06-11 17:57:58 +02:00
.gitignore feat: add files 2025-02-16 14:10:19 +02:00
Dockerfile feat: add files 2025-02-16 14:10:19 +02:00
README.md feat: add files 2025-02-16 14:10:19 +02:00
app.vue feat: add interest button 2025-06-03 22:04:22 +03:00
nuxt.config.ts feat: Implement comprehensive PWA functionality 2025-06-12 16:36:32 +02:00
package-lock.json Add EOI automation system with email processing and document management 2025-06-10 13:59:09 +02:00
package.json Add EOI automation system with email processing and document management 2025-06-10 13:59:09 +02:00
tsconfig.json feat: add files 2025-02-16 14:10:19 +02:00

README.md

Client Portal

Commands

  • npm run dev to start development

Tech Stack

  • Node.js
  • Nuxt
  • Directus
  • Vuetify