From 5fc6d576b498b8fa6f876d0603dfd4e30ac108f5 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 7 Jul 2025 18:08:02 +0000 Subject: [PATCH] CareerRoadmap expanded agent_support_reference --- src/ai/agent_support_reference.json | 42 ++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/src/ai/agent_support_reference.json b/src/ai/agent_support_reference.json index 8951c55..362698d 100644 --- a/src/ai/agent_support_reference.json +++ b/src/ai/agent_support_reference.json @@ -44,10 +44,40 @@ { "id": "EP-09", "label": "Select School button" } ], "CareerRoadmap": [ - { "id":"CR-01", "label":"Edit simulation inputs" }, - { "id":"CR-02", "label":"Zoom / reset chart" }, - { "id":"CR-03", "label":"Add new milestone" }, - { "id":"CR-04", "label":"Edit existing milestone" }, - { "id":"CR-05", "label": "Choose retirement-interest model" } -] + { "id": "CR-CC", "label": "Career Coach panel container" }, + { "id": "CR-CC1", "label": "Networking Plan button" }, + { "id": "CR-CC2", "label": "Job-Search Plan button" }, + { "id": "CR-CC3", "label": "Interview Help button" }, + { "id": "CR-CC4", "label": "Core Career Advice button" }, + { "id": "CR-CC5", "label": "Edit Goals button" }, + { "id": "CR-CC6", "label": "Coach chat scroll area" }, + { "id": "CR-CC7", "label": "Message input box" }, + { "id": "CR-CC8", "label": "Send message arrow" }, + { "id": "CR-CC9", "label": "Scroll-to-top chevron" }, + + { "id": "CR-SUM", "label": "Target career summary card" }, + { "id": "CR-SUM1", "label": "Time-in-career stat" }, + { "id": "CR-SUM2", "label": "AI-Automation Risk badge" }, + + { "id": "CR-SAL1", "label": "State salary card" }, + { "id": "CR-SAL1A","label": "State percentile bar chart" }, + { "id": "CR-SAL2", "label": "National salary card" }, + { "id": "CR-SAL2A","label": "National percentile bar chart" }, + + { "id": "CR-FP", "label": "Financial Projection line chart" }, + { "id": "CR-FP1", "label": "Reset Zoom button" }, + + { "id": "CR-ML", "label": "Milestones list" }, + { "id": "CR-ML1", "label": "Add Milestone button" }, + { "id": "CR-ML2", "label": "Edit Milestone button(s)" }, + + { "id": "CR-FTR1", "label": "Simulation length selector" }, + { "id": "CR-FTR2", "label": "Edit Simulation Inputs button" }, + { "id": "CR-FTR5", "label": "Interest Rate model dropdown" }, + { "id": "CR-FTR6", "label": "Flat annual rate (%) input" }, + { "id": "CR-FTR7", "label": "Min Return (%) input (Random mode)" }, + { "id": "CR-FTR8", "label": "Max Return (%) input (Random mode)" }, + { "id": "CR-FTR9", "label": "Interest bias dropdown" }, + { "id": "CR-FTR10","label": "Annual base $ input" } + ] }