spare icon indicating copy to clipboard operation
spare copied to clipboard

Back End: Add more contact fields to DonationRequest model

Open shawnadelic opened this issue 6 years ago • 2 comments

Here is the prototype for the request form, there is an option to indicate who the donation request is for (yourself or someone else):

https://projects.invisionapp.com/share/YKH1L8TAB56#/screens/291941063

We currently don't have a field to store this info, so our data model needs to be updated.

Not sure if we should store a boolean value indicated whether it's a self-request (something like is_self_request), as well as an additional field for the requester's name, or just the requester's name, which could either leave blank or fill in with their name if it is a self-request.

I'm leaning toward the former option since it gives more info.

shawnadelic avatar Jun 06 '18 17:06 shawnadelic

@shawnadelic do you mean an additional field for the recipient's name?

wlaoh avatar Aug 01 '18 02:08 wlaoh

Also do you think we should validate against is_self_request, if there's a recipient name present, or do you think its enough to just hide/disable recipient name input while the self request front end is true?

wlaoh avatar Aug 01 '18 02:08 wlaoh