You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to link a dataset to a product on the API Services Portal, it isn’t possible to differentiate the desired dataset if there is another dataset with the same title. It also isn't possible to select the desired dataset (first will always get chosen)
User Story
As an< API Provider>,
I want< to be able to differentiate datasets of the same title>
so that< I can easily choose the correct one >.
Test Case
ENV
DEV
TEST
PROD
TESTCASE
create two datasets with the same title
kind: DraftDataset
name: my-draft-dataset
title: Useful API
notes: A handy API with many uses.
tags: [useful, data, openapi]
organization: ministry-of-health
organizationUnit: public-health
license_title: Open Government Licence - British Columbia
view_audience: Government
security_class: PUBLIC
record_publish_date: "2021-05-27"
kind: DraftDataset
name: my-draft-dataset2
title: Useful API
notes: A handy API with many, many, many uses.
tags: [useful, data, openapi]
organization: ministry-of-health
organizationUnit: public-health
license_title: Open Government Licence - British Columbia
view_audience: Government
security_class: PUBLIC
record_publish_date: "2021-05-27"
Publish both datasets
Try linking to second dataset (my-draft-dataset2) by title in Portal > Namespaces > Products > Edit product
EXPECTED
The datasets are able to be distinguished
my-draft-dataset2 is chosen
ACTUAL
The datasets are not able to be distinguished
my-draft-dataset is chosen
ERROR
Notes
The text was updated successfully, but these errors were encountered:
API Services Portal Issue
When trying to link a dataset to a product on the API Services Portal, it isn’t possible to differentiate the desired dataset if there is another dataset with the same title. It also isn't possible to select the desired dataset (first will always get chosen)
User Story
As an < API Provider>,
I want < to be able to differentiate datasets of the same title>
so that < I can easily choose the correct one >.
Test Case
ENV
DEV
TEST
PROD
TESTCASE
my-draft-dataset2
) by title in Portal > Namespaces > Products > Edit productEXPECTED
my-draft-dataset2
is chosenACTUAL
my-draft-dataset
is chosenERROR
Notes
The text was updated successfully, but these errors were encountered: