Skip to content

Comments

🎨 Palette: Add tooltips to financial parameters#46

Open
aarjava wants to merge 3 commits intomainfrom
palette/add-financial-parameter-tooltips-13260677341122573800
Open

🎨 Palette: Add tooltips to financial parameters#46
aarjava wants to merge 3 commits intomainfrom
palette/add-financial-parameter-tooltips-13260677341122573800

Conversation

@aarjava
Copy link
Owner

@aarjava aarjava commented Feb 16, 2026

What: Added help tooltips to sidebar inputs for financial parameters and added matplotlib to requirements.txt.
Why: Users often find financial acronyms (like ADV, Beta Window) intimidating. Tooltips provide immediate context. Also fixed a crash in the dashboard due to missing visualization dependency.
Accessibility: Improved cognitive accessibility by defining terms inline.
Verification: Verified via Playwright script and manual inspection of screenshot. Tooltips appear correctly on hover. App runs without ImportError.


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

…pendency

* Added tooltips to complex financial inputs (Factor Beta Window, Volatility Quantile, etc.) in `src/dashboard.py` to improve accessibility and clarity.
* Added `matplotlib` to `requirements.txt` to fix `ImportError` related to pandas styling (`background_gradient`).
* Added journal entry in `.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 February 16, 2026 04:02
* Re-formatted `src/dashboard.py` using `black` to resolve CI failures.
* Fixed all `ruff` linting errors (including C408 dict literals) in `src/dashboard.py`.
* Verified that `pytest` and Playwright tests pass with the reformatted code.
* (From previous commit): Added tooltips to financial parameters and added `matplotlib` dependency.

Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
* Reformatted `tests/`, `src/modules/`, and scripts with `black` to match CI standards.
* Fixed various `ruff` linting issues (F401, F841, W291) in `src/modules/__init__.py`, `backtester.py`, and scripts.
* Verified that `black --check .`, `ruff check .`, and `pytest` all pass.
* (From original task): Added tooltips to financial parameters in `src/dashboard.py` and `matplotlib` dependency.

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