FAC-Sixteen / Remindly

Birthday App Reminder
https://remindly-app.herokuapp.com/
MIT License
3 stars 3 forks source link

Event list options #52

Open sima-qian opened 5 years ago

sima-qian commented 5 years ago

With a freshly created user, I was unable to add a contact as the event list dropdown on the /addcontact page had no items in it. I see that the list is populated by the response to the following query:

SELECT * FROM event_list WHERE user_email = $1

It might be worth providing a new user with a basic set of events, such as Birthdays and Anniversaries.