Reminder Record Tab overhaul.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-24 20:19:48 -07:00
parent 5e3480f9f3
commit c75145de49
3 changed files with 110 additions and 35 deletions

View File

@@ -9,6 +9,10 @@
public string Description { get; set; }
public string Notes { get; set; }
/// <summary>
/// The metric the user selected to calculate the urgency of this reminder.
/// </summary>
public ReminderMetric UserMetric { get; set; } = ReminderMetric.Date;
/// <summary>
/// Reason why this reminder is urgent
/// </summary>
public ReminderMetric Metric { get; set; } = ReminderMetric.Date;