951 B
951 B
Grid provider decision
Decision
The default grid is AG Grid Community. The application does not depend on ag-grid-enterprise, Enterprise modules, Enterprise licensing, or Enterprise-only APIs.
Evidence
frontend/package.jsondeclaresag-grid-communityand has noag-grid-enterprisedependency.frontend/src/shared/ui/components/KsDataGrid.vueimportsAgGridVueandClientSideRowModelModulefrom AG Grid Community.frontend/src/shared/ui/adapter/primevue/AgGridAdapter.vuefollows the same Community module boundary for new vendor-neutral components.frontend/src/shared/ui/components/tests/gridProvider.contract.spec.tsenforces the dependency and module boundary.
Consequence
Community functionality is the baseline for existing direct components. Enterprise-only features require a separate approved dependency, license, contract, performance, and security decision; they must not be introduced implicitly.