From 8caa851bcc5990ac2bbf399206c1bef55d665f20 Mon Sep 17 00:00:00 2001 From: Joel Brock Date: Wed, 20 May 2026 16:04:21 -0700 Subject: [PATCH] Comment out three Stage 0 fields (Peer Group, Internal Startup Assessment x2) --- config/form.ts | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/config/form.ts b/config/form.ts index 103d6b7..ed5683e 100644 --- a/config/form.ts +++ b/config/form.ts @@ -69,31 +69,31 @@ const stage0: StageSectionConfig = { type: "readonly", optionGroupId: STAGE_OPTION_GROUP_ID, }, - { - name: "Peer_Group_Participation", - label: "Peer Group Participation", - type: "select", - civiField: `${G0}.Peer_Group_Participation`, - optionGroupId: 140, - help: "Is this co-op currently participating in Peer Learning Groups?", - visibleWhen: [] - }, - { - name: "Internal_Startup_Assessment", - label: "Internal Startup Assessment", - type: "select", - civiField: `${G0}.Internal_Startup_Assessment`, - optionGroupId: 132, - visibleWhen: [] - }, - { - name: "Internal_Startup_Assessment_Date", - label: "Internal Startup Assessment Date", - type: "date", - civiField: `${G0}.Internal_Startup_Assessment_Date`, - help: "Date of the latest Internal Startup Assessment rating.", - visibleWhen: [] - }, + // { + // name: "Peer_Group_Participation", + // label: "Peer Group Participation", + // type: "select", + // civiField: `${G0}.Peer_Group_Participation`, + // optionGroupId: 140, + // help: "Is this co-op currently participating in Peer Learning Groups?", + // visibleWhen: [] + // }, + // { + // name: "Internal_Startup_Assessment", + // label: "Internal Startup Assessment", + // type: "select", + // civiField: `${G0}.Internal_Startup_Assessment`, + // optionGroupId: 132, + // visibleWhen: [] + // }, + // { + // name: "Internal_Startup_Assessment_Date", + // label: "Internal Startup Assessment Date", + // type: "date", + // civiField: `${G0}.Internal_Startup_Assessment_Date`, + // help: "Date of the latest Internal Startup Assessment rating.", + // visibleWhen: [] + // }, { name: "Member_Goal_for_current_Stage", label: "Member Goal for current Stage",