feat: Public User Profiles (OP#803, v0.3.1) #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/803-public-user-profiles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
profile_publiccolumn to users table with migration, updated all user query locations, added profile visibility toggle to settings page with POST handler/user/{username}with avatar initials, display name, join date, and owned dashboards list with item counts. Addedcreated_atcolumn to users,ListOwnedDashboardsservice method, and 404 handling for private/non-existent profilesVerification
/user/{username}for a public-profile user — profile renders with avatar, name, join date, dashboards/user/{username}for a private-profile user (as non-owner) — returns 404/user/settings/profile/user/settings/profileand verify persistenceLinks