π¨ Palette: Add contextual tooltips to statistical inputs#74
π¨ Palette: Add contextual tooltips to statistical inputs#74
Conversation
- Added `help` parameters to Streamlit sliders and number inputs in `src/dashboard.py` for `adv_pct`, `vol_q_high`, and `bt_cost`. - Provided concrete examples (e.g., "10 bps = 0.10%") to make inputs more intuitive for users without domain expertise. - Formatted `src/dashboard.py` using `black`. - Appended a UX journal entry to `.Jules/palette.md` noting the critical learning. 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` parameters to Streamlit sliders and number inputs in `src/dashboard.py` for `adv_pct`, `vol_q_high`, and `bt_cost`. - Provided concrete examples (e.g., "10 bps = 0.10%") to make inputs more intuitive for users without domain expertise. - Formatted new lines manually to follow Black's formatting rules without touching the rest of the file. - Appended a UX journal entry to `.Jules/palette.md` noting the critical learning. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` parameters to Streamlit sliders and number inputs in `src/dashboard.py` for `adv_pct`, `vol_q_high`, and `bt_cost`. - Provided concrete examples (e.g., "10 bps = 0.10%") to make inputs more intuitive for users without domain expertise. - Formatted new lines manually to follow Black's formatting rules without touching the rest of the file. - Appended a UX journal entry to `.Jules/palette.md` noting the critical learning. - Restored previously accidentally deleted testing artifacts to ensure CI pipeline completes successfully. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` parameters to Streamlit sliders and number inputs in `src/dashboard.py` for `adv_pct`, `vol_q_high`, and `bt_cost`. - Provided concrete examples (e.g., "10 bps = 0.10%") to make inputs more intuitive for users without domain expertise. - Formatted new lines manually to follow Black's formatting rules without touching the rest of the file. - Appended a UX journal entry to `.Jules/palette.md` noting the critical learning. - Restored previously accidentally deleted testing artifacts to ensure CI pipeline completes successfully. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added helpful tooltips containing concrete examples to financial and statistical parameter inputs (ADV Participation, High Volatility Quantile, Transaction Cost) in the Streamlit sidebar.
π― Why: To make the interface more intuitive. Users without deep financial or statistical domain expertise might find inputs like "bps" (basis points) or "quantiles" confusing without context. The tooltips act as a subtle guide.
βΏ Accessibility: Enhances cognitive accessibility by explicitly explaining terminology in-place without cluttering the visible UI.
PR created automatically by Jules for task 4618998173786387142 started by @aarjava