feat: normalize subscription architecture, integrate pgvector, and implement Stripe webhook subscription management.

This commit is contained in:
2026-05-05 15:07:48 +02:00
parent e21c24b66d
commit 311eaa8b04
29 changed files with 1699 additions and 199 deletions
@@ -17,6 +17,10 @@ public class QuizResult
[ForeignKey(nameof(UserId))]
public NexusUser? User { get; set; }
[Required]
[MaxLength(128)]
public string TenantId { get; set; } = "global";
[Required]
public string Topic { get; set; } = string.Empty;