feat: unify /me endpoint to aggregate all module profiles

GET /v1/iam/users/me now returns hackathon, QR, and mentor profiles
alongside the core IAM user data. Module-specific profiles are
included as optional fields when the user exists in those modules.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
maulanasdqn
2026-04-10 09:47:27 +07:00
co-authored by Claude Opus 4.6
parent 729335014f
commit a4bbc73c7e
5 changed files with 157 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ zod-rs.workspace = true
zod-rs-util.workspace = true
axum-test.workspace = true
sea-orm.workspace = true
sqlx.workspace = true
rand.workspace = true
tokio.workspace = true
chrono.workspace = true