mirror of
https://github.com/johndoe6345789/postgres.git
synced 2026-04-28 07:44:59 +00:00
docs: Update documentation for constraint management feature
- Update ROADMAP.md with constraint management progress - Update README.md with constraint manager feature - Update TESTING.md with constraint test coverage (93 total tests) - Fix linting issues in constraints API and featureConfig - All 40 unit tests passing Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,7 @@ export function getConstraintTypes(): ConstraintType[] {
|
||||
}
|
||||
|
||||
export function getNavItems(): NavItem[] {
|
||||
return featuresConfig.navItems.filter(item => {
|
||||
return featuresConfig.navItems.filter((item) => {
|
||||
const feature = getFeatureById(item.featureId);
|
||||
return feature && feature.enabled;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user