Skip to content

Comments

🎨 Palette: Add help tooltips to financial parameters#53

Open
aarjava wants to merge 3 commits intomainfrom
palette/financial-tooltips-5285342545751103309
Open

🎨 Palette: Add help tooltips to financial parameters#53
aarjava wants to merge 3 commits intomainfrom
palette/financial-tooltips-5285342545751103309

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Feb 23, 2026

πŸ’‘ What: Added explanatory tooltips to 8 financial configuration inputs in the sidebar (e.g., Transaction Cost, ADV Participation, Volatility Regimes).
🎯 Why: Reduces cognitive load for users by defining domain-specific jargon like "basis points" and "quantiles" directly in the UI.
πŸ“Έ Before/After: Visual inspection confirmed tooltips appear correctly.
β™Ώ Accessibility: Improved understanding for non-expert users.
Notes: Also added matplotlib to requirements.txt as it is required by pandas styling.


PR created automatically by Jules for task 5285342545751103309 started by @aarjava

- Added `help` arguments to st.slider and st.number_input for:
  - Factor Beta Window
  - Regime Vol Window
  - ADV Participation %
  - High Volatility Quantile
  - Transaction Cost (bps)
  - Alert Thresholds (Drawdown, Volatility, Beta, DTTL)
- Added matplotlib to requirements.txt for pandas styling support.
- Formatted src/dashboard.py with black.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
@google-labs-jules
Copy link

πŸ‘‹ 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules bot and others added 2 commits February 23, 2026 03:52
- Added `help` tooltips to financial inputs in `src/dashboard.py` (e.g., Transaction Cost, ADV %).
- Formatted `src/` and `tests/` directories with `black` to fix CI lint failures.
- Added `matplotlib` to `requirements.txt`.
- Added UX journal entry.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Ran `ruff check --fix` to sort imports and fix linting errors (F401, C408, F841).
- Updated `src/modules/__init__.py` to use explicit re-exports to satisfy Ruff F401.
- Re-formatted codebase with `black` to match Ruff changes.
- Verified local tests and lint checks pass.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant