Files
the_order/services/dataroom
defiQUG 92cc41d26d Add Legal Office seal and complete Azure CDN deployment
- Add Legal Office of the Master seal (SVG design with Maltese Cross, scales of justice, legal scroll)
- Create legal-office-manifest-template.json for Legal Office credentials
- Update SEAL_MAPPING.md and DESIGN_GUIDE.md with Legal Office seal documentation
- Complete Azure CDN infrastructure deployment:
  - Resource group, storage account, and container created
  - 17 PNG seal files uploaded to Azure Blob Storage
  - All manifest templates updated with Azure URLs
  - Configuration files generated (azure-cdn-config.env)
- Add comprehensive Azure CDN setup scripts and documentation
- Fix manifest URL generation to prevent double slashes
- Verify all seals accessible via HTTPS
2025-11-12 22:03:42 -08:00
..

Dataroom Service

Service for secure VDR (Virtual Data Room), deal rooms, and document access control.

Features

  • Deal space management
  • Folder ACLs (OPA policies)
  • Watermarking
  • Expiring links
  • Activity logs
  • Integration with finance service for deal states

Development

# Install dependencies
pnpm install

# Run development server
pnpm dev

# Build
pnpm build

# Start production server
pnpm start

API Endpoints

  • GET /health - Health check
  • POST /deals - Create deal room
  • GET /deals/:dealId - Get deal room
  • POST /deals/:dealId/documents - Upload document
  • GET /deals/:dealId/documents/:documentId/url - Get presigned URL

Environment Variables

  • PORT - Server port (default: 4004)
  • DATABASE_URL - PostgreSQL connection string
  • STORAGE_BUCKET - Storage bucket for documents
  • OPA_URL - Open Policy Agent URL for access control