-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Create AnonymousUser model and connect to Project
🚀 Feature Request
Define an AnonymousUser model in the Prisma schema to support users who interact without registering.
🎯 Motivation
We want to support a frictionless "try-before-signup" flow. This model is the backend anchor for anonymous usage tracking.
🧩 Solution or Approach
- Add
AnonymousUsermodel with UUID - Update
Projectmodel to include optionalanonymousUserId - Run Prisma migration after update
✅ Acceptance Criteria
-
AnonymousUsermodel exists in Prisma schema -
Projecthas an optionalanonymousUserIdFK - Migration applies without error
🔀 Related Branch
feat/anon-schema-setup
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request