MemberPulse
IntegrationsBackendConvex

Convex Implementation

Implementation guide for MemberPulse V3 on Convex: schema, tenancy, security, and domain rules

This section describes how MemberPulse V3 should be implemented on Convex with:

  • A normalized, queryable data model
  • Strict tenant scoping (clientId) and isolation
  • Secure handling of PII and secrets
  • Explicit domain rules enforced server-side

Start here

Features

Convex Implementation

Acceptance Criteria

Frontend
  • Developer-facing configuration and usage is documented and internally consistent.
Backend / API
  • Convex implementation matches the rules and contracts described on this page.
Permissions
  • Tenant scoping and access controls are enforced as described.
Business Rules
  • Domain rules/invariants are enforced as described.
Error Handling
  • Access violations and validation failures produce deterministic errors.

On this page