4392810ec7
fix: revert tab name and improve group list error handling
2026-03-04 15:21:31 +09:00
71473b0f6c
feat: display UserGroups in the tenant organization tab
2026-03-04 15:21:22 +09:00
539a87e93a
docs: rename tab_organization to '조직 관리' for clarity
2026-03-04 15:15:00 +09:00
6506bd192d
fix(adminfront): remove duplicate importOrgChart declaration (again)
2026-03-04 14:47:36 +09:00
b6c7a9dc43
fix(adminfront): allow tenant admin to view list when managing multiple tenants and fix dev profile fetching
2026-03-04 14:44:45 +09:00
9ac99d2e0c
feat: implement CSV-based organization chart import and enhance group hierarchy
2026-03-04 14:20:49 +09:00
9da97554ce
fix: ensure all manageable tenants are visible for tenant admin and refine overview UI
2026-03-04 14:04:18 +09:00
145b807ebf
feat: implement role-based UI filtering for overview and navigation
2026-03-04 14:01:12 +09:00
20a8a19e12
fix(adminfront): ensure tenant admin can always access their tenant even if manageable list is empty
2026-03-04 13:58:08 +09:00
2b4b40c0d9
feat: enhance tenant admin experience with form locking and column visibility settings
2026-03-04 13:55:54 +09:00
88720b48c4
feat: handle multiple manageable tenants for tenant admin
2026-03-04 13:45:54 +09:00
d9ed46f4b9
fix(adminfront): add missing React import in TenantListPage
2026-03-04 13:43:35 +09:00
5b89ed5685
fix(adminfront): add missing React import in AppLayout
2026-03-04 13:42:07 +09:00
d1c3bba3e0
feat: optimize tenant admin view and enhance user list with dynamic columns and metadata search
2026-03-04 13:32:01 +09:00
02acdf835f
test: add unit and e2e tests for bulk user creation and schema validation
2026-03-04 13:26:44 +09:00
7c28bd4867
feat: implement CSV bulk user upload functionality
2026-03-04 11:26:37 +09:00
db88c7ab1c
feat: implement enhanced user schema management with validation and admin_only fields
2026-03-04 10:09:52 +09:00
69470e8e4a
feat(adminfront): remove unused tenant dashboard and update global overview quick links
2026-03-04 09:41:49 +09:00
a4f483332c
profile mock 추가
2026-03-03 17:19:24 +09:00
1932180cc8
chore(i18n): sync locales and fix formatting issues
2026-03-03 16:45:44 +09:00
a6e7f1253c
테넌트 관리자(Tenant Admin)의 본인 소유 테넌트 목록 조회 및 관리 기능 개선
2026-03-03 14:33:58 +09:00
1c3985ce19
feat(adminfront): add user profile dropdown and enhance session sync
2026-03-03 12:56:57 +09:00
86ef9c6f60
테넌트 소유자, 관리자 분리
2026-03-03 12:38:27 +09:00
e1ebb78331
[vite] http proxy error: /api/v1/admin/tenants?limit=1000&offset=0 해결
2026-02-27 15:04:13 +09:00
f6769fa1db
테스트 오류 수정
2026-02-27 14:40:07 +09:00
6d9899acbb
af 오류 수정정
2026-02-27 14:05:45 +09:00
497ffff216
userfront-e2e-tests 오류 수정
2026-02-27 13:53:26 +09:00
77af59b7a8
Merge commit 'ac778f836fb78550dce8088a567dc8bf5ffb8d2e' into feature/adminfront
2026-02-27 12:41:01 +09:00
f97b989455
테넌트 crud 테스트 코드 추가
2026-02-27 11:28:39 +09:00
f02ba3cbbd
계층 표시 테스트 코드 추가
2026-02-27 10:52:11 +09:00
ca45a14bae
테넌트 목록 및 조직 계층 구조 개선
2026-02-27 10:29:15 +09:00
600961f33d
slug 명칭 한글 수정
2026-02-25 14:17:45 +09:00
75cf8355de
i18n 키 정리 및 캐시/산출물 정리
2026-02-24 17:24:30 +09:00
Lectom C Han
7fee9c597a
로컬/CI 테스트 동기화
2026-02-24 16:42:55 +09:00
Lectom C Han
8a074f16e7
merge feat/304-userfront-wasm-e2e into dev
2026-02-24 15:40:51 +09:00
Lectom C Han
4ffe5110dd
e2e 구조변경
2026-02-24 15:23:36 +09:00
255a47987a
af 테스트 삭제
2026-02-24 15:14:27 +09:00
aeae296c48
af lint
2026-02-24 13:13:03 +09:00
c54dcccf49
Merge branch 'dev' into feat/org-chart-rebac
2026-02-24 12:42:02 +09:00
6a7676f95c
af 린트 적용
2026-02-24 11:02:30 +09:00
d525895ae7
af 린트 적용
2026-02-23 17:45:24 +09:00
2da570f42c
adminfront 린트 적용
2026-02-23 17:23:11 +09:00
68becb43bc
린트 적용
2026-02-23 16:18:01 +09:00
73b0453ad4
유저 그룹 계층형 보기
2026-02-23 15:53:18 +09:00
1c6fb4ef83
feat(adminfront): Implement hierarchical tree view for user group management (Issue #296 )\n\n- Refactor TenantGroupsPage.tsx to display user groups in a collapsible tree structure.\n- Add buildGroupTree utility and UserGroupTreeNode recursive component.\n- Update group creation form with parent group selection and unit type.\n- Enhance mutation callbacks with toast notifications for better user feedback.\n- Fix: Add parentId to TenantSummary type in adminApi.ts for type safety.
2026-02-23 13:58:34 +09:00
0ccd1db649
test: 프론트엔드/백엔드 테스트 커버리지 및 시나리오 보강 (Issue #291 )
...
- FE: Vitest 환경 구축 및 공통 UI 컴포넌트(Badge, Button) 테스트 추가
- FE: Playwright E2E 테스트(Auth, Tenant CRUD 및 Validation) 시나리오 보강
- BE: Testcontainers 기반 Repository 통합 테스트(PostgreSQL) 추가
- BE: TenantRepository 계층 구조(Hierarchy), DB 제약조건(Unique) 테스트
- BE: UserRepository 통합 테스트(CRUD, Delete) 추가
- BE: PasswordPolicy 유틸리티 테스트 보강
- BE: TenantService 엣지 케이스(중복 슬러그, 권한 등) 검증 로직 추가
- Fix: 하위 테넌트 생성 시 ParentID 누락 문제 해결
2026-02-23 11:23:48 +09:00
919bcd27e8
프론트엔드 UI/UX를 전면 개편
2026-02-20 17:56:53 +09:00
Lectom C Han
9f50a6e14a
chore: ignore playwright report artifacts
2026-02-20 10:36:42 +09:00
Lectom C Han
62a2047374
build: add local code-check target and stabilize adminfront e2e
2026-02-20 10:35:13 +09:00
Lectom C Han
c117e10f48
ci: enforce flutter/biome format checks and fix front lint violations
2026-02-20 10:25:45 +09:00