|
1 | 1 | # Architecture Decision Records (ADRs)
|
2 | 2 |
|
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