Enhance Bitcoin Simulation CLI UX and Report Formatting#55
Enhance Bitcoin Simulation CLI UX and Report Formatting#55
Conversation
- Consolidated redundant `Colors` classes into a single robust helper. - Fixed `quiet` mode to correctly suppress all daily logs and trade events. - Added a delightful final simulation report with trade statistics and box-drawing formatting. - Improved comparison metrics (Strategy vs. Buy & Hold return %). - Cleaned up redundant imports and duplicate headers. - Updated unit tests to align with revised color attributes and output logic. 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. |
- Improved CLI report formatting with box-drawing characters and emojis. - Fixed `quiet` mode to correctly suppress all daily logs. - Consolidated `Colors` class and added missing color attributes. - Added `bitcoin.py` module and `requests` dependency to fix CI test failures. - Fixed PEP 8 linting errors (line length, blank lines, whitespace). - Updated test fixtures for better isolation. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
This submission improves the user experience of the Bitcoin Trading Simulation CLI tool.
Key changes:
--quietflag now correctly suppresses trade event messages in addition to the daily portfolio logs.Colorsclass and removed duplicate imports to improve maintainability.quietmode assertions now pass correctly..Jules/palette.md.Fixes #54
PR created automatically by Jules for task 718788019383651553 started by @EiJackGH