π¨ Palette: Add help tooltips for financial parameters#32
π¨ Palette: Add help tooltips for financial parameters#32
Conversation
- Added explanatory tooltips to 'High Volatility Quantile' slider - Added tooltip to 'Transaction Cost' input defining basis points - Created .Jules/palette.md for UX journaling 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. |
- Add help tooltips to financial parameters in dashboard.py - Format entire codebase with Black to pass CI - Fix Ruff linting errors (including C408 dict literals) - Add # noqa: F401 to src/modules/__init__.py Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Add help tooltips to financial parameters (volatility, costs) - Format entire codebase with Black - Fix Ruff linting errors (dict literals, imports) - Ensure CI compliance for all files Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added help tooltips to the "High Volatility Quantile" and "Transaction Cost (bps)" inputs in the sidebar.
π― Why: To clarify financial jargon (quantiles, basis points) and provide concrete examples (e.g., "10 bps = 0.10%"), ensuring the dashboard is accessible to users with varying levels of domain expertise.
πΈ Before/After: Added info icons with hover text to previously unassisted inputs.
βΏ Accessibility: Improves cognitive accessibility by reducing the need for external reference.
PR created automatically by Jules for task 15124797755319624891 started by @aarjava