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
The survey URL should be able to be integrated from externally, like using an environment variable.
We can add ENV variables in the deployment config and add the line code in the below mentioned file.
This file will get executed and generate a js file, which will get bundled during the build process and cause the corresponding local storage item to be created in the browser. You can see, they have injected the backend api URL in the same way.
The text was updated successfully, but these errors were encountered:
* - #593 Add MET Survey banner in EPIC
- #591 Remove the white background from the left panel of project detail page
* surveys
- changed the text according to latest design changes
- added environment variable to show/hide survey banner
Overview
Integrate the survey banner in the landing page of EPIC public portal. The design can be found in the below URL
https://xd.adobe.com/view/e2831462-9efd-4312-9879-bb765be852bd-b7d0/specs/
The survey URL should be able to be integrated from externally, like using an environment variable.
We can add ENV variables in the deployment config and add the line code in the below mentioned file.
https://github.com/bcgov/eagle-public/blob/develop/openshift/templates/nginx-runtime/s2i/bin/run
Plus, we need to add this in the template file for future deployments.
https://github.com/bcgov/eagle-public/blob/develop/openshift/templates/angular-on-nginx/angular-on-nginx-deploy.json
This file will get executed and generate a js file, which will get bundled during the build process and cause the corresponding local storage item to be created in the browser. You can see, they have injected the backend api URL in the same way.
The text was updated successfully, but these errors were encountered: