π¨ Palette: Add contextual help tooltips to financial inputs#65
π¨ Palette: Add contextual help tooltips to financial inputs#65
Conversation
- Added concrete help examples to ADV participation slider. - Added concrete help examples to high volatility quantile slider. - Added concrete help examples to transaction cost basis points input. - Added new UX learning to .Jules/palette.md log. 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. |
- Applied `black src/ tests/` to 24 unformatted files in the repository. - Fixed `black --check` failures in the GitHub Actions CI pipeline. - Verified all 56 tests continue to pass. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Reverted large `black` and `ruff` formatting changes applied across `src/modules/*` and `tests/*` to adhere to the strict 50-line PR limit boundary. - Retained the contextual help tooltips on `src/dashboard.py` and the UX journal entry. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Reverted large `black` and `ruff` formatting changes applied across `src/modules/*` and `tests/*` to adhere to the strict 50-line PR limit boundary. - Retained the contextual help tooltips on `src/dashboard.py` and the UX journal entry. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π¨ Palette: Add contextual help tooltips to financial inputs
π‘ What: Added descriptive
helpparameters with concrete numerical examples to three critical statistical and financial inputs in the Streamlit sidebar:adv_pct(ADV Participation %)vol_q_high(High Volatility Quantile)bt_cost(Transaction Cost in bps)π― Why: Users often lack context on acceptable formats or the real-world magnitudes of these statistical parameters. By providing inline examples (e.g., '10 bps = 0.10%'), we reduce cognitive load and prevent input errors without cluttering the UI with additional text blocks.
πΈ Before/After: The inputs now feature native Streamlit
stTooltipIconelements that display upon hover.βΏ Accessibility: The tooltips utilize Streamlit's built-in accessible tooltip components, ensuring they are connected to their respective labels and readable by screen readers. A new entry was recorded in
.Jules/palette.mdto document this UX learning for future widget additions.PR created automatically by Jules for task 7095212152039575697 started by @aarjava