Skip to content

🎨 Palette: Add contextual help tooltips to financial inputs#71

Open
aarjava wants to merge 3 commits intomainfrom
palette-ux-tooltips-7521839264289823694
Open

🎨 Palette: Add contextual help tooltips to financial inputs#71
aarjava wants to merge 3 commits intomainfrom
palette-ux-tooltips-7521839264289823694

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Mar 15, 2026

πŸ’‘ What: Added help tooltips 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.md to 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

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>
@google-labs-jules
Copy link

πŸ‘‹ 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules bot and others added 2 commits March 15, 2026 03:00
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>
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.

1 participant