Open opticbob opened 4 days ago
I'm working on fixing the last test and the PR for this will be ready for review. I anticipate that happening early tomorrow morning.
@holdenhinkle Has approved the PR for this. If platform hasn't approved it by 11:15 CST tomorrow I'll ping them.
Background
There are some validation issues with the interplay between the frontend and the backend for the next steps email endpoint. We are going to move from sending a rep name, address, and type to sending a
entity_type
andentity_id
so those values can be looked up on the backend. This will make it easier to cover both selections of individuals and orgs as a whole.Tasks
representative_address
,_name
, and_type
fields.entity_type
that should be validated to beindividual
ororganization
.entity_id
.Acceptance Criteria
How to configure this issue
backend
,frontend
,ux
,design
,research
)mvp
)