feat: introduce global AI task dashboard, enhance user profiles with new fields, and update database models with default implementations.

This commit is contained in:
2026-03-06 12:37:39 -03:00
parent c034f7223d
commit 997af5d473
5 changed files with 82 additions and 2 deletions
+3
View File
@@ -196,6 +196,9 @@ pub async fn lti_launch(
avatar_url: None,
bio: None,
language: None,
is_public_profile: Some(true),
linkedin_url: None,
github_url: None,
created_at: chrono::Utc::now(),
updated_at: chrono::Utc::now(),
});