Commit Graph

58 Commits

Author SHA1 Message Date
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
6a93967271 feat(frontend): add Roles management page and Permissions overview page 2026-07-02 12:04:35 +08:00
a84a0ed153 chore: check off Task 8 (frontend infrastructure) 2026-07-02 12:01:29 +08:00
14d81045e6 feat(frontend): add usePermission hook, PermissionButton, PermissionRoute, and 403 handling 2026-07-02 11:59:36 +08:00
b047dbc5d8 chore: check off Tasks 4-7 (all controllers decorated) 2026-07-02 11:56:10 +08:00
7a8df81e7b feat(rbac): add @RequirePermission decorators to all business controllers 2026-07-02 11:53:18 +08:00
f53b6c447c chore: check off Task 6 (AppModule registration) 2026-07-02 11:49:12 +08:00
dc4835165d feat(rbac): register RbacModule and PermissionGuard in AppModule 2026-07-02 11:46:47 +08:00
2541ff8d9e chore: check off Task 5 (RbacController) 2026-07-02 11:44:41 +08:00
2f793833eb feat(rbac): add RbacController with role CRUD, permissions tree, and user management endpoints 2026-07-02 11:42:23 +08:00
9051497704 chore: check off Task 4 (Auth module integration) 2026-07-02 11:38:07 +08:00