🎨 Palette: Add tooltips to financial parameters#46
Conversation
…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>
|
👋 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. |
* 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>
What: Added help tooltips to sidebar inputs for financial parameters and added
matplotlibtorequirements.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