Prechádzať zdrojové kódy

doc: 更新codeWorkProcessDataVO

YPLee 6 rokov pred
rodič
commit
d3955f7405

+ 1 - 1
routes/assignment/codework/codehw.raml

@@ -38,7 +38,7 @@
         displayName: 获取项目当前的部署记录
         description: 获取项目的部署记录,只包含当前的测试环境和生产环境部署记录
         is: [response: { typeName: CodeWorkDeploy }]
-  /deploy/record/{id}:
+  :
     uriParameters: 
       id: 
         type: integer

+ 12 - 0
types/assignment/codework/CodeWorkProcessDataVO.raml

@@ -41,6 +41,18 @@ properties:
   functionalTestFail:
     type: integer
     description: 功能测试失败次数
+  functionScore:
+    type: double
+    description: 功能测试得分
+  otherUnitScore:
+    type: double
+    description: 其他环境下单元测试得分
+  prodUnitScore:
+    type: double
+    description: 生产环境下单元测试得分
+  score:
+    type: integer
+    description: 代码作业总评    
   prodUnitTestRecords:
     type: UnitTestRecord[] | nil
     description: 生产环境单元测试记录