NAME EXAMINATION UI (VUE 3) - Information Icon - Setup Name Examination UI Version and Setup NameX API Version
Standardize Version Display on Name Examination to make releases easier.
Please display an information icon:
when you hover over it will display the Name Examination UI Version and Setup NameX API Version similiar to Name Request.
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
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?
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
Verified presence and correct version numbers. Passed
Also verified in Test, as the previous verification was only done in Dev.