π¨ Palette: Add concrete examples to complex financial input tooltips#72
π¨ Palette: Add concrete examples to complex financial input tooltips#72
Conversation
- Added `help` tooltips to `adv_pct`, `vol_q_high`, and `bt_cost` inputs - Included concrete mathematical examples (e.g., "10 bps = 0.10%") - Formatted `src/dashboard.py` according to project `black` standards - Logged critical UX learning in `.Jules/palette.md` 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 `help` tooltips to `adv_pct`, `vol_q_high`, and `bt_cost` inputs - Included concrete mathematical examples (e.g., "10 bps = 0.10%") - Formatted `src/dashboard.py` according to project `black` standards to resolve CI issues - Logged critical UX learning in `.Jules/palette.md` Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` tooltips to `adv_pct`, `vol_q_high`, and `bt_cost` inputs - Included concrete mathematical examples (e.g., "10 bps = 0.10%") - Formatted `src/dashboard.py` according to project `black` standards to resolve CI issues - Logged critical UX learning in `.Jules/palette.md` Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` tooltips to `adv_pct`, `vol_q_high`, and `bt_cost` inputs - Included concrete mathematical examples (e.g., "10 bps = 0.10%") - Formatted the modified lines in `src/dashboard.py` according to project `black` standards. - Logged critical UX learning in `.Jules/palette.md` Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added
helptooltips with concrete mathematical examples to three complex financial/statistical inputs in the dashboard sidebar: Transaction Cost, High Volatility Quantile, and ADV Participation %.π― Why: Without explicit examples, terms like "bps" or decimal quantiles can be ambiguous or intimidating. Concrete examples make the interface more accessible and reduce cognitive load for users configuring the backtest parameters.
πΈ Before/After: Tested via Playwright script; tooltips now display over the question mark icons.
βΏ Accessibility: Improves general comprehension and usability without cluttering the UI. Added learning to
.Jules/palette.mdregarding financial input UX.PR created automatically by Jules for task 4857007741679329696 started by @aarjava