diff --git a/templates/dashboard.html b/templates/dashboard.html deleted file mode 100644 index ef2dfcb..0000000 --- a/templates/dashboard.html +++ /dev/null @@ -1,94 +0,0 @@ -{% extends "base.html" %} {% block title %}Dashboard ยท CalMiner{% endblock %} {% -block content %} -
-
-

Operations Overview

-

- Unified insight across scenarios, costs, production, maintenance, and - simulations. -

-
-
- -
-
- - - -
-
- {% for metric in summary_metrics %} -
- {{ metric.label }} - {{ metric.value }} -
- {% endfor %} -
-

- 0 %} hidden{% endif %}> Add project inputs to populate summary metrics. -

-
- -
-
-
-
-

Scenario Cost Mix

-

CAPEX vs OPEX totals per scenario

-
-
- -

- Add CAPEX or OPEX entries to display this chart. -

-
-
-
-
-

Production vs Consumption

-

Throughput comparison by scenario

-
-
- -
-
-{% endblock %} {% block scripts %} {{ super() }} - - -{% endblock %}