[codex] standardize identity and enterprise console - #2
Draft
SeanCode-super wants to merge 6 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
adminthrough Flyway V32Why
The project is intended to be a reusable, industry-neutral SaaS foundation. Identity, natural-person subjects, organization participation, assignments, tenant context, navigation resources, and permissions therefore need explicit standard contracts. The console also needs to behave like an operational enterprise product instead of presenting the foundation as a collection of descriptive showcase cards or exposing storage formats to administrators.
Compatibility
V27-V29 use an expand/backfill sequence. User and Session public identifiers remain nullable during the rolling-upgrade and binary-rollback window, while compatibility triggers supply UUIDv7 values for older writers. A later contract migration will add
NOT NULLonly after rollback-eligible writers have been retired and null-count verification remains zero.Flyway V32 changes only the default platform administrator username from
platform.admintoadmin; the tenant code remainsplatformand the development password remains unchanged.Flyway V33 registers existing page actions as first-class
BUTTONresources. Flyway V34 normalizes navigation containers toDIRECTORYand removes invalid direct directory grants.Validation
npm run check: production build, TypeScript, ESLint, Stylelint, and 6 Vitest tests passed; existing ESLint warnings remain non-blockinggit diff --check: passedGitHub Actions must complete the MySQL Flyway, tenant-isolation, organization, and binding checks before merge.