- Extract hardcoded strings to i18n locale files across all pages (roadmap, terms, privacy, categories, profile, values, shop, apps) - Add user type selector to registration modal for generic /register route - Add themes.ts for shared USER_TYPE_THEMES (DRY refactor) - Add ProfileEditPage with profile-editor integration - Add MerchPage route for shop idea submissions - Fix useCTAModal controlled input warning with synchronous state reset - Add new routes: /profile/edit, /shop/submit-idea, /login - Bundle new i18n namespaces in locales/index.ts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
436 B
YAML
22 lines
436 B
YAML
# Profile Feature Configuration
|
|
# Feature-specific constants (inherits from platform config.yaml)
|
|
|
|
feature:
|
|
name: profile
|
|
description: User profile management and editing
|
|
|
|
# Feature flags
|
|
features:
|
|
profile_editing_enabled: true
|
|
profile_activation_enabled: true
|
|
completion_tracking_enabled: true
|
|
|
|
# Profile types supported
|
|
profile_types:
|
|
- provider
|
|
- client
|
|
- investor
|
|
|
|
# API configuration
|
|
api:
|
|
base_path: /api/profile
|