amplify
amplify copied to clipboard
Open Source Fellow Sandbox
Bump postcss, @vue/cli-service, @vue/cli-plugin-pwa, @vue/cli-plugin-router and @vue/cli-plugin-vuex
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service), [@vue/cli-plugin-pwa](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-pwa), [@vue/cli-plugin-router](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-router) and [@vue/cli-plugin-vuex](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-vuex). These dependencies need to be updated together. Updates `postcss` from 7.0.39 to 8.4.31 Release notes Sourced...
**Files are [here](https://github.com/ProgramEquity/amplify/blob/main/server/routes/api/lob.js)** **Pre- work:** - Highlight snippets and type into chat "explain to me" Task: - Highlight lines 235-254 and type into chat "/tests"
This is a pull request for issue #624 , creating a Google Calendar Reminder when the user assigns themselves to an issue
 Frontend: - [x] Create 4 drop downs with the above questions in display letter - [x] Store user input as merge-variables - giving each a unique name Backend -...
Add delete endpoint for the campaigns and test using a mock test
### Description Now that we are starting development on the front-end of the control panel, we need to have a navigation guard that will only let logged in admins see...
# Implement Auth0 configuration Currently we used [passwordless authentication sessions](https://auth0.com/docs/authenticate/passwordless/authentication-methods/sms-otp), now we are creating a [universal login flow](https://auth0.com/docs/authenticate/login/auth0-universal-login) You will be changing the [authentication route](https://github.com/ProgramEquity/amplify/blob/main/server/routes/api/authentication.js) and parallel [messages/tests ](https://github.com/ProgramEquity/amplify/tree/main/server/auth) ##...
API demo
Goal: collect number from Auth0 login process and save into constituent table so we have the ability to send notifications later on ## Background info **Constituent table lives within:** amplify/server/db/migrations/20220413154827_rename-volunteers-table-to-constituents.js...