Enhance CLI output with ASCII dashboard and fix quiet mode#60
Enhance CLI output with ASCII dashboard and fix quiet mode#60
Conversation
- Consolidated duplicate `Colors` class definitions into a single, comprehensive class. - Fixed `simulate_trading` to properly respect the `--quiet` flag, suppressing all intermediate logs. - Enhanced the final performance report with an ASCII box layout, padded alignment, and additional statistics (ROI, Total Trades). Co-authored-by: EiJackGH <172181576+EiJackGH@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. |
- Fix flake8 errors in `bitcoin_trading_simulation.py` (line length, imports, spacing). - Create `bitcoin.py` module required by `test_bitcoin.py` (implementation of `get_bitcoin_price` and `calculate_value`). - Add `requests` to `requirements.txt`. - Fix linting errors in `test_bitcoin.py` and `test_simulation.py`. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
🎨 Palette: Improved CLI UX with Dashboard Report
💡 What:
Colorsclass definitions inbitcoin_trading_simulation.py.--quietmode.🎯 Why:
--quietflag was broken, cluttering the output when running batch simulations.Colorsclass) was a maintenance risk and caused test failures.📸 Before/After:
Before:
After:
♿ Accessibility:
--quietmode now works correctly for screen reader users who want less verbosity.PR created automatically by Jules for task 3070512735153693794 started by @EiJackGH