lots of work done

This commit is contained in:
2026-03-02 16:23:29 -08:00
parent be4873283d
commit ef09a76bb4
25 changed files with 644 additions and 157 deletions
@@ -0,0 +1,8 @@
namespace WinStudentGoalTracker.DataAccess;
public class AddProgressEventDto
{
public Guid GoalId { get; set; }
public string? Content { get; set; }
public bool IsSensitive { get; set; }
}