format-student.json 737 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "sky",
  3. "userId": "MF21320091",
  4. "studentId": "MF21320091",
  5. "group": -1,
  6. "email": "443093653@qq.com",
  7. "projects": [
  8. {"projectId":0, "projectName":""}
  9. ],
  10. "commit": {
  11. "commit-times": 0,
  12. "valid-commit-times": 0,
  13. "buglist-commit": 0,
  14. "feature-commit": 0,
  15. "commit-msg-overview": [
  16. "haha",
  17. "init"
  18. ]
  19. },
  20. "test": {
  21. "interface-test": {
  22. "interface-test-times": 0,
  23. "interface-test-concurrency-count": 0,
  24. "interface-test-concurrency-failure": 0,
  25. "interface-test-concurrency-pass": 0
  26. }
  27. },
  28. "pipeline": {
  29. "pipeline-deploy":0,
  30. "pipeline-pass":0,
  31. "pipeline-failure":0
  32. },
  33. "requirement-tree": {
  34. "requirement-tree-operations": 0
  35. }
  36. }