diff --git a/README.md b/README.md index da0e418..132166b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. -### ⚠️ Reminder: you must set the tag of the environment you wish to deploy in this repo, then run the deploy workflow in workspaces-stack to deploy to dev, stage or prod. +### ⚠️ Reminder: you must set the tag of the environment you wish to deploy in this repo, then run the deploy workflow in workspaces-stack to deploy to dev, stage or prod. ## Dev Setup NB: This will start the dev server against the cloud-hosted backend. If you need to change both the frontend and the backend, you'll -need to start a local copy of the backend (workspaces-tasking-manager) and set the environment vars appropriately below. +need to start a local copy of the backend (workspaces-tasking-manager) and set the environment vars appropriately below. The below values are for cloud-hosted dev: @@ -19,6 +19,10 @@ export VITE_OSM_URL=https://osm.workspaces-dev.sidewalks.washington.edu/ export VITE_RAPID_URL=https://rapid.workspaces-dev.sidewalks.washington.edu/ export VITE_PATHWAYS_EDITOR_URL=https://pathways.workspaces-dev.sidewalks.washington.edu/ export CODE_VERSION="local" +export VITE_IMAGERY_SCHEMA=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/docs/imagery-layer/schema.json +export VITE_IMAGERY_EXAMPLE_URL=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/main/docs/imagery-layer/example.json +export VITE_LONG_FORM_QUEST_SCHEMA=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/quest-definition/schema.json +export VITE_LONG_FORM_QUEST_EXAMPLE_URL=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/quest-definition/example.json # install deps npm install diff --git a/package.json b/package.json index dbd7290..e4a8db9 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ }, "dependencies": { "@zip.js/zip.js": "^2.7.41", + "ajv": "^8.17.1", + "ajv-formats": "^3.0.1", "bootstrap": "^5.3.3", "js-cookie": "^3.0.5", "nuxt": "^4.0.0", diff --git a/pages/workspace/[id]/settings.vue b/pages/workspace/[id]/settings.vue index 356edf7..4f3ff70 100644 --- a/pages/workspace/[id]/settings.vue +++ b/pages/workspace/[id]/settings.vue @@ -15,8 +15,10 @@ - - + + + +
Deleting a workspace is permanent. This action will not remove any TDEI datasets outside of Workspaces.
++ Deleting a workspace is permanent. This action will not remove any + TDEI datasets outside of Workspaces. +
-