ColoredCow / laravel-bootcamp

CodeTrek Training Programme on Laravel 5.6
0 stars 0 forks source link

Day 3 #2

Open nishanth-kd opened 6 years ago

nishanth-kd commented 6 years ago

Functionality

  1. Submit your registration Form via php/laravel not VueJs.
  2. When a user registers.
    • Add a new guest in the guest table if guest does not exist.
    • Add new registration to the registration table with guest_id and event_id
  3. Send reminder to guests a day before the event.

Tips

  1. Create a new Entities called "Guest", "Event", "Registration".
  2. Define relationship methods for both Guest and Event.
  3. For reminder, turn on the reminder flag in "Registration" table