From 541e4d44a3dbbb2dfb3a5878e31bc63f782870d3 Mon Sep 17 00:00:00 2001 From: Jason Siefken Date: Sun, 7 Dec 2025 13:22:15 -0500 Subject: [PATCH 1/5] Update policy --- backend/app/views/ddahs/ddah-template.html | 1 + frontend/src/views/admin/ddah-table/index.tsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/backend/app/views/ddahs/ddah-template.html b/backend/app/views/ddahs/ddah-template.html index ca5aa45ff..dbce1442b 100644 --- a/backend/app/views/ddahs/ddah-template.html +++ b/backend/app/views/ddahs/ddah-template.html @@ -126,6 +126,7 @@

Position Summary

Notes

+

The departmental standard on turnaround times for all assessments is one (1) week unless otherwise stated below. Turnaround time is counted from the day on which the assessment is made available for grading.

{% for duty in duties.note %}

{{ duty.description }} diff --git a/frontend/src/views/admin/ddah-table/index.tsx b/frontend/src/views/admin/ddah-table/index.tsx index 762ce0d59..ee0e2a86c 100644 --- a/frontend/src/views/admin/ddah-table/index.tsx +++ b/frontend/src/views/admin/ddah-table/index.tsx @@ -197,6 +197,8 @@ function DdahPreview({ ddah }: { ddah: Ddah }): React.ReactElement {

TA: {applicant.first_name} {applicant.last_name}

+
Notes
+

The departmental standard on turnaround times for all assessments is one (1) week unless otherwise stated below. Turnaround time is counted from the day on which the assessment is made available for grading.

Duties