Skip to content

Commit b5ef8bd

Browse files
authored
Upload A2 grades
1 parent 2d473d3 commit b5ef8bd

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

CICD/microsofties_a2_grading.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Assignment 2 Marking Scheme 50 marks
2+
3+
**Team Name:** Microsofties
4+
**Github:** https://github.com/UTSC-CSCC01-Software-Engineering-I/c01s25-project-microsofties
5+
6+
---
7+
8+
## System Design (PDF or MD file or another suitable format) (max 15 marks)
9+
10+
- Software Architecture Diagram & CI Workflow (max 10 marks)
11+
- 10 marks = The Architecture Diagram is present, it is formatted using proper graphic symbols. CI workflow is set up using GitAction with proper comments
12+
- 5 marks = The Architecture Diagram is present, it is not formatted well. CI workflow is set up but with no proper comments.
13+
- 0 marks = No diagram present or the presented document does not look like a software architecture diagram. No CI workflow set up.
14+
15+
Your Mark: 5
16+
17+
**Grader's Notes:**
18+
- Missing architecture diagram but it is well described in your `Report.pdf`
19+
20+
- Tasks Distribution (max 5 marks)
21+
- 5 marks = every team member had at least one task assigned and completed
22+
- 4 marks = every team member had at least one task assigned and made a pull request
23+
- 2 marks = at least one team member did not complete any task or did not have any task assigned
24+
- 0 marks = most of team members have no tasks assigned and/or completed
25+
26+
Your Mark: 0
27+
28+
**Grader's Notes:**
29+
- It seems like only one person worked on A2.
30+
31+
## GitHub Review (Max 30 marks)
32+
33+
### Working CICD pipeline (30 marks)
34+
35+
- 5 marks = docker file(s) that that can meet all the project requirements and features
36+
- 5 marks = build docker image
37+
- 5 marks = Push Docker image to a container registry (e.g. DockerHub)
38+
- 5 marks = 3-5 Test Cases written for CI or CD
39+
- 10 marks = Deployment of container image(s) on an orchestration framework (e.g. kubernetes)
40+
41+
Your Mark: 30
42+
43+
## Documentation (max 5 marks)
44+
45+
- 5 marks = documentation has been created for all steps
46+
- 3 mark = documentation has been created for some steps
47+
- 0 marks = documentation has not been created
48+
49+
Your Mark: 5
50+
51+
## Total Mark
52+
53+
40 / 50

0 commit comments

Comments
 (0)