Joshua Douglas

Results 7 issues of Joshua Douglas

Hello, I've come across a bug that is preventing users from scrolling to the bottom of a virtual string tree node list in select circumstances. I've attached a sample application...

Bug
Pull Requests Invited
Low Priority

Closes #655. ### What changes did you make? Added user roles (`Guest`, `Host`, `Coordinator`, `Admin`) and updated the user model to include first, middle, and last name. PR #661 made...

### Overview The current user model does not differentiate between user types, and only includes the username and email. To implement the coordinator dashboard requirements, outlined in #501 and #651,...

Role: Back End
p-Feature: Dashboard Coordinator
milestone: missing
points: 5
Section 1

### Overview We currently authenticate users using AWS Cognito, within the `signUpHost` and `signUpCoordinator` methods contained within `/api/openapi_server/controllers/auth_controller.py`. https://github.com/hackforla/HomeUniteUs/blob/47d7dc6e968b7881d6953c723991e8f12f1ad002/api/openapi_server/controllers/auth_controller.py#L130-L170 The signup method has two basic steps, that both have the...

bug
Role: Back End
feature: missing
points: 1

Closes #675. ### What changes did you make? - Updated our CI pipeline to run our full e2e test suite against our real backend. This was most easily achieved using...

## Overview This issue aims to integrate end-to-end (e2e) tests with our CI pipeline to ensure all features merged have passed these tests against the real backend. The current pipeline...

Role: Back End
Feature: Testing
points: 1
Engineering

Closes #636 Apologies for the delay! Please let me know if you'd like any modifications before submitting, or if you need any other endpoints for the frontend. ### What changes...