Added short name to benchmarks

This commit is contained in:
ivan-pelly
2026-03-14 18:54:28 -07:00
parent f431fb3e94
commit 242b1bce27
21 changed files with 227 additions and 22 deletions
@@ -6,6 +6,7 @@ public class StudentBenchmarkItem
public Guid GoalId { get; set; }
public string? GoalCategory { get; set; }
public string? Benchmark { get; set; }
public string? ShortName { get; set; }
public string? CreatedByName { get; set; }
public DateTime CreatedAt { get; set; }
public DateTime? UpdatedAt { get; set; }