🎨 Palette: Improve CLI feedback and visual hierarchy#26
Conversation
- Add execution duration to final result panels using time.perf_counter() - Switch to random.sample for unique customer ID generation in demos - Enhance rich.Rule components with descriptive titles for better navigation - Clean up guidance messages for improved readability Co-authored-by: ruh-al-tarikh <203426218+ruh-al-tarikh@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. |
💡 What: This PR enhances the CLI experience of the tutorial scripts by adding execution timing to the final results, ensuring unique mock data generation, and improving the visual hierarchy of the terminal output.
🎯 Why:
random.sampleavoids duplicate IDs in the output, which can be confusing for a "processing" demo.♿ Accessibility: The improved visual hierarchy with Rule titles makes the terminal output easier to scan for all users.
Verification:
black,ruff, andmypy(all passed).01_getting_started.pyand02_logging.pyto verify the new visual touches.PR created automatically by Jules for task 16726185796229475166 started by @ruh-al-tarikh