π¨ Palette: Add contextual help tooltips to financial inputs#71
π¨ Palette: Add contextual help tooltips to financial inputs#71
Conversation
Added concrete, numerical examples to statistical and financial parameter tooltips (High Volatility Quantile, Transaction Cost) in `src/dashboard.py` to improve cognitive accessibility and clarity. Updates `.Jules/palette.md` with relevant learning. 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. |
Added concrete, numerical examples to statistical and financial parameter tooltips (High Volatility Quantile, Transaction Cost) in `src/dashboard.py` to improve cognitive accessibility and clarity. Updates `.Jules/palette.md` with relevant learning. Ran `black src/ tests/` to fix CI failure due to unformatted baseline codebase. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added concrete, numerical examples to statistical and financial parameter tooltips (High Volatility Quantile, Transaction Cost) in `src/dashboard.py` to improve cognitive accessibility and clarity. Updates `.Jules/palette.md` with relevant learning. Also fixed baseline linting/formatting errors globally that were failing CI. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added
helptooltips to the "High Volatility Quantile" and "Transaction Cost (bps)" inputs in the sidebar. The tooltips contain concrete examples (e.g.10 bps = 0.10%). Also added a journal entry to.Jules/palette.mdto record the UX learning regarding concrete financial thresholds.π― Why: Complex financial or statistical inputs can be ambiguous to users or screen readers. Adding concrete, numerical examples reduces cognitive load, grounds the input, and makes the dashboard more accessible to users with varied levels of financial expertise.
πΈ Before/After:
Before: The sliders/inputs simply said "High Volatility Quantile" or "Transaction Cost (bps)" with no further context on hover.
After: The inputs now have hoverable "?" tooltips providing an exact example (e.g.
0.80 = top 20% most volatile days).βΏ Accessibility: Improves clarity for cognitive accessibility by grounding ambiguous parameters with literal examples. Tooltips are native Streamlit components and therefore natively accessible to screen readers.
PR created automatically by Jules for task 7521839264289823694 started by @aarjava