Skip to content

feat: add order management foundation#6

Merged
ichwars merged 12 commits into
mainfrom
codex/order-management
Jul 11, 2026
Merged

feat: add order management foundation#6
ichwars merged 12 commits into
mainfrom
codex/order-management

Conversation

@ichwars

@ichwars ichwars commented Jul 11, 2026

Copy link
Copy Markdown
Owner

Summary

  • add business profiles, customer master data, permissions, APIs, navigation, and settings workspaces
  • add transactional per-profile numbering with SQLite/PostgreSQL concurrency safeguards
  • add pinned Unicode 15.1 normalization, international master data, localization, and operator documentation

Verification

  • 117 focused backend tests passed
  • 85 focused frontend tests passed
  • Ruff, ESLint, i18n parity, generated-source check, production build, and git diff checks passed
  • 1,114,112 Unicode code points compared with 0 mismatches
  • independent backend and frontend re-reviews approved

Residual

  • Docker image build was not run because the local Docker engine was unavailable

@ichwars
ichwars merged commit 935fad0 into main Jul 11, 2026
14 checks passed
@ichwars
ichwars deleted the codex/order-management branch July 11, 2026 17:52

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

Copy link
Copy Markdown

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: 339fc511bd

ℹ️ 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 requirements.txt
pycountry==26.2.16
# Unicode normalization is part of the persisted customer-number key contract.
# Pin it instead of inheriting the interpreter's Unicode table (Python 3.10/3.11 differ).
unicodedata2==15.1.0; python_version < "3.13"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Install Unicode backport on Python 3.14+

When installing PrintOps under Python 3.14+ (still allowed by pyproject.toml's >=3.10), this marker skips unicodedata2; Python 3.14's stdlib unicodedata uses Unicode 16.0.0, so backend/app/core/text_normalization._select_unicode_provider raises RuntimeError because it requires 15.1.0, preventing app startup as soon as the new order models are imported. Keep the backport installed unless the stdlib is known to be 15.1, or cap the supported Python version.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant