Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare sim swap subscriptions in alpha version for the meta release #129

Merged
merged 5 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions code/API_definitions/sim-swap-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: wip
version: 0.1-alpha.1
fernandopradocabrillo marked this conversation as resolved.
Show resolved Hide resolved
externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/
servers:
- url: '{apiRoot}/sim-swap-subscriptions/v0'
- url: '{apiRoot}/sim-swap-subscriptions/v0.1alpha1'
variables:
apiRoot:
default: http://localhost:9091
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# API Readiness Checklist

Checklist for sim-swap-subscriptions 0.1.0-alpha1 in FALL24
fernandopradocabrillo marked this conversation as resolved.
Show resolved Hide resolved

| Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Comments |
|----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:----:|
| 1 | API definition | M | M | M | M | Y | [link](code/API_definitions/sim-swap-subscriptions.yaml) |
| 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | Y |
| 3 | Guidelines from ICM applied | O | M | M | M | Y | Y |
| 4 | API versioning convention applied | M | M | M | M | Y | Y |
| 5 | API documentation | M | M | M | M | Y | contained in API definition |
| 6 | User stories | O | O | O | M | Y | Not Relevant (NR) |
| 7 | Basic API test cases & documentation | O | M | M | M | N | NR |
| 8 | Enhanced API test cases & documentation | O | O | O | M | N | NR |
| 9 | Test result statement | O | O | O | M | N | NR |
| 10 | API release numbering convention applied | M | M | M | M | Y | Y |
| 11 | Change log updated | M | M | M | M | N | to be provided |
fernandopradocabrillo marked this conversation as resolved.
Show resolved Hide resolved
| 12 | Previous public release was certified | O | O | O | M | N | NR |