3 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue reports 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.

Complexity: 1/5
bug good first issue 1pt

AI Summary: This GitHub issue reports a nil pointer error that causes a panic when attempting to retrieve a user whose `Gender` field is `null`. The `GetUser` function successfully retrieves users where the `Gender` field has a value, but fails when it's absent or `null`. This indicates a missing null check when the `Gender` field is accessed.

Complexity: 2/5
documentation good first issue 1pt