entity icon indicating copy to clipboard operation
entity copied to clipboard

NAME EXAMINATION UI (VUE 3) - Information Icon - Setup Name Examination UI Version and Setup NameX API Version

Open ozamani9gh opened this issue 2 years ago • 5 comments

Standardize Version Display on Name Examination to make releases easier.

Please display an information icon:

image

when you hover over it will display the Name Examination UI Version and Setup NameX API Version similiar to Name Request.

image

ozamani9gh avatar Oct 06 '23 19:10 ozamani9gh

here are some links that can be called to display the NAMEX API VERSION in each region... hopefully we can scrape version programmatically on the sign on page.

PROD - https://namex.apps.silver.devops.gov.bc.ca/api/v1/meta/info TEST - https://namex-test.apps.silver.devops.gov.bc.ca/api/v1/meta/info DEV - https://namex-dev.apps.silver.devops.gov.bc.ca/api/v1/meta/info

ozamani9gh avatar Oct 12 '23 15:10 ozamani9gh

Name-Examination did not have a footer like Name-Request did to put the tooltip with V number.

  • SBC Common Component was not compatible with Name-Examination
  • Rewrote SBC Common Component Footer in Vue3 / Tailwind to be used in Name-Examination

These endpoints are not working? PROD - https://namex.apps.silver.devops.gov.bc.ca/api/v1/meta/info TEST - https://namex-test.apps.silver.devops.gov.bc.ca/api/v1/meta/info DEV - https://namex-dev.apps.silver.devops.gov.bc.ca/api/v1/meta/info

Endpoints work in the browser and Postman but not accessible in code via fetch request. Network states 500 error. Possible CORS?

EPortman avatar May 13 '24 16:05 EPortman

For the footer to correctly grab the API version it needs to be told which API version it is using (DEV, TEST, or PROD). The endpoints are in the 'fetchNameXVersion' function

EPortman avatar May 22 '24 22:05 EPortman

Verified presence and correct version numbers. Passed

rstens avatar May 23 '24 18:05 rstens

Also verified in Test, as the previous verification was only done in Dev.

rstens avatar May 24 '24 18:05 rstens