π¨ Palette: Add tooltips to research configuration inputs#31
π¨ Palette: Add tooltips to research configuration inputs#31
Conversation
- Added `help` text to 'High Volatility Quantile' slider to explain threshold logic. - Added `help` text to 'Transaction Cost' input to explain basis points (bps) conversion. - Created `.Jules/palette.md` with UX learnings. 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. |
- Reformatted codebase using `black` to resolve CI style failures. - Ensured 100% adherence to project style guidelines in `pyproject.toml`. - Verified all tests pass after reformatting. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Resolved all Ruff linting errors (imports, dict() literals, unused variables). - Added `__all__` to `src/modules/__init__.py` to properly expose submodules. - Reformatted code with Black. - Verified all tests pass. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added tooltips to the 'High Volatility Quantile' slider and 'Transaction Cost' input in
src/dashboard.pyto improve user understanding of these parameters. This aligns with the "Helpful Additions" category of the Palette persona. Also established the Palette journal.PR created automatically by Jules for task 15548806797064005843 started by @aarjava