feat(users): Enhance user schema and DTOs with additional fields for website, social links, location, skills, experience, and education

This commit is contained in:
MythEclipse
2025-08-13 20:40:02 +07:00
parent 277cf0770d
commit f6232832af
17 changed files with 327 additions and 55 deletions
@@ -43,4 +43,8 @@ impl GachaItemSchema {
..Default::default()
}
}
pub fn from_existing(existing: GachaItemSchema) -> Self {
existing
}
}