Erik Guntner

Results 26 issues of Erik Guntner

### Overview Create a component that allows coordinators to invite users through the app. There currently aren't any designs for this screen so this will focus primarily on functionality. ###...

Role: Front End
p-Feature: Guest Registration
points: missing
Section 1

### Overview We need a screen that allows guests to create a new permanent password after signing in with the temporary one. There aren't current ### Action Items - Create...

enhancement
Role: Front End
p-Feature: Guest Registration
points: missing
Section 1

### Overview When a guest receives an invitation to sign up for Home Unite Us they are instructed to click on a link that redirects them to a page to...

enhancement
Role: Back End
p-Feature: Guest Registration
points: missing
Section 1

### Overview We need to finalize the Contact Information component. For this, you will have to work off the `feat/generated-profile` branch. The trickiest part of this is the validation of...

enhancement
Role: Front End
p-Feature: Profile Guest
points: 2

### Overview Implement the "Pets" component for the Intake profile. You'll have to work off the `feat/generated-profile` branch so make sure to check it out and pull in the most...

enhancement
Role: Front End
p-Feature: Profile Guest
points: 2
Section 2
Engineering

### Overview Create the profile section button and render it a list of the on the sidebar. For this, you will have to work off the `feat/generated-profile` branch. ### Action...

enhancement
Role: Front End
p-Feature: Profile Guest
points: 1
Engineering

Closes #680 This PR allows us to collect the first and last names of users who sign up with Google. While implementing this I found some bugs while working in...

### Overview We need to collect information about the user's name when authentication with Google. ### Action Items - [ ] Configure AWS Cognito to collect the user's name and...

Role: Back End
p-Feature: Profile Host
p-Feature: Profile Guest
points: 2
Section 1

### Overview Update guest, coordinator, and host sign up flows to prepare them for deployment and the demo. ### Action Items - [x] Save guests to the database when the...

Role: Back End
Role: Front End
p-Feature: Host Registration
p-Feature: Guest Registration
points: 2
Engineering

Closes #703 ### What changes did you make? - Refactored the existing `/token` endpoint and split it into '/google/sign_in` and `/google/sign_up` - The `/google/sign_up` endpoint handles the creation of a...