opportunity-hack / evs

Equestrian Volunteer Scheduler
https://www.ohack.dev/nonprofit/89076bcc077811edbfdeb29c4ac23549
MIT License
1 stars 2 forks source link

Add phone to volunteer card #37

Closed parkerdavis1 closed 1 year ago

parkerdavis1 commented 1 year ago

Created a phone format function.

Added phone number to volunteer card display.

Minor tweak to center photo in horse & volunteer cards.

benhsm commented 1 year ago

re: the type error, this is the result some bad decisions I made with types early on when I was figuring things out. We need to refactor away from the interface types towards the prisma generated types where possible

benhsm commented 1 year ago

For now though, you could just add a phone field to the UserData interface, and that more involved refactoring of the types can wait

parkerdavis1 commented 1 year ago

Issue #32 checklist