Skip to content

🎨 Palette: Add tooltips for technical parameters#36

Open
aarjava wants to merge 3 commits intomainfrom
palette-add-tooltips-2471225530395337666
Open

🎨 Palette: Add tooltips for technical parameters#36
aarjava wants to merge 3 commits intomainfrom
palette-add-tooltips-2471225530395337666

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Feb 6, 2026

πŸ’‘ What: Added explanatory tooltips to the "High Volatility Quantile", "Transaction Cost (bps)", and "Allow Short Selling" inputs.
🎯 Why: Users may not understand technical terms like "bps" or how specific quantiles affect the model. Tooltips provide immediate context without cluttering the UI.
πŸ› οΈ Fix: Added missing matplotlib dependency to requirements.txt to prevent runtime crashes when rendering styled dataframes.


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

πŸ’‘ What: Added explanatory tooltips to the "High Volatility Quantile", "Transaction Cost (bps)", and "Allow Short Selling" inputs.
🎯 Why: Users may not understand technical terms like "bps" or how specific quantiles affect the model. Tooltips provide immediate context without cluttering the UI.
πŸ› οΈ Fix: Added missing `matplotlib` dependency to `requirements.txt` to prevent runtime crashes when rendering styled dataframes.

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 6, 2026 04:11
πŸ’‘ What:
1. Added explanatory tooltips to technical inputs (Vol Quantile, Transaction Cost, Short Selling) in `src/dashboard.py`.
2. Applied Black formatting and Ruff linting fixes across the codebase.

🎯 Why:
1. Improve UX by explaining financial terms and model parameters directly in the interface.
2. Fix CI failures caused by linting/formatting violations.

πŸ› οΈ Fix:
- Added `matplotlib` to `requirements.txt` to resolve runtime styling dependency.
- Fixed `F401` errors in `src/modules/__init__.py`.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
πŸ’‘ What:
1. Added explanatory tooltips to technical inputs (Vol Quantile, Transaction Cost, Short Selling) in `src/dashboard.py`.
2. Applied Black formatting and Ruff linting fixes across the codebase to resolve CI failures.

🎯 Why:
1. Improve UX by explaining financial terms and model parameters directly in the interface.
2. Fix blocking CI failures caused by linting/formatting violations in the repository.

πŸ› οΈ Fix:
- Added `matplotlib` to `requirements.txt` (required for `pandas.style.background_gradient`).
- Fixed `F401` errors in `src/modules/__init__.py`.
- Reformatted multiple files to satisfy `black` and `ruff` checks.

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