Logo

GitLab

Sign in

朱子纯 / test5

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • Snippets
  • Commits 41
  • Compare
  • Branches 3
  • Tags 0
  • test5
  • frontend
  • src
15 May, 2026
10 commits
  • fix(frontend): 修复 review round 1 must-fix ...
    9c0ba386
    - HIGH: UserFormPage edit 模式 prefill canEditDocument from backend(之前硬编码 false 会静默覆盖)
    - MED: UsersTable 加 a11y 键盘可达(tabIndex/role=button/onKeyDown)+ 操作列编辑链接
    - MED: UsersTable 列头加 sorter (username/userCode/lastLoginDate/createdDate)
    - MED: UserFormPage employeeId 三态映射(toCreate/toUpdate helpers,spec § 八)
    - MED: api/users.ts UpdateUserReq/CreateUserReq.employeeId 类型补 | null
    - LOW: UserPermissionPanel 补缺 2 个 disabled Tab (process/driver) 与 prototype 对齐
    - LOW: UsersListPage 默认 sortField/sortOrder 显式发给后端
    - LOW: usersConstants QUERY_FIELD_OPTIONS 补 lastLoginDate
    - TEST: 补 canEditDocument prefill 测试用例 + msw handler 返回该字段
    
    REQ_ID: FE-02
    zichun authored
    2026-05-15 18:16:35 +0800  
    Browse Dir »
  • feat(frontend): UserFormPage (create + edit) + 子组件 + 路由接入 ...
    18fc2e32
    REQ_ID: FE-02
    zichun authored
    2026-05-15 18:07:58 +0800  
    Browse Dir »
  • feat(frontend): UsersListPage + 子组件(Toolbar/FilterBar/Table)+ 集成测试 ...
    01f5cd2a
    REQ_ID: FE-02
    zichun authored
    2026-05-15 18:05:52 +0800  
    Browse Dir »
  • feat(frontend): usersApi 4 个函数 + RequireSuperAdmin 守卫 + MSW handlers ...
    cc70720c
    REQ_ID: FE-02
    zichun authored
    2026-05-15 18:03:01 +0800  
    Browse Dir »
  • fix(frontend): 修复 review round 1 must-fix ...
    5da79104
    - App.tsx 挂 Redux Provider + RouterProvider + ConfigProvider(之前根本没挂,运行时不可达)
    - tokens.css 与 docs/06 § 二 全量对齐(补 8 个 canonical token,去掉 form-bg/table-row 自定义键)
    - colorPrimary 1890ff → 1677ff(与 docs/06 § 2.1 SSoT 一致)
    - LoginForm 三个字段加 Form.Item label(a11y 修)
    - LoginPage 锁定倒计时:useEffect setInterval 检查 lockUntil;isLocked 时 submit disabled
    - LoginPage.test 补 a11y / 锁定 disabled / 空字段必填 三类回归测试
    - App.test 改为只验 store/router 导出(BrowserRouter + jsdom + MSW AbortSignal 不兼容)
    
    REQ_ID: FE-01
    zichun authored
    2026-05-15 17:49:55 +0800  
    Browse Dir »
  • feat(frontend): LoginForm + LoginHero/Footer + LoginPage 集成 + jsdom polyfills ...
    52fe7fa5
    REQ_ID: FE-01
    zichun authored
    2026-05-15 17:37:04 +0800  
    Browse Code »
  • feat(frontend): authSlice + Redux store + RequireAuth 守卫 + 路由表 ...
    73e3415a
    REQ_ID: FE-01
    zichun authored
    2026-05-15 17:33:48 +0800  
    Browse Dir »
  • feat(frontend): axios client + authApi.login + MSW handlers ...
    13ef1e2f
    REQ_ID: FE-01
    zichun authored
    2026-05-15 17:31:56 +0800  
    Browse Dir »
  • feat(frontend): Design Tokens + AntD ConfigProvider ...
    58186b44
    REQ_ID: FE-01
    zichun authored
    2026-05-15 17:21:36 +0800  
    Browse Dir »
  • feat(frontend): bootstrap Vite + React + AntD + Vitest 骨架 ...
    6c1cc4b8
    REQ_ID: FE-01
    zichun authored
    2026-05-15 17:18:21 +0800  
    Browse Dir »

14 May, 2026
1 commit
  • chore: plan phase done
    2bc3429d
    zichun authored
    2026-05-14 09:49:11 +0800  
    Browse Dir »