Go to file
ArgonarioD 83d95b1227 更改了ProjectGroup相关的东西,适配了新的数据库结构变动 2022-07-05 20:47:17 +08:00
.mvn/wrapper initial commit 2022-06-27 11:34:06 +08:00
src 更改了ProjectGroup相关的东西,适配了新的数据库结构变动 2022-07-05 20:47:17 +08:00
.gitignore initial commit 2022-06-27 11:34:06 +08:00
README.md 添加了需求,优化了接口 2022-07-05 17:51:45 +08:00
mvnw initial commit 2022-06-27 11:34:06 +08:00
mvnw.cmd initial commit 2022-06-27 11:34:06 +08:00
pom.xml 格式化了代码;更改了Redis配置,将原本用到redis的代码改为了现redis配置;添加了devtools的pom配置;添加了对LocalDateTime等时间类的Jackson序列化配置 2022-06-29 17:40:37 +08:00

README.md

项目管理模块-后端部分


task /project/{projectId}/task

  • 新建工作项 POST /
  • 拉取指定father的子工作项 GET /subtask/{fatherId}
  • 筛选“我的”工作项 GET /mine
  • 修改工作项信息/状态 PUT /

name holder starttime endtime priority attachedinfo description status

  • 删除工作项 DELETE /
  • 是否存在孩子 GET /subtask/exist

group /project/{projectId}/group

  • 拉取当前项目所有组员 GET /
  • 岗位统计 GET
  • 加人
  • 改岗位

项目日志 项目统计


导入账户 大权限