Skip to content

docs: add UI enhancement phases and consolidated backlog#31

Merged
rad1092 merged 1 commit into
mainfrom
codex/review-executable-rate-and-analysis-features-ca831f
Feb 15, 2026
Merged

docs: add UI enhancement phases and consolidated backlog#31
rad1092 merged 1 commit into
mainfrom
codex/review-executable-rate-and-analysis-features-ca831f

Conversation

@rad1092
Copy link
Copy Markdown
Owner

@rad1092 rad1092 commented Feb 15, 2026

Motivation

  • Provide a clear, actionable plan for the next UI implementation turns so work can start immediately.
  • Consolidate remaining improvement items (usability, parsing, performance, format support) in a single reference for prioritization and tracking.

Description

  • Add NEXT_STEPS_UI_AND_BACKLOG.md which defines Phase 1–5 interface work (simplification, natural-language requests, state/feedback, dashboard, async charts) and a prioritized backlog of analysis, code, and file-format improvements.
  • Include execution order and verification checkpoints so the next turn can pick up implementation quickly.

Testing

  • Ran pytest -q and all tests passed (26 passed).

Codex Task

@rad1092 rad1092 merged commit 343fea6 into main Feb 15, 2026
4 checks passed
@rad1092 rad1092 deleted the codex/review-executable-rate-and-analysis-features-ca831f branch February 15, 2026 02:49
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cf81b7904c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread bitnet_tools/analysis.py

# normalize frequent human-entered numeric formats
v = (
v.replace(",", "")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve decimal-comma values when normalizing numbers

Removing every comma in _to_float silently corrupts locale-formatted decimals: inputs like "1,5" become 15.0 and "12,5%" become 125.0, so summarize_reader will compute incorrect numeric stats and dtype classification instead of leaving these cells non-numeric. This regression is introduced by the new normalization path and affects any CSV that uses comma as the decimal separator.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant