From 2740867b25492b807027ef53417a65ff6c6ebb87 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:21:19 +0000 Subject: [PATCH 1/2] feat: update Recommendation Letter Generator with all improvements - Replace Purpose dropdown with 7 new options (General Recommendation, College Application, Scholarship, Internship, Employment, Leadership Program, Other) plus custom text field for Other - Add General Recommendation path: uses To Whom It May Concern greeting and writes a broad, reusable letter focused on character/growth/potential - Update signature block to Andrew Spiece full contact details on all outputs (on-screen, copy, word export) - Add optional digital signature line checkbox - Fix all em dashes and sentence hyphens throughout phrase arrays - Add more varied openings, transitions, and closings for unique letters - Add Word export (.docx) via docx@8.5.0 with GISD letterhead, narrow margins (0.5 inch), Times New Roman, and student filename - Wire all new events: Other field toggle, digital sig, Word export, updated clear button Agent-Logs-Url: https://github.com/aspiece/GCI/sessions/eaf0613d-4425-482b-8fa9-a69a1f7d7b86 Co-authored-by: aspiece <1187774+aspiece@users.noreply.github.com> --- Recommendation_Letter_Generator.html | 428 ++++++++++++++++++++------- 1 file changed, 313 insertions(+), 115 deletions(-) diff --git a/Recommendation_Letter_Generator.html b/Recommendation_Letter_Generator.html index a8ddf4f..0fad7a1 100644 --- a/Recommendation_Letter_Generator.html +++ b/Recommendation_Letter_Generator.html @@ -5,6 +5,7 @@