mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 13:27:35 +00:00
Added Goals fields
This commit is contained in:
@@ -7,6 +7,10 @@ public class StudentGoalItem
|
||||
public string? Description { get; set; }
|
||||
public string? Category { get; set; }
|
||||
public string? Baseline { get; set; }
|
||||
public DateTime? TargetCompletionDate { get; set; }
|
||||
public DateTime? CloseDate { get; set; }
|
||||
public bool? Achieved { get; set; }
|
||||
public string? CloseNotes { get; set; }
|
||||
public int ProgressEventCount { get; set; }
|
||||
public int BenchmarkCount { get; set; }
|
||||
}
|
||||
|
||||
@@ -8,4 +8,5 @@ public class StudentResponse
|
||||
public DateTime? LastEntryDate { get; set; }
|
||||
public int GoalCount { get; set; }
|
||||
public int ProgressEventCount { get; set; }
|
||||
public int BenchmarkCount { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user