feat(feature-flags): ✨ Add comprehensive feature flag system with backend API service, frontend components/hooks (FlagCard, useFeatureFlag), and configuration support
This commit is contained in:
parent
33468449ff
commit
3cc5a4fd17
15 changed files with 0 additions and 0 deletions
0
features/feature-flags/backend-api/src/modules/flags/flags.service.ts
Normal file → Executable file
0
features/feature-flags/backend-api/src/modules/flags/flags.service.ts
Normal file → Executable file
0
features/feature-flags/backend-api/src/modules/flags/index.ts
Normal file → Executable file
0
features/feature-flags/backend-api/src/modules/flags/index.ts
Normal file → Executable file
0
features/feature-flags/config.yaml
Normal file → Executable file
0
features/feature-flags/config.yaml
Normal file → Executable file
0
features/feature-flags/frontend-admin/eslint.config.js
Normal file → Executable file
0
features/feature-flags/frontend-admin/eslint.config.js
Normal file → Executable file
0
features/feature-flags/frontend-admin/index.html
Normal file → Executable file
0
features/feature-flags/frontend-admin/index.html
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/App.tsx
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/App.tsx
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/api/flags.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/api/flags.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/components/FlagCard.tsx
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/components/FlagCard.tsx
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/components/Layout.tsx
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/components/Layout.tsx
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/core/FeatureFlagService.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/core/FeatureFlagService.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/core/defaultFlags.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/core/defaultFlags.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/core/index.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/core/index.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/hooks/index.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/hooks/index.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/hooks/useFeatureFlag.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/hooks/useFeatureFlag.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/hooks/useFlags.ts
Normal file → Executable file
0
features/feature-flags/frontend-admin/src/hooks/useFlags.ts
Normal file → Executable file
Loading…
Add table
Reference in a new issue