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
@@ -4,4 +4,5 @@ public class CreateBenchmarkDto
{
public Guid GoalId { get; set; }
public string Benchmark { get; set; } = string.Empty;
public string? ShortName { get; set; }
}