Palette: Add context tooltips and fix missing dependency#29
Palette: Add context tooltips and fix missing dependency#29
Conversation
- 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>
|
👋 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. |
- 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>
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
matplotlibtorequirements.txtto resolve aImportErrorthat was causing the application to crash when rendering dataframes with background gradients.PR created automatically by Jules for task 2371503271979301390 started by @aarjava