Glenn Piludu
Glenn Piludu
Implements stripe webhooks and some related code refactoring
### Description In the same way that we are creating presenters and library wrappers for the server-side, we should define wrapper for our own API instead of having `axios` calls...
I am starting to run into issues with our "policy" for Cicero. Since it is such an integral part of our application, I think it is a **high priority** to...
Amplify has a `Constituents` table to store user data; however, it is currently unused. You can see in the wiki that the `Constituents` table should have a `first_name` and `last_name`...
This PR merges the following for full-feature testing and final integration. - https://github.com/ProgramEquity/amplify/pull/644 - https://github.com/ProgramEquity/amplify/pull/702/ - https://github.com/ProgramEquity/amplify/pull/696
### Description For our new control panel feature, we will need to create some rest endpoints that will handle our new `admin` model. These will need to be under the...
We need to refactor more validations in frontend ## Directions In file /amplify/src/components/SignName.vue. Highlight lines 164-181 - [ ] Refactor to include assertions - [ ] /tests to create unit...
### Description In this issue, we will work on creating a login form for the control panel.  We can use Vuetify's built in components to offload most of the...
### 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...
API demo