Erik Guntner
Erik Guntner
This PR acts as a reference for the creation of a data model, controller, and serializer on the backend. As well as, the generation and utilization of data fetching hooks...
### Overview Add a `.vscode` folder to the root of the repository to provide some suggested extensions that work with our codebase. Current list of recommendations: - ESLint - Integrates...
### Overview We need to ideate, document and review possible approaches to creating application process components ## Detail This issue outlines a possible approach to creating the components necessary for...
### Overview Create SQLAlchemy models for user and applicant models in accordance with the attached data model schematic. ### Action Items - Create models with deserializers for the user and...
This PR outlines a basic approach to rendering intake profiles based on objects defined in the database. This isn't a complete example, but I think it allows us to visualize...
### What changes did you make? - Upgrade MSW to version 2 and refactor mock handlers - Refactor tests that use mock handlers - Update the base URL for API...
## Dependencies - This can be revisited/confirmed as completed after codebase cleanup is complete #771 ### Overview We need to create an endpoint that returns a paginated list of all...
## Overview We can start development on the guest dashboard so I thought it would help to break it down into separate smaller components we could tackle all at once....
### Overview Test out building and deploying client and server to EC2 for different environments (e.g. dev, prod, test, etc.). Possibly setup Github action to do this in PRs. ###...
### Overview Create OpenAPI spec and corresponding controller to invite user using AWS Cognito. ### Action Items - Write OpenAPI spec for the invite user end point - Link spec...