2 Open Issues Need Help Last updated: Sep 5, 2025

Open Issues Need Help

View All on GitHub
good first issue help wanted

AI Summary: The admin dashboard currently lacks the ability to determine if an admin user owns a specific client they are inspecting, preventing proper filtering or access control in admin mode. A solution is proposed where the BFF compares the admin's UUID with the client owner's UUID to redirect if they don't match and admin mode is disabled. However, this is blocked because the API's client body response does not include the owner's UUID.

Complexity: 3/5
help wanted invalid