Glenn Piludu

Results 13 issues of 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...

help wanted
javascript
⚙️ Back-end
front-end

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`...

good first issue
AppSec
front-end

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...

⚙️ Back-end
API

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...

bug
good first issue
javascript
front-end

### Description In this issue, we will work on creating a login form for the control panel. ![login_form](https://github.com/ProgramEquity/amplify/assets/54147446/b5ccd46b-6584-40f8-badf-31dc3b087e6a) 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...