feat(#10): Add user creation and editing

This commit is contained in:
Josh Creek
2023-09-16 12:12:00 +01:00
parent 6b3628680d
commit 8c2fe1ff95
9 changed files with 235 additions and 28 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ public class UserProfile
public int Id { get; set; }
public string Name { get; set; }
public string Pronouns { get; set; }
public string NamePronunciationPath { get; set; }
public string? NamePronunciationPath { get; set; }
public string AreasOfKnowledge { get; set; }
public string Projects { get; set; }
public string Team { get; set; }