π¨ Palette: Add Tooltips for Financial Parameters#94
Conversation
Added `help` parameter to `bt_cost` (Transaction Cost bps) and `adv_pct` (ADV Participation %) inputs in `src/dashboard.py` to clarify abstract financial metrics with concrete numerical examples for better UX. Created journal entry 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` parameter to `bt_cost` (Transaction Cost bps) and `adv_pct` (ADV Participation %) inputs in `src/dashboard.py` to clarify abstract financial metrics with concrete numerical examples for better UX. Created journal entry in `.Jules/palette.md`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added `help` parameter to `bt_cost` (Transaction Cost bps) and `adv_pct` (ADV Participation %) inputs in `src/dashboard.py` to clarify abstract financial metrics with concrete numerical examples for better UX. Created journal entry in `.Jules/palette.md`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added `help` parameter to `bt_cost` (Transaction Cost bps) and `adv_pct` (ADV Participation %) inputs in `src/dashboard.py` to clarify abstract financial metrics with concrete numerical examples for better UX. Created journal entry in `.Jules/palette.md`. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π¨ Palette: Added helpful tooltips to financial input parameters.
π‘ What: Added
helptext to the "Transaction Cost (bps)" and "ADV Participation %" inputs.π― Why: Niche financial metrics like "bps" and "ADV" can be abstract for users. By adding concrete mathematical examples (e.g., "10 bps = 0.10%"), we make the inputs immediately comprehensible.
βΏ Accessibility: Uses Streamlit's native tooltip widget (
help=param) which is keyboard-accessible on hover/focus. Added a journal entry detailing this domain-specific UX pattern.PR created automatically by Jules for task 11607619900357691082 started by @aarjava