Skip to content

Palette: Add context tooltips and fix missing dependency#29

Open
aarjava wants to merge 3 commits intomainfrom
palette-tooltip-enhancement-2371503271979301390
Open

Palette: Add context tooltips and fix missing dependency#29
aarjava wants to merge 3 commits intomainfrom
palette-tooltip-enhancement-2371503271979301390

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Jan 30, 2026

This PR enhances the UX by adding explanatory tooltips to the "High Volatility Quantile" and "Transaction Cost (bps)" inputs, helping users understand these financial parameters. It also adds matplotlib to requirements.txt to resolve a ImportError that was causing the application to crash when rendering dataframes with background gradients.


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

- Add `help` tooltips to `vol_q_high` and `bt_cost` in `src/dashboard.py` to clarify complex inputs.
- Add `matplotlib` to `requirements.txt` to fix runtime crash in `Backtest Engine` tab.
- Create UX journal `.Jules/palette.md`.

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 January 30, 2026 03:47
- Add `help` tooltips to `vol_q_high` and `bt_cost` in `src/dashboard.py`.
- Add `matplotlib` to `requirements.txt` to fix runtime crash.
- Create UX journal `.Jules/palette.md`.
- Format code with Black to pass CI.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Add `help` tooltips to `vol_q_high` and `bt_cost` in `src/dashboard.py`.
- Add `matplotlib` to `requirements.txt`.
- Fix Ruff linting errors:
    - Sort imports in all modules.
    - Add `# noqa: F401` to `src/modules/__init__.py`.
    - Remove unused variables in `src/modules/backtester.py`.
    - Replace `dict(...)` with literals in `src/dashboard.py`.
- Format code with Black.
- Create UX journal.

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