From 84f17b8ba6559692db1f206ba70a80d2a6907431 Mon Sep 17 00:00:00 2001 From: Nils Berge <60594671+nils-work@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:21:53 +1000 Subject: [PATCH] Staging #437 - Remove Known Issues Addresses: https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/437 --- slate/source/includes/known-issues.md | 9 ++++----- .../includes/releasenotes/releasenotes.1.32.0.html.md | 3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/slate/source/includes/known-issues.md b/slate/source/includes/known-issues.md index 394e2c3c..d48f91b0 100644 --- a/slate/source/includes/known-issues.md +++ b/slate/source/includes/known-issues.md @@ -1,15 +1,14 @@ # Known Issues - - There are certain aspects of the standards that are actively under review. These known issues are articulated in the following table. +```diff +Removed three known issues related to Register endpoint specfications that are resolved +``` Issue | Description :---- | :---------- -Register APIs use local version of common definitions | The Register APIs use a locally defined version of common schema definitions such as `ResponseErrorList` for error responses. These need to be updated to reference common swagger specifications inherited by the Common Swagger spec. -Register APIs use different field type definitions | The Register APIs define their own field types that are not consistent with the [Common Field Types](#common-field-types) defined in the data standards. As part of porting the Register standards across to the primary data standards, the field types need to be re-aligned to use the common field type definitions. For example, `string (data-time)` should be changed to `DataTime` and `integer(int32)` should be changed to `PositiveInteger`. -DCR and Register Swagger naming conventions | The DCR and Register naming conventions are not consistent with the broader data standards. Field names should be standardised to camelCase and snake_case inline with the data standards +None | N/A ## Future improvements diff --git a/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md index 3ef0a75c..a2dc856c 100644 --- a/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md +++ b/slate/source/includes/releasenotes/releasenotes.1.32.0.html.md @@ -17,7 +17,7 @@ Release notes for version v1.32.0 of the [CDR Standards](../../index.html). This release addresses the following minor defects raised on [Standards Staging](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues): -- [Standards Staging #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/XXX) +- [Standards Staging #437 - Remove Known Issues](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/437) This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues): @@ -81,3 +81,4 @@ This release addresses the following Decision Proposals published on [Standards] ## Known Issues |Change|Description|Link| |------|-----------|----| +| Remove Known issues | [**Standards Staging #437**](https://github.com/ConsumerDataStandardsAustralia/standards-staging/issues/437): Removed three known issues related to Register endpoint specfications that are resolved | [Known Issues](../../#known-issues)