UX: Add help tooltips to technical configuration inputs#38
UX: Add help tooltips to technical configuration inputs#38
Conversation
- Added `help` tooltips to "Transaction Cost (bps)", "Allow Short Selling", "High Volatility Quantile", and Walk-Forward Validation inputs. - Explained technical terms (e.g., "10 bps = 0.10%") and functionality inline to reduce user friction. - Fixed a runtime crash by adding `matplotlib` to `requirements.txt` (required for dataframe styling). - Added `Jules/palette.md` for UX journal entries. 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. |
- Ran `black .` and `ruff check . --fix` to address formatting and linting errors across the codebase. - Added `matplotlib` to `requirements.txt` to fix runtime crashes with pandas styling. - Added `help` tooltips to sidebar inputs to improve UX. - Updated `src/modules/__init__.py` with `# noqa: F401` to suppress unused import errors. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
- Ran `black .` and `ruff check . --fix` to address formatting and linting errors across the codebase. - Added `matplotlib` to `requirements.txt` to fix runtime crashes with pandas styling. - Added `help` tooltips to sidebar inputs to improve UX. - Updated `src/modules/__init__.py` with `# noqa: F401` to suppress unused import errors. Co-authored-by: aarjava <218419324+aarjava@users.noreply.github.com>
Added contextual help tooltips to various technical inputs in the sidebar to improve accessibility for non-expert users. Also fixed a missing dependency (
matplotlib) that was causing the app to crash during dataframe styling.PR created automatically by Jules for task 6513192464521222858 started by @aarjava