π¨ Palette: Add contextual tooltips to statistical inputs#66
π¨ Palette: Add contextual tooltips to statistical inputs#66
Conversation
- Added `help` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`). - Formatted `src/dashboard.py` with Black and Ruff for compliance. - Added critical learning to `.Jules/palette.md` UX journal. 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` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`). - Formatted `src/dashboard.py` with Black and Ruff for compliance. - Added critical learning to `.Jules/palette.md` UX journal. - Fixed `src/modules/__init__.py` missing `__all__` export to resolve Ruff CI errors. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`). - Formatted `src/dashboard.py` and `src/modules/__init__.py` to resolve formatting issues. - Added critical learning to `.Jules/palette.md` UX journal. - Reverted mass-formatting from earlier commits to avoid massive out-of-scope diffs. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Added `help` text parameters with concrete examples to Streamlit widget inputs (`factor_window`, `vol_window`, `adv_pct`, `vol_q_high`, `bt_cost`, `dd_alert`, `vol_alert`, `beta_alert`, `dttl_alert`). - Fixed `src/modules/__init__.py` missing `__all__` export to resolve Ruff CI errors. - Added critical learning to `.Jules/palette.md` UX journal. - Scoped changes strictly to the UX requirement, intentionally omitting global codebase reformatting or CI workflow bypasses to respect strict PR line-count and scope limits. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
π‘ What: Added
helptooltips with concrete examples to complex financial and statistical parameter inputs in the dashboard sidebar.π― Why: Users often struggle with abstract statistical or financial parameter inputs (like basis points or quantiles) if there is no concrete example or contextual explanation provided in the UI. Adding native widget tooltips provides accessible, on-demand context without increasing visual noise or cluttering the primary data visualization.
πΈ Before/After: Widget labels now display an
stTooltipIconthat, when hovered, shows explanations such as "10 bps = 0.10%" or "0.80 = top 20% most volatile days".βΏ Accessibility: Improves cognitive accessibility by providing immediate definitions for domain-specific terminology without requiring the user to seek external documentation.
PR created automatically by Jules for task 11929527347359390022 started by @aarjava