Public Access
- config: switch Settings to ConfigDict(extra='ignore') so extra env vars (spoonacular_api_key, SWIFTLY_BEARER_TOKEN) don't crash import. Remove deprecated class Config. - email: wrap SendGrid imports in try/except so the module loads without the optional dependency. Update test_email_backend to patch Mail/RepyTo. - planner_select: default PlannerConfig.set_size=21 (3 meals/day × 7) is way too large for the unit test assertion that checks 3-recipe diversity. Introduced _CFG_3 with set_size=3 and applied to all tests. - Delete stale test_matcher.py importing removed functions. Full suite: 46 passed, 74 skipped (Postgres), 0 failed, 120 collected.
1 line
4.0 KiB
JSON
1 line
4.0 KiB
JSON
{"nodes": [{"id": "frontend_src_pages_dashboard_tsx", "label": "Dashboard.tsx", "file_type": "code", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L1"}, {"id": "dashboard_handlesend", "label": "handleSend()", "file_type": "code", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L282"}], "edges": [{"source": "frontend_src_pages_dashboard_tsx", "target": "react_query", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L1", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "react", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L2", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "react_router_dom", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L3", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "lucide_react", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L4", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "react_hot_toast", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L8", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "dnd", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L9", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "frontend_src_pages_api", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L20", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "frontend_src_pages_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L21", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "frontend_src_pages_components_ui_badge", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L22", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "frontend_src_pages_components_ui_card", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L23", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "frontend_src_pages_components_ui_skeleton", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L24", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "frontend_src_pages_components_ui_emptystate", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L25", "weight": 1.0}, {"source": "frontend_src_pages_dashboard_tsx", "target": "dashboard_handlesend", "relation": "contains", "confidence": "EXTRACTED", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L282", "weight": 1.0}], "raw_calls": [{"caller_nid": "dashboard_handlesend", "callee": "setSendingVoteEmail", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L283"}, {"caller_nid": "dashboard_handlesend", "callee": "triggerOrchestrate", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L285"}, {"caller_nid": "dashboard_handlesend", "callee": "success", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L287"}, {"caller_nid": "dashboard_handlesend", "callee": "error", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L289"}, {"caller_nid": "dashboard_handlesend", "callee": "setSendingVoteEmail", "source_file": "frontend/src/pages/Dashboard.tsx", "source_location": "L291"}]} |