Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.52 KB

File metadata and controls

61 lines (49 loc) · 2.52 KB

AUT : (Sequence - Ex 3.1.2) Assignment Title (#DocumentLink -Must link it )

Title : Coding assignment

  • Coding assignment, what is asked in the coding assignment to implement

Introduction

  • Describe what you are trying to implement with the coding task

Coding Points

  • Coding points value

Link to Assignment

  • Assignment document link

Previous Jira

Current Jira

Previous Subsequent Pull-Request

  • {Previous Pull-request}

Current PR

  • {Current Pull-request}

Add Screenshot (for UI based work)

  • Add screenshot and screenshot videos

Demonstration Video (must)

  • 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.

Bootcamp Canidate's Check List (must)

  • Appripriate markdown and title is being used (Title doesn't contain #DocumentLink but 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.

Reviewers's Check List (must)

  • Appripriate markdown and title is being used (Title doesn't contain #DocumentLink but actual link and actual title than Assignment Title)
  • Code quality is acceptable.
  • CRN Review all green.
  • Demonstration video given.
  • Implementation works.