Publish Progress #1

Merged
me merged 28 commits from init into main 2025-01-04 09:00:20 -07:00
Showing only changes of commit 693e2d9bca - Show all commits

@ -9,6 +9,6 @@ interface record {
cal_date: string;
meal: string; // Only wants options: Breakfast, Lunch, Dinner, Snack.
food: string;
caused_issue: boolean;
caused_issue: boolean; // 0 for true and 1 for false like Shell?
comments: string;
}