Resources
This page summarizes the main internal and external references that align with the current Grid-ION codebase behavior as of Apr. 22, 2026.
Internal App Reference Points
These local files define or serve the current in-app help and workflow behavior.
Shared Shell And Help
gridion_backend/shared/fastapi_page_routes.pygridion_web/shared/docs/user_guide.mdgridion_web/shared/docs/glossary.mdgridion_web/shared/docs/resources.mdgridion_web/shared/templates/index.htmlgridion_web/shared/js/shared_shell.jsgridion_web/shared/css/shared_shell.cssgridion_backend/shared/admin_session.py
Business Workflow
gridion_web/business/js/business_planner_core_state.jsgridion_web/business/js/business_reference_catalog.jsgridion_web/business/js/business_workflow_navigation.jsgridion_web/business/js/business_resource_technology_selection.jsgridion_web/business/js/business_coordination_path_selection.jsgridion_web/business/js/business_technical_handoff.jsgridion_web/business/js/business_report_export_actions.jsgridion_web/business/js/business_report_payload_builder.jsgridion_web/business/js/business_pain_point_events.jsgridion_web/business/js/business_step_panel_rendering.jsgridion_web/business/js/business_dashboard_view_rendering.jsgridion_backend/business/routes.pygridion_backend/business/pain_point_suggestions.pygridion_backend/business/common_helpers.py
Technical Workflow
gridion_web/technical/technical_view.htmlgridion_backend/technical/routes.pygridion_web/technical/js/technical_*.jsgridion_web/technical/css/technical_*.cssgridion_backend/technical/dependency_routes.pygridion_backend/technical/cim_routes.pygridion_backend/technical/actor_context.pygridion_backend/technical/cim_library_helpers.py
Shared Data And Support Utilities
gridion_backend/shared/graph_connection.pygridion_backend/shared/semantic_graph_queries.pygridion_backend/shared/sequence_graph_models.pygridion_backend/shared/business_reference_service.pygridion_backend/shared/cim_support.pygridion_backend/shared/schema_validation_service.py
Seed And Source Artifacts Referenced By The App
The current help and workflow logic is tied to repository-hosted seed and schema artifacts such as:
data/business_case_cypher.cypherdata/core_cypher.cypherdata/schema.merged-owl
These are important because they influence:
- business-side reference content
- technical dependency behavior
- CIM class and schema exploration behavior
In-App Functional Reference Areas
Authentication And Session Management
The current app behavior depends on environment-configured sign-in and session state:
- standard user credentials
- admin user credentials
- authenticated username and affiliation
- logout and session-boundary cleanup behavior
Relevant files:
gridion_backend/shared/admin_session.pygridion_web/shared/js/shared_shell.js
Feedback And Suggestion Logging
Relevant files:
gridion_web/shared/templates/feedback.htmlgridion_web/shared/templates/feedback_review.htmlgridion_backend/shared/feedback_store.pygridion_web/shared/templates/pain_point_suggestion.htmlgridion_web/shared/templates/pain_point_suggestion_review.htmlgridion_backend/shared/pain_point_suggestion_store.py
External Standards And Public References
The following standards and public references are the main external anchors explicitly named in the current Grid-ION experience and source inventories.
Business And Planning References
- National Renewable Energy Laboratory, "Distribution Capacity Expansion Planning: Current Practice, Opportunities, and Decision Support," 2022. Access here.
- U.S. Department of Energy and National Renewable Energy Laboratory, "Voices of Experience: Insights into Advanced Distribution Management Systems," 2015. Access here.
- U.S. Department of Energy, "AMI in Review: Informing the Conversation," 2020. Access here.
- National Renewable Energy Laboratory, "Maximizing Distributed Energy Resource Value for All Stakeholders," 2020. Access here.
- Lawrence Berkeley National Laboratory, "Business Models for Scaling Demand Flexibility, Volume I: Value Proposition," 2025. Access here.
- Lawrence Berkeley National Laboratory, "Business Models for Scaling Demand Flexibility, Volume III: Stakeholder Ecosystem," 2025. Access here.
- Lawrence Berkeley National Laboratory, "Business Models for Scaling Demand Flexibility, Volume IV: Program Life Cycle," 2025. Access here.
- Federal Energy Regulatory Commission, "FERC Order No. 2222: Fact Sheet," 2020. Access here.
- Federal Energy Regulatory Commission, "FERC Order No. 2222 Explainer: Facilitating Participation in Electricity Markets by Distributed Energy Resources," 2025. Access here.
- North American Electric Reliability Corporation, "Large Loads Action Plan," 2025. Access here.
- National Renewable Energy Laboratory, "Integration of Microgrids, DER Aggregators, and DERMS with ADMS," 2022. Access here.
- National Renewable Energy Laboratory, "An Overview of Distributed Energy Resource (DER) Interconnection: Current Practices and Emerging Solutions," 2024. Access here.
Lifecycle And Coordination References
- Electric Power Research Institute, "TSO-DSO Coordination Functions for DER," Report No. 3002021985, 2022. Access here.
- Pacific Northwest National Laboratory, "Guide to Developing Energy Services Interfaces," 2024. Access here.
- Federal Energy Regulatory Commission, "FERC Order No. 2222: Fact Sheet," 2020. Access here.
Semantic Dependency And Messaging References
- International Electrotechnical Commission, "IEC 61968-1: Interface Reference Model," 2018. Access here.
- S. Chinthavali et al., "Electric Utility Communications Standards Landscape 2025 Edition," Oak Ridge National Laboratory, 2025. Access here.
- OpenADR Alliance, "OpenADR General Information," 2026. Access here.
- IEEE Standards Association, "IEEE 2030.5-2023: IEEE Standard for Smart Energy Profile Application Protocol," 2024. Access here.
Data Object Schema References
- Common Information Model Users Group, "Standards Artifacts," 2026. Access here.
- International Electrotechnical Commission, "IEC 61968-1: Interface Reference Model," 2018. Access here.
- IEEE Standards Association, "IEEE 2030.5-2023: IEEE Standard for Smart Energy Profile Application Protocol," 2024. Access here.
- OpenADR Alliance, "OpenADR General Information," 2026. Access here.
Notes
- This page is aligned to the current codebase structure and named workflow surfaces rather than serving as a full bibliographic inventory of every possible source in the repository.
- External links should be revalidated before external publication or formal distribution.