Go to file
2025-02-24 10:11:54 +08:00
backend feat: 添加获取已完成调查用户列表的接口 1. 在 UserController 中添加 /user/completed 接口 2. 在 UserService 中添加 findCompletedUsers 方法 3. 在 UserDao 中添加 findByIds 方法 4. 在 SurveyResponseDao 中添加 findDistinctUserIds 方法 5. 优化代码结构,移除 SurveyResponseService 中不必要的接口方法 2025-02-24 10:11:54 +08:00
database refactor: refactor 2025-02-23 18:28:17 +08:00
doc refactor: 删除工作领域相关代码 2025-02-23 13:48:54 +08:00
frontend refactor: refactor 2025-02-23 18:28:17 +08:00
.cursorrules chore: 添加前端 logo 资源文件 2025-02-23 16:40:16 +08:00
.gitignore chore: 添加 .gitignore 配置文件 2025-02-23 16:38:30 +08:00
deploy-local.sh feat: 优化问卷完成流程 - 添加完成页面,优化样式和交互,简化后端代码 2025-02-23 16:36:56 +08:00