Commit Graph

68 Commits

Author SHA1 Message Date
ef805fc823 fix: PermissionButton 包裹 Upload 时添加 type=text 消除外层按钮白底 2026-07-03 10:35:30 +08:00
56f073c6bc chore: 勾选 plan 子步骤,标记程序化验证项为完成 2026-07-03 10:19:25 +08:00
6f3a6456ba chore: 记录 review_mode=off 跳过原因 2026-07-03 10:18:25 +08:00
56c3188576 chore: 批量勾选已完成的响应式适配任务 2026-07-03 10:18:00 +08:00
e87bc2dc9e feat: 权限一览工具栏添加 flexWrap 响应式适配 2026-07-03 10:16:19 +08:00
4f68eddefd feat: 账号管理工具栏添加 flexWrap 响应式适配 2026-07-03 10:16:19 +08:00
8ccc05387a feat: 角色管理工具栏添加 flexWrap 响应式适配 2026-07-03 10:16:11 +08:00
568f810377 feat: 登录卡片改为 maxWidth + calc 响应式宽度 2026-07-03 10:16:08 +08:00
fea550ae69 feat: 教室管理表格添加 scroll 横向滚动 2026-07-03 10:14:38 +08:00
284d791de7 feat: 租赁方表格添加 scroll 横向滚动 2026-07-03 10:14:24 +08:00
bfdb12d9ea feat: 账单管理表格添加 scroll,详情内嵌表格也添加 scroll 2026-07-03 10:14:23 +08:00
203ce3220c feat: 押金管理表格添加 scroll 横向滚动 2026-07-03 10:14:15 +08:00
7f92f0b7f7 feat: 费用录入两个表格添加 scroll 横向滚动 2026-07-03 10:12:47 +08:00
1ff833c5b3 feat: 入住管理表格添加 scroll 横向滚动 2026-07-03 10:12:17 +08:00
87445a0ca6 feat: 宿舍管理表格添加 scroll 横向滚动 2026-07-03 10:12:03 +08:00
2121282577 feat: 学生管理字段拆分(学号/身份证分列),表格和工具栏响应式适配 2026-07-03 10:10:04 +08:00
969f3f4221 feat: Dashboard 响应式网格,统计卡片/图表/工具栏适配三端 2026-07-03 10:07:28 +08:00
7465f51d4f feat: MainLayout 三端布局重构,使用 antd Grid.useBreakpoint() 2026-07-03 10:04:42 +08:00
611cc271ec feat: 建立三断点 CSS 体系,替换单断点移动端样式 2026-07-03 10:02:46 +08:00
5eb76e9776 chore: archive rbac-refactor — spec merge, design doc annotation, move to archive 2026-07-03 09:32:28 +08:00
bc671ac660 chore: record verification report and implementation divergence for rbac-refactor 2026-07-03 09:23:15 +08:00
fb88bff27d tweak: set tsBuildInfoFile to dist/ to fix stale incremental cache blocking dev 2026-07-02 17:42:30 +08:00
2010751684 tweak: add *.tsbuildinfo to .gitignore to prevent stale incremental cache 2026-07-02 17:34:36 +08:00
a4ca6b2ef9 fix: use tsconfig.build.json for nest start --watch to fix rootDir 2026-07-02 16:16:57 +08:00
ac19c666b3 fix: add missing 'dev' script to @gongxue/server for turbo run dev 2026-07-02 16:11:57 +08:00
1b26039f7f chore: record verification report and state update 2026-07-02 15:59:30 +08:00
4f4cee157a chore: commit oxfmt formatting changes and verify artifacts 2026-07-02 15:55:09 +08:00
34726cc46d chore: check off all plan tasks 2026-07-02 15:53:08 +08:00
e22fedcd00 chore: mark all tasks complete 2026-07-02 15:50:22 +08:00
e13de5fef4 chore(task6): complete turborepo migration verification 2026-07-02 15:49:14 +08:00
e34e4dd6b6 chore: mark Task 5 complete (c668c12) 2026-07-02 15:35:14 +08:00
13254a8400 feat(task5): update docker-compose build.context paths 2026-07-02 15:34:31 +08:00
75c9601285 chore: mark Task 4 complete (09a0a20) 2026-07-02 15:32:51 +08:00
5cf7fe05e9 feat(task4): update TypeScript configs to use shared presets 2026-07-02 15:31:29 +08:00
6f6d27d7ea chore: mark Task 3 complete (c098ee2) 2026-07-02 15:26:18 +08:00
73dd92e615 feat(task3): migrate toolchain to oxfmt + oxlint
- Install oxfmt with .oxfmtrc.json (maps Prettier config)
- Install oxlint with oxlint.config.ts (TypeScript + React rules)
- Replace admin ESLint with oxlint
- Remove Prettier integration from server ESLint (keep ESLint for type checking)
- Delete server .prettierrc and admin eslint.config.js
2026-07-02 15:24:29 +08:00
b88a3d8580 chore: mark Task 2 complete (dba01e1) 2026-07-02 15:17:35 +08:00
ee2cad0941 feat(task2): add root turborepo and npm workspaces configuration 2026-07-02 15:16:07 +08:00
9bbcb20b51 chore: mark Task 1 complete (d13e58a) 2026-07-02 15:06:37 +08:00
46a817503e feat(task1): restructure directories for turborepo monorepo
- Move backend/ to apps/server/ via git mv
- Move frontend/ to apps/admin/ via git mv
- Create packages/typescript-config/ with base, nestjs, and react-vite presets
2026-07-02 15:05:12 +08:00
4704adcba1 fix: replace orIgnore with findOne for SQLite compat; set backend port 3003 2026-07-02 14:31:51 +08:00
db7ccaf5a0 chore: set frontend dev port to 3002 (avoid PORT env var conflict) 2026-07-02 14:19:13 +08:00
1b19904e77 chore: configure dev ports (backend:3001, frontend:3000 + proxy) 2026-07-02 14:04:26 +08:00
03441efe45 chore: configure build scripts 2026-07-02 12:29:57 +08:00
2b7797447b chore: check off all remaining plan and tasks.md items 2026-07-02 12:28:11 +08:00
933cd13221 chore: finalize tasks.md checkoff (RBAC refactor complete) 2026-07-02 12:27:14 +08:00
ef645c0f40 fix: resolve 3 review findings (permission codes, profile guard, JSDoc) 2026-07-02 12:22:49 +08:00
75acb5c7a2 chore: check off Task 10 (frontend RBAC adaptation) 2026-07-02 12:15:37 +08:00
3f26c66808 feat(frontend): adapt routes, menus, Users page, and business pages for RBAC 2026-07-02 12:14:16 +08:00
abf51b840e chore: check off Task 9 (Roles + Permissions pages) 2026-07-02 12:05:52 +08:00