Assets |
Location |
1. Correctness
- 3 tests
- at least 2 tests to be eligible to resubmit
|
hr_Voting.cpp (combine Voting.hpp and run_Voting.cpp )
|
2. Build Files |
- .gitignore
- .gitlab-ci.yml
- Makefile
- README.md
|
3. Issues
- 28 issues
- add at least 5 more issues for bugs and optimizations
|
|
4. Unit Tests
|
|
5. Acceptance Tests
- between 50 and 100 tests
- run checktestdata
- do not run gcov
- do not run valgrind
|
|
6. Continuous Integration |
|
7. Code
|
|
8. Documentation
- create inline comments
- specify the complexity of every function/method and the entire program
- explain the why
- run doxygen on Voting.hpp
- run git log
|
- Voting.html
- Voting.log.txt
|
9. AI Report
- summary, reflection, evidence, integrity
|
|