Skip to content

Commit e43cc6e

Browse files
committed
Update the adr table.
1 parent e45f0ae commit e43cc6e

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

docs/adr/0003-manually-manage-openapi-file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Status
66

7-
Accepted
7+
Superseded by [ADR-0011](./0011-openapi-revision.md)
88

99
## Context
1010

docs/adr/0011-openapi-revision.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Status
66

7-
Proposed
7+
Accepted
88

99
## Context
1010

docs/adr/README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Architecture Decision Records (ADRs)
22

3-
| Status | ADR No. | Title |
4-
| ---------- | ------- | ---------------------------------------------------------------------------------------------------------- |
5-
| ✅ Accepted | 0001 | [Use CircleCI](./0001-use-circleci.md) |
6-
| ✅ Accepted | 0002 | [Use PlantUML to create diagrams](./0002-plantuml-diagrams-as-code.md) |
7-
| ✅ Accepted | 0003 | [Manually manage OpenAPI specification file](./0003-manually-manage-openapi-file.md) |
8-
| ✅ Accepted | 0004 | [Always return a JSON object for JSON responses](./0004-always-return-a-json-object-for-json-responses.md) |
9-
| ✅ Accepted | 0005 | [Use Data Transfer Object Pattern](./0005-use-dto-pattern.md) |
10-
| ✅ Accepted | 0006 | [URL-encode path parameters that contain a forward slash](./0006-url-encode-path-parameters.md) |
3+
| Status | ADR No. | Title |
4+
|---------------|---------|------------------------------------------------------------------------------------------------------------|
5+
| ✅ Accepted | 0001 | [Use CircleCI](./0001-use-circleci.md) |
6+
| ✅ Accepted | 0002 | [Use PlantUML to create diagrams](./0002-plantuml-diagrams-as-code.md) |
7+
| ⏭️ Superseded | 0003 | [Manually manage OpenAPI specification file](./0003-manually-manage-openapi-file.md) |
8+
| ✅ Accepted | 0004 | [Always return a JSON object for JSON responses](./0004-always-return-a-json-object-for-json-responses.md) |
9+
| ✅ Accepted | 0005 | [Use Data Transfer Object Pattern](./0005-use-dto-pattern.md) |
10+
| ✅ Accepted | 0007 | [Version through URL path](./0007-version-through-url-path.md) |
11+
| ✅ Accepted | 0008 | [Use certificates in production](./0008-certificates-in-production.md) |
12+
| ✅ Accepted | 0009 | [Authorisation at application level](./0009-authorisation-at-application-level.md) |
13+
| ✅ Accepted | 0010 | [Certificates expiration](./0010-certificates-expiration.md) |
14+
| ✅ Accepted | 0011 | [Revert decision 0003 and auto-generate OpenAPI specification](./0011-openapi-revision.md) |
15+
| ✅ Accepted | 0012 | [Endpoint Naming Strategy](./0012-endpoint-naming.md) |
16+
| ✅ Accepted | 0013 | [Filtering data from an endpoint](./0013-filters.md) |

0 commit comments

Comments
 (0)