Feature/UI package#3
Merged
Merged
Conversation
…mples Source generator for UI form and table metadata. Annotate models with [Form], [Table], and UI control hints ([Select], [Slider], [TextArea], etc.) to get compile-time form descriptors, table column definitions, and JSON schemas — no reflection, no runtime overhead. Includes: - 27 attributes (form metadata, UI controls, table columns, conditionals) - Cross-package integration with ZibStack.NET.Validation and ZibStack.NET.Dto - Blazor sample with DynamicForm/DynamicField components - React sample with react-hook-form integration and DynamicTable - 34 unit tests
4857865 to
d7e183c
Compare
…puted columns, column styling New attributes: - [ChildTable] — hierarchical drill-down (parent → child tables) - [RowAction] — per-row action buttons with endpoint, confirmation, permission - [ToolbarAction] — global actions (payroll, export) with selection mode - [Permission], [ColumnPermission], [DataFilter] — authorization metadata - [Computed] — marks virtual/calculated columns - [ColumnStyle] — conditional styling with semantic severity (danger, success, etc.) All features emit to both C# descriptors and JSON schema. 12 new tests (46 total), all passing.
- VoivodeshipView model with ChildTable, RowAction, ToolbarAction, Permission, Computed, ColumnStyle attributes - SampleApi: new endpoints for voivodeship/county/postalcode schemas - SampleBlazor: ErpDemo page with drill-down, row/toolbar actions, conditional cell styling, permission info display - React: ErpTable component with row selection, toolbar actions, drill-down buttons, severity-based cell colors, action log
- Add UI package to packages table with description - Add ZibStack.NET.UI quick example (ERP-style with drill-down, actions, permissions) - Add UI to repository structure diagram - Update release-all.yml with Pack 8 — UI - Add release-ui.yml workflow for standalone release - Add Test UI step to ci.yml
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.
No description provided.