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

No way of differentiating multiple datasets with the same title #1224

Open
3 tasks done
Elson9 opened this issue Jan 29, 2025 · 0 comments · May be fixed by #1225
Open
3 tasks done

No way of differentiating multiple datasets with the same title #1224

Elson9 opened this issue Jan 29, 2025 · 0 comments · May be fixed by #1225
Labels

Comments

@Elson9
Copy link
Contributor

Elson9 commented Jan 29, 2025

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

  • 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

Image

ACTUAL

  • The datasets are not able to be distinguished
  • my-draft-dataset is chosen

Image

ERROR

Notes

@Elson9 Elson9 added the jira label Jan 30, 2025
@Elson9 Elson9 linked a pull request Jan 30, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant