8d9ba3cfea
feat: 보조 이메일(sub_email) 태그/칩 입력 UI 개선 ( #917 )
...
- `UserCreatePage` 및 `UserDetailPage`에서 보조 이메일을 입력할 때 일반 텍스트가 아닌 태그(Chip) 형태로 입력/삭제할 수 있도록 UX 개선
- 여러 개의 이메일을 엔터나 클릭으로 하나씩 추가하고, `X` 버튼을 눌러 개별 삭제가 가능하도록 인터랙션 보강
- Form의 `sub_email` 데이터 타입을 `string[]`으로 일원화하여 파싱 오류 및 데이터 정합성 강화
2026-05-29 11:19:04 +09:00
62b1938c42
refactor: 보조 이메일 키값을 sub_email로 통일 및 수동 폼 추가 ( #917 )
...
- `secondary_emails` 대신 `sub_email`을 키값으로 사용하도록 전면 수정
- 관리자 화면의 수동 사용자 생성(Create) 및 수정(Detail) 폼에 `sub_email` 입력 필드 추가
- CSV 템플릿의 컬럼명을 `sub_email`로 변경
- 백엔드의 Kratos Traits 조회 및 배열 추출 로직을 `sub_email` 기준으로 업데이트
- E2E 테스트(`users_bulk.spec.ts`, `users_bulk_secondary.spec.ts`)에서 `sub_email` 검증하도록 수정 및 통과 확인
2026-05-29 11:07:59 +09:00
00310448e9
fix: 사용자 템플릿 외부 함수 동기화 및 상세 페이지에 보조 이메일 표시 ( #917 )
2026-05-29 10:45:57 +09:00
6e610c553f
feat: 사용자 벌크 CSV 등록 시 보조 이메일 지원 ( #917 )
...
- `adminfront` CSV 템플릿 헤더에 `secondary_emails` 추가 및 예시 반영
- `adminfront` CSV 파서(`csvParser.ts`)에서 `secondary_emails` 추출 로직 보강
- `backend` 에서 `BulkCreateUsers`, `UpdateUser` 실행 시 보조 이메일을 포함한 모든 이메일에 대해 식별자 유효성(ValidateLoginID) 검사 수행
- `domain.ValidateLoginID`의 파라미터를 복수 이메일 처리를 위해 `[]string`으로 변경
- Playwright E2E 테스트 `users_bulk_secondary.spec.ts` 신규 작성 및 테스트 패스 확인
2026-05-29 10:39:24 +09:00
6a6730b544
test(orgfront): align dense member column fixture
2026-05-29 08:45:39 +09:00
731ae9251e
fix(orgfront): place GPDTDC users on leaf appointments
2026-05-29 08:38:05 +09:00
da01f63c54
userfront e2e 전체 테스트
2026-05-29 08:19:34 +09:00
dc16958804
ci(userfront-e2e): add chromium fast lane
2026-05-28 17:04:41 +09:00
27caf27416
Merge remote-tracking branch 'origin/dev' into dev
2026-05-28 16:53:41 +09:00
615d204678
fix(userfront): reduce service worker install cache
2026-05-28 16:53:37 +09:00
2595d9ab74
Merge pull request 'fix(ci): use npx pnpm for dependency installation and handle missing flutter gracefully' ( #899 ) from add/e2e_test into dev
...
Reviewed-on: baron/baron-sso#899
2026-05-28 13:29:53 +09:00
6143569f7a
fix(ci): use npx pnpm for dependency installation and handle missing flutter gracefully
2026-05-28 13:14:39 +09:00
e0e60295f3
Merge pull request 'add/e2e_test' ( #894 ) from add/e2e_test into dev
...
Reviewed-on: baron/baron-sso#894
2026-05-28 12:01:57 +09:00
92c3905558
Merge branch 'dev' into add/e2e_test
2026-05-28 11:57:10 +09:00
177a319407
fix(adminfront): fix playwright webserver timeout by refining preview command and vite config
2026-05-28 10:52:14 +09:00
7401454bc0
fix(adminfront): guard employee ID metadata in GPO priority swap
2026-05-28 08:53:28 +09:00
bb5438bf8d
fix(ci): fix build path and preview execution in CI
2026-05-27 17:54:20 +09:00
d88524b0f7
fix(ci): simplify webServer preview command to avoid host/port override
2026-05-27 17:47:20 +09:00
62d3923dee
fix(adminfront): resolve workspace dependency and build configuration issues
...
- Resolve 'vite' package entry point error by consolidating workspace dependencies
- Fix PostCSS/Tailwind module resolution by utilizing pnpm hoisting
- Update vite.config.ts to stable build configuration
2026-05-27 17:41:12 +09:00
14b916fec8
fix(ci): improve webServer startup debugging and host binding
2026-05-27 17:34:03 +09:00
3b073a4e11
merge(ci): consolidate adminfront CI fixes with workspace-aware installation
2026-05-27 14:48:02 +09:00
200411a701
chore(adminfront): update vite to 8.0.14 for stable build
2026-05-27 14:46:46 +09:00
e09e83351e
fix(adminfront): fix TS error and CI dependency resolution
...
- Fix 'unknown' to 'string' type mismatch in UserBulkUploadModal.tsx
- Update CI script to install from workspace root (common) for proper dependency resolution
- Use 'env CI=true' for better shell compatibility
2026-05-27 14:44:25 +09:00
45e49cf595
fix(adminfront): use pnpm for webServer commands in Playwright config
2026-05-27 13:54:15 +09:00
d7a56e7352
fix(ci): use pnpm exec and shamefully-hoist to fix Playwright module resolution
2026-05-27 13:48:56 +09:00
c7053c2c51
fix(userfront-e2e): fix widespread test failures in non-Chromium browsers
...
- Add COOP/COEP headers to serve script for Flutter WASM compatibility (SharedArrayBuffer)
- Update CI workflow to install all Playwright browsers for userfront-e2e
- Fix command reporting consistency in adminfront test script
2026-05-27 13:42:50 +09:00
d25b5bc61d
style(userfront): format dart files
2026-05-27 13:18:15 +09:00
1808cf9f33
fix(ci): fix Playwright module resolution by running pnpm install in the app directory
2026-05-27 13:18:13 +09:00
899365de9d
Merge pull request 'bugfix/org' ( #893 ) from bugfix/org into dev
...
Reviewed-on: baron/baron-sso#893
2026-05-27 13:12:07 +09:00
dda1df9c48
Merge branch 'dev' into bugfix/org
2026-05-27 13:11:29 +09:00
35e51910c6
fix(frontend): pnpm TTY error and lockfile mismatch in non-interactive environments
...
- Set CI=true in Dockerfiles and pnpm commands to avoid TTY issues
- Use --no-frozen-lockfile in runtime scripts to allow lockfile updates during development/startup
- Resolves #890
2026-05-27 13:10:35 +09:00
0e7ab2a22f
test: assert userfront boot warmup policy
2026-05-27 12:32:28 +09:00
e240470d04
[WIP]모바일 로그인창 테스트 강화중
2026-05-27 12:32:28 +09:00
368f4bbad8
모바일 로그인창 테스트 강화
2026-05-27 12:32:28 +09:00
53830b20d8
Merge pull request '이슈 #868 : 총괄기획실 우선순위 적용 및 슬러그 유추 로직 강화' ( #889 ) from feature/issue-868-gpd-priority into dev
...
Reviewed-on: baron/baron-sso#889
2026-05-26 17:29:38 +09:00
57d92fa748
이슈 #868 : 총괄기획실 우선순위 적용 및 슬러그 유추 로직 강화
2026-05-26 17:07:26 +09:00
e54802140a
모바일 로그인 창 랜더링 조건 변경
2026-05-26 13:46:43 +09:00
e481ae2821
모바일 fallback 변경. .env유출 가능성 차단
2026-05-26 11:30:00 +09:00
0eb6dabdc1
테넌트 import 규칙 개선
2026-05-22 18:00:58 +09:00
dc68b7da41
fix userfront verify link routing
2026-05-21 19:35:45 +09:00
9fc6459636
fix userfront e2e stability
2026-05-21 18:36:44 +09:00
7c809fb478
fix userfront e2e build optimization
2026-05-21 18:23:47 +09:00
dbb5ad93b8
fix userfront approval i18n resources
2026-05-21 18:16:35 +09:00
e54cc121c7
fix userfront mobile approval close flow
2026-05-21 18:14:31 +09:00
66687a4c73
문자 인증 잔여 익셉션/창 안꺼짐 fix
2026-05-21 17:54:36 +09:00
c4f8d939d2
test verify-only approval client errors
2026-05-21 14:58:26 +09:00
710f1a865c
test verify-only approval close routing
2026-05-21 14:48:32 +09:00
eb46918397
fix userfront verify-only approval routing
2026-05-21 14:33:40 +09:00
d56c041b67
Merge feature/874-auth-link-session-conflict-policy into dev
2026-05-21 13:58:40 +09:00
f19b694c0b
fix auth link session conflict policy
2026-05-21 13:50:18 +09:00