Dinnit-Bros / dinnit

1 stars 1 forks source link

30 add ability to host a dinner #31

Closed isym444 closed 6 days ago

isym444 commented 3 weeks ago

Checks to see if the user is a host already and displays any events hosted today or in the future

image

UI for creating a new event

image

UI for date selection

image

UI for selecting cuisine type (opted for restricted options to facilitate searching)

image

UI for selecting guest capacity (opted for restricted options to prevent people pranking (although in future could add more robust system like deposit system from all parties))

image

UI has checking to make sure required fields are filled out before submission

image

Frontend syncs with database:

image image

If user has never hosted a dinner before before all the above, user is added into hosts table

image