Skip to content

feat: separate interactive dashboard into two standalone panels - #20

Merged
mintybasil merged 3 commits into
mainfrom
zeroklaw/issue-16-separate-dashboards
Mar 30, 2026
Merged

feat: separate interactive dashboard into two standalone panels#20
mintybasil merged 3 commits into
mainfrom
zeroklaw/issue-16-separate-dashboards

Conversation

@zeroklaw

Copy link
Copy Markdown
Member

Summary

Splits the two-tab dashboard into two separate, standalone Panel dashboards rendered inline — no more tab switching.

Changes:

  • Added build_profit_dashboard(df) — Profit Explorer with ZKC price + market reward sliders
  • Added build_breakeven_dashboard(df) — Break-even analysis with only the market reward slider (ZKC price not needed here)
  • build_dashboard() kept as backward-compatible wrapper (stacks both panels)
  • Notebook updated to call both functions directly

Closes #16

@github-actions

github-actions Bot commented Mar 30, 2026

Copy link
Copy Markdown

🚀 Preview deployment ready!

URL: https://zeroklaw-issue-16-separate-d.zerokrab-boundless-jupyter.pages.dev
Branch: zeroklaw/issue-16-separate-dashboards
Commit: 8052fe3207edd9734f556139f41d1e4bdc3c2e22

Comment thread boundless_profitability.ipynb Outdated
Comment on lines +413 to +424
"print(\"### Profit Explorer\")\n",
"build_profit_dashboard(revenue_df)"
],
"outputs": [],
"execution_count": null
},
{
"cell_type": "code",
"id": "panel-breakeven-dashboard",
"metadata": {},
"source": [
"print(\"### Break-even Analysis\")\n",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The print statements here are invalid and unnecessary, please remove

@mintybasil
mintybasil merged commit e47cf38 into main Mar 30, 2026
1 check passed
@mintybasil
mintybasil deleted the zeroklaw/issue-16-separate-dashboards branch March 30, 2026 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Seperate Interactive dashboard panels

2 participants