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
Generated
+1
View File
@@ -1970,6 +1970,7 @@ dependencies = [
"sea-orm",
"serde",
"serde_json",
"sqlx",
"strum 0.27.2",
"strum_macros",
"tokio",