feat: implement team standby status, helper persistence, and store portal foundations

This commit is contained in:
Developer
2026-07-02 12:02:13 +08:00
parent a9a1df93bd
commit a1470eb85e
32 changed files with 1371 additions and 82 deletions

View File

@@ -11,6 +11,8 @@ class UserResource extends JsonResource
{
return [
'id' => $this->uuid,
'db_id' => $this->id,
'full_name' => $this->full_name,
'email' => $this->email,
'phone' => $this->phone,
'first_name' => $this->first_name,