From 3e58129bafb87c434fa989b3d2ab3989d751a165 Mon Sep 17 00:00:00 2001 From: Joshua Herring Date: Thu, 16 Apr 2026 11:22:56 -0400 Subject: [PATCH] add grades due prompt --- prompts/add_grades_due.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 prompts/add_grades_due.md diff --git a/prompts/add_grades_due.md b/prompts/add_grades_due.md new file mode 100644 index 0000000..4e166f0 --- /dev/null +++ b/prompts/add_grades_due.md @@ -0,0 +1 @@ +Add a string field GradesDue to the Section type. Modify GenerateSectionData to populate this field with either the date a week from today in "Thursday 16 April 2026" format, or in a month from today in "Thursday 16 April 2026" format.