diff --git a/README.md b/README.md index aa05c7c..998bd05 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -# Rapp Aanwezigheid +# Emmie Figures ## What the app does -This app is an extension for Rapp to find out if certain conditions influence the presence of users. +This app is an extension for Emmie to find out if certain conditions influence the presence of users. ## What the project uses The project uses [vite-plugin-ssr](https://github.com/brillout/vite-plugin-ssr) - ### Project setup diff --git a/env.example b/env.example index 0782ae7..3b7aaa9 100644 --- a/env.example +++ b/env.example @@ -1,11 +1,15 @@ -APP_NAME=RappPresence +APP_NAME=EmmieFigures APP_ENV=local APP_DEBUG=true -PORT=3003 -VITE_APP_URL=http://localhost:3003 -RAPP_REPORTS_URL=http://127.0.0.1:8000/api/reports-presence/2021-12-01/2021-12-31 +PORT=3000 +VITE_APP_URL=http://localhost:3000 -GITHUB_ACTIONS_TOKEN= +EMMIE_REPORTS_URL=https://app.emmie.nl/api/reports-presence +EMMIE_STAGING_REPORTS_URL=https://staging.emmie.nl/api/reports-presence +EMMIE_LOCAL_REPORTS_URL=http://localhost:8000/api/reports-presence WEATHER_API_BASE_URL=https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline WEATHER_API_KEY= + +GITHUB_ACTIONS_TOKEN= +ATLASSIAN_APP_PASSWORD= diff --git a/package-lock.json b/package-lock.json index 3336162..cefbb15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,10 +1,10 @@ { - "name": "rapp-presence", + "name": "emmie-figures", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "rapp-presence", + "name": "emmie-figures", "dependencies": { "@vitejs/plugin-vue": "^3.1.2", "@vue/compiler-sfc": "^3.2.41", diff --git a/package.json b/package.json index 5ec6fef..43d9c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "name": "rapp-presence", + "name": "emmie-figures", "scripts": { "dev": "npm run server", "prod": "npm run build && npm run server:prod", diff --git a/src/constants.js b/src/constants.js deleted file mode 100644 index 09be573..0000000 --- a/src/constants.js +++ /dev/null @@ -1 +0,0 @@ -export const IS_SSR = typeof document === 'undefined'; diff --git a/src/pages/_default/PageShell.vue b/src/pages/_default/PageShell.vue index e575836..f437068 100644 --- a/src/pages/_default/PageShell.vue +++ b/src/pages/_default/PageShell.vue @@ -1,5 +1,5 @@