- Coding assignment, what is asked in the coding assignment to implement
- Describe what you are trying to implement with the coding task
- Coding points value
- Assignment document link
- {Previous Pull-request}
- {Current Pull-request}
- Add screenshot and screenshot videos
- Demonstractoipo video means how it works, actual working video (link to googledrive)
- Video should not be related to the coding but the feature.
- Make sure to include all the testcases example in the video.
- Appripriate markdown and title is being used (Title doesn't contain
#DocumentLinkbut actual link and actual title than Assignment Title) - Demonstration video added from google drive.
- All test cases are shown in the demonstration video.
- Video is conscise.
- TestCase shown without implementation and with implementation.
- Video length is not more than 10 mins.
- Updated task's excel sheet with ETA for investigation, development and status changed to Code Review.
- Already tracked your pull-requests and Jira in a different sheet inside the task workbook (excel).
- CRN review all green. (Exception to CRN review don't apply - if says const -> static readonly, remove set from interface)
- Watched Code review guide for the team from prerequisite section. Apply Code review guide on the pull-request.
- Linq is used properly.
- Don't use two loops together on same collection, if needed create simple for loop for process.
- IList creation capacity given.
- No method is more than 15 lines.
- SOLID principal applied.
- DRY principal applied.
- Paths are used based on console arguments.
- Jira closed when PR is merged.
- Assign to reivewer when check-list is all checked except for merge.
- Appripriate markdown and title is being used (Title doesn't contain
#DocumentLinkbut actual link and actual title than Assignment Title) - Code quality is acceptable.
- CRN Review all green.
- Demonstration video given.
- Implementation works.