Drive document editor fields from the schema #59
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs-review
quasar
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar-ui!59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/spec-driven-document-editor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Makes the canonical StarIntel JSON Schema—not a secondary expansion list or hand-built model—the source of truth for document editor fields.
data.propertiesfname,mname,lname, names, dates, affiliations, identifiers, and every other allowed Person propertyname,legal_name,org_type, industry, registration, ownership, location, and the rest of the Org schemaRoot cause
The editor used
fieldsForDtype(), which represents the expansion inventory rather than the complete conditional JSON Schema property set. Valid compatibility properties such as Personfname,mname, andlnameexisted in the schema but were omitted from the UI.Validation
npm test— 19 unit files / 76 tests and 1 integration test passednpm run check— formatting, ESLint, TypeScript, and static checks passednpm run build— passedFollow-up to #57.