← Back to issue list

Have a sub-char resolution in the progress bar

View original Github issue

Metadata

Project
craft-cli
Number
#9
Type
issue
State
open
Author
facundobatista
Labels
Status: Triaged Type: Enhancement
Created
Updated
Closed

Current evaluation

Enhancement to give the progress bar sub-character resolution using eighth-block Unicode characters (▏▎▍▌▋▊▉█) instead of per-character granularity. Triaged and labeled; last activity was a bot syncing it to Jira (CRAFT-4789).

Suggested action: keep open

Reason: The issue is labeled 'Status: Triaged' and 'Type: Enhancement' and was filed by maintainer facundobatista, so it has been assessed and acknowledged. The only recent activity is a bot syncing it to Jira (CRAFT-4789) on 2025-09-17, with no evidence the sub-character progress bar was implemented elsewhere, so it remains a valid open enhancement.

Impact: 25 Quick Win: 16.25 Staleness: 60 Complexity: 35 Confidence: 65 Support Request: 5

Issue body

We can have a progress bar with more resolution than the current one (per char). That would be using characters that represent "eights of a block": ``` >>> chars = (' ', '▏', '▎', '▍', '▌', '▋', '▊', '▉', '█') >>> for c in chars: ... print(unicodedata.name(c)) ... SPACE LEFT ONE EIGHTH BLOCK LEFT ONE QUARTER BLOCK LEFT THREE EIGHTHS BLOCK LEFT HALF BLOCK LEFT FIVE EIGHTHS BLOCK LEFT THREE QUARTERS BLOCK LEFT SEVEN EIGHTHS BLOCK FULL BLOCK ```

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.8-27b
Impact: 25
Quick Win: 16.25
Staleness: 60
Complexity: 35
Confidence: 65
Support Request: 5
keep open Enhancement to give the progress bar sub-character resolution using eighth-block Unicode characters (▏▎▍▌▋▊▉█) instead of per-character granularity. Triaged and labeled; last activity was a bot syncing it to Jira (CRAFT-4789).
qwen/qwen3.6-35b-a3b
Staleness: 85
Complexity: 10
Confidence: 85
Support Request: 5
keep open Enhancement to improve progress bar resolution using Unicode block elements for finer granularity. Currently triaged and awaiting implementation.
qwen3.6-35b-a3b-mtp-q6
Staleness: 55
Complexity: 15
Confidence: 85
Support Request: 0
keep open Enhancement to add sub-character resolution to the progress bar using Unicode block elements. Triaged by a maintainer and recently synced to an internal tracker, awaiting implementation.
qwen3.6-35b-a3b-mtp-q6
Staleness: 75
Complexity: 20
Confidence: 95
Support Request: 0
keep open Improve progress bar resolution using Unicode one-eighth block characters. The request is triaged and routed to internal Jira ticket CRAFT-4789. Currently awaiting assignment or implementation after 272 days of inactivity.

Update history

No update history recorded yet.

Related issues

No related issues found above the similarity threshold.