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
For projects that have this value set we want to display notices and labels returned from local contexts on the project overview page. The example project we are working with is https://geome-db.org/workbench/project-overview?projectId=62
The service to call for local contexts hub is at https://anth-ja77-local-contexts-8985.uc.r.appspot.com/api/v1/projects/f032cb71-4188-4399-acf1-69b016a2ee2f/?format=json
The return contents will use the img_url field to display the icon and when clicked, open a div/dialog with the default_text attribute. Need to display all notices and labels.
Finally, the service root https://anth-ja77-local-contexts-8985.uc.r.appspot.com/api/v1/ should be specified in the file config/local.js
The text was updated successfully, but these errors were encountered:
GEOME project metadata contains a field called "Local Contexts Hub ID" Field, which stores the project identifier from local contexts Hub (see https://anth-ja77-local-contexts-8985.uc.r.appspot.com/accounts/login/?next=/accounts/dashboard/#). an example of a Local Contexts Hub ID is:
f032cb71-4188-4399-acf1-69b016a2ee2f
For projects that have this value set we want to display notices and labels returned from local contexts on the project overview page. The example project we are working with is
https://geome-db.org/workbench/project-overview?projectId=62
The service to call for local contexts hub is at
https://anth-ja77-local-contexts-8985.uc.r.appspot.com/api/v1/projects/f032cb71-4188-4399-acf1-69b016a2ee2f/?format=json
The return contents will use the img_url field to display the icon and when clicked, open a div/dialog with the default_text attribute. Need to display all notices and labels.
Finally, the service root
https://anth-ja77-local-contexts-8985.uc.r.appspot.com/api/v1/
should be specified in the fileconfig/local.js
The text was updated successfully, but these errors were encountered: