| Build | Code Quality | Unity | [Git Inspector](using github.io option) |
|---|---|---|---|
| Folder | Description |
|---|---|
1_Requirements |
Documents detailing requirements and research |
2_Architecture |
Documents specifying design details |
3_Implementation |
All code and documentation |
4_Test_plan |
Documents with test plans and procedures |
5_Report |
Document of project report |
6_ImagesAndVideos |
Images and Videos of running application |
7_Other |
Documents |
| SF Id. | Name | Features | Issuess Raised | Issues Resolved | No Test Cases | Test Case Pass |
|---|---|---|---|---|---|---|
258344 |
Ayush Sharma | Works for both 4 and 5 Band resistors , Calculates Resistance , Calculates Tolerance | 4 | 4 | 3 | 3 |
| No. | Challenge | Solution |
|---|---|---|
| 1. | Memory leak while inputs to structure | Implemented Dynamic Memory allocation but forgot to add free(sptr) function |
| 2. | scanf() without field width limits can crash with huge input data. | Implemented calloc and used %1s format specifier |
