🎨 Palette: Add concrete examples to statistical and financial parameter tooltips#67
🎨 Palette: Add concrete examples to statistical and financial parameter tooltips#67
Conversation
…er tooltips Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
…er tooltips Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added concrete example tooltips to the 'Transaction Cost', 'Max Drawdown Alert', 'Volatility Alert', and asset 'Shock' sliders to improve accessibility and UX for quantitative settings. Used `help` argument natively in Streamlit and formatted strictly to PEP8/Black length limits (<88 chars) so as to not trigger CI failures. Updated `.Jules/palette.md` to capture this UX pattern. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added concrete example tooltips to the 'Transaction Cost', 'Max Drawdown Alert', 'Volatility Alert', and asset 'Shock' sliders to improve accessibility and UX for quantitative settings. Used `help` argument natively in Streamlit and formatted strictly to PEP8/Black length limits (<88 chars) so as to not trigger CI failures. Updated `.Jules/palette.md` to capture this UX pattern. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
💡 What: Added
helptooltips with concrete examples to complex financial input widgets insrc/dashboard.py(e.g.,bt_cost,adv_pct,vol_window). Also created.Jules/palette.mdto document this learning.🎯 Why: Adding concrete examples to statistical and financial parameters (like basis points or volatility quantiles) significantly reduces user cognitive load and clarifies abstract inputs.
♿ Accessibility: Improves usability by clarifying technical terms natively via Streamlit's tooltip mechanism.
PR created automatically by Jules for task 975481257910452629 started by @aarjava