Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Checklist for one-time-password-sms v1.1.1-rc.3 in r3.1
| 4 | API versioning convention applied | M | M | M | M | Y | v1.1.1-rc.3 |
| 5 | API documentation | M | M | M | M | Y | Embed documentation into API spec - [link](/code/API_definitions/one-time-password-sms.yaml) |
| 6 | User stories | O | O | O | M | Y | [link](/documentation/API_documentation/OTPValidationAPI_User_Story.md) |
| 7 | Basic API test cases & documentation | O | M | M | M | Y | [send code](code/Test_Definitions/one-time-password-sendCode.feature) / [validate code](code/Test_Definitions/one-time-password-validateCode.feature)|
| 8 | Enhanced API test cases & documentation | O | O | O | M | Y | [send code](code/Test_Definitions/one-time-password-sendCode.feature) / [validate code](code/Test_Definitions/one-time-password-validateCode.feature) |
| 7 | Basic API test cases & documentation | O | M | M | M | Y | [send code](/code/Test_definitions/one-time-password-sms-sendCode.feature) / [validate code](/code/Test_definitions/one-time-password-sms-validateCode.feature)|
| 8 | Enhanced API test cases & documentation | O | O | O | M | Y | [send code](/code/Test_definitions/one-time-password-sms-sendCode.feature) / [validate code](/code/Test_definitions/one-time-password-sms-validateCode.feature) |
| 9 | Test result statement | O | O | O | M | N | na for rc version |
| 10 | API release numbering convention applied | M | M | M | M | Y | |
| 11 | Change log updated | M | M | M | M | Y | [link](/CHANGELOG.md) |
Expand All @@ -25,3 +25,7 @@ Checklist for one-time-password-sms v1.1.1-rc.3 in r3.1
Note: the checklists of a public API version and of its preceding release-candidate API version can be the same.

The documentation for the content of the checklist is here: see API Readiness Checklist section in the [API Release Process](https://lf-camaraproject.atlassian.net/wiki/x/jine).