mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-17 23:51:11 +00:00
* feat: add user profile update feature with moderation support Add ability for users to update their display name with optional machine/human review. Backend: - Add profile_change_request table (V15 migration) - Add UserProfileService with moderation workflow - Add PATCH /api/v1/user/profile and GET /api/v1/user/profile endpoints - Add ProfileModerationService interface with NoOp implementation - Add ProfileModerationProperties for machine/human review toggles - Update AuthController /me to refresh session when displayName changes - Add i18n messages for profile validation and responses Frontend: - Add /settings/profile page with edit-on-click pattern - Add profileApi.updateProfile() to client - Update user menu: add "Profile Settings", make "Security Settings" local-only - Add i18n translations (en/zh) for profile settings Testing: - Add UserProfileControllerTest with 8 test cases - Add UserProfileServiceTest with 6 test cases - Add AuthControllerTest case for session refresh on displayName change * version sql * merge main * feat: add profile review admin workflow * feat(web): add pagination to skill review list - useReviewList now passes page/size to backend and returns paginated response - reviews.tsx maintains per-tab page state with prev/next controls - namespace-reviews.tsx adapted to new response shape - Added i18n keys for pagination (en/zh) |
||
|---|---|---|
| .. | ||
| confirm-dialog.tsx | ||
| copy-button.tsx | ||
| dashboard-page-header.tsx | ||
| empty-state.tsx | ||
| landing-quick-start.tsx | ||
| language-switcher.tsx | ||
| legal-document.tsx | ||
| namespace-badge.tsx | ||
| pagination.tsx | ||
| quick-start.tsx | ||
| role-guard.tsx | ||
| skeleton-loader.tsx | ||
| toaster.tsx | ||
| user-menu.tsx | ||