Hi guys,
I would like to have your feedback on this code and separation and dealing with this logic... I am learning and I am trying to make an event management system, where event is created out of 4 step form: overview, schedules, speakers, faq
Overview contains a thumbnail and each speaker has its own photo...
I will show EventService, EventRequest, and also store method in my controller (this isnt complete and I know I need to pass back the data as props so it would persist in the form)
I will leave my EventRequest and my store method below