Alexis Gonzalez

Results 10 issues of Alexis Gonzalez

Hello, I want to write a tutorial to help others set up Strapi V4 with Postgres and GraphQL! Here is an example: What is Strapi, GraphQL, and Postgres? Installing Strapi...

Looking for author

**Files are [here](https://github.com/wwg-internal/amplify/blob/main/server/__tests__/integration/checkout.test.js)** **Pre- work:** - highlight code snippets and ask Copilot Chat: "Explain this test to me", or use the `/explain` slash command - Ask Copilot Chat questions about...

✍️ documentation

File: [https://github.com/wwg-internal/amplify/blob/main/server/__tests__/integration/axios-cache-interceptor.test.js](https://github.com/wwg-internal/amplify/blob/main/server/__tests__/integration/axios-cache-interceptor.test.js)** **Pre- work:** - highlight code snippets and ask Copilot Chat "Explain this test to me", or use the `/explain` slash command - Ask Copilot Chat questions about the...

✍️ documentation

File: [server/routes/api/representatives.js](https://github.com/wwg-internal/amplify/blob/main/server/routes/api/representatives.js) **Pre- work:** - Ensure [api file](https://github.com/wwg-internal/amplify/blob/main/server/routes/api/representatives.js) is open - highlight code snippets you don't understand and ask Copilot Chat: "Explain this function to me", or use the `/explain`...

✍️ documentation

Currently, the Amplify project uses Stripe for its checkout process. While comments alongside code can be helpful, separate documentation for how the Amplify app uses / implements Stripe Checkout can...

✍️ documentation
good first issue

**File to work on[here](https://github.com/wwg-internal/amplify/blob/main/server/routes/api/lob.js)** **Pre- work:** - Ensure server [api file](https://github.com/wwg-internal/amplify/blob/main/server/routes/api/lob.js) is open - highlight code snippet for `/createLetter` function (line 159) and ask Copilot Chat: "Explain this function to...

✍️ documentation

### Description We need to refactor how we call Lob API to prevent server side request forgery ### Directions: In file https://github.com/ProgramEquity/amplify/blob/2f7cb92e3140c8753b68abf1ac3c71750b130c47/server/routes/api/lob.js. Highlight lines 256-264 - [ ] Ask Copilot...

## Context Lob is used to store addresses where letters go. While there is an address verification mechanism, there are edge cases such as satellites, non-residential, and POs to consider...

⚙️ Back-end

### Description Auth0 is used to create a login via sessions. Create tests for common integration error codes ### Tasks: In File https://github.com/ProgramEquity/amplify/blob/main/server/routes/api/authentication.js - [ ] Handle async errors -...

**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"

⚙️ Back-end