Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue reports a nil pointer error that causes a panic when retrieving user data via the `GetUser` function. The error specifically occurs if a user's `Gender` field is `null` or not specified in the database. Users with an explicitly defined `Gender` field are retrieved without issues.
AI Summary: This issue aims to help a developer understand the existing codebase, potentially with AI assistance, to facilitate smoother future implementation. It outlines specific areas of understanding required, including the project's architecture (frontend/server roles, server layers), API specifications and client generation, routing definitions, and the authentication flow (token handling on frontend, claims on server).
AI Summary: This issue describes a bug where the customer management screen occasionally whites out under specific conditions. The objective is to identify the cause, implement a fix, and ensure the screen displays and operates correctly without whiting out.