feat: enhance party user schema with company, status, role and verification fields, update seeding and frontend form

This commit is contained in:
louiscklaw
2025-06-17 18:31:20 +08:00
parent 7a793be610
commit eb515dbe68
6 changed files with 143 additions and 58 deletions

View File

@@ -5,10 +5,10 @@ Content-Type: application/json
{
"partyUserData": {
"id": "cmbxzds7q0009xyn5367ifizp",
"id": "cmc0cedkx000boln3viy77598",
"createdAt": "2025-06-15T17:47:24.547Z",
"updatedAt": "2025-06-15T17:47:24.547Z",
"name": "Alice",
"name": "Alice 123321",
"username": null,
"email": "alice@prisma.io",
"emailVerified": "2025-06-15T17:47:23.919Z",
@@ -16,6 +16,7 @@ Content-Type: application/json
"image": null,
"bucketImage": null,
"admin": false,
"info": null
"info": null,
"phoneNumber": "+85291234567"
}
}