Open Issues Need Help
View All on GitHubAI Summary: The `CreateUser` endpoint is encountering a nil pointer error (panic) when the `Email` field is omitted or provided as null in the request payload. User creation proceeds successfully when the `Email` field is included in the request. The issue points to a lack of null-safety or validation for the `Email` field during user creation.
AI Summary: This issue aims to help a developer understand the project's codebase, specifically its structure, API, routing, and authentication flow, to enable smoother future development. The goal is to comprehend the roles of frontend/server, server's layered architecture, API endpoint specifications, routing definitions, and the authentication process from token attachment to claim usage, potentially with the aid of AI.
AI Summary: This issue describes a bug where the customer management screen occasionally whites out under specific conditions. The objective is to identify the root cause, implement a fix, and ensure the screen displays and operates correctly without whiting out.