monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.77k stars 2.18k forks source link

Anniversary Date for relationships? #554

Open dnykanen opened 7 years ago

dnykanen commented 7 years ago

Include reminder of anniversaries for relationships, whether marriage, first date, commitment, etc.

djaiss commented 7 years ago

Yes - the new Contact structure that I've put in place in the last version, actually allows that. We'll add this feature because it makes a lot of sense. I think it'll be part of a new concepts I want to introduce: the notion of important dates about someone.

bbrendon commented 4 years ago

Life events is added. Should this still be open?

Wdavery commented 3 years ago

Looks like this should be closed now.

jmorahan commented 3 years ago

Life events have a checkbox to create a reminder, but the reminder isn't actually created unless the life event type has a "name" set in the database, which it seems they don't by default.

rorpage commented 2 years ago

Thank you @jmorahan for the tip!!

I ran this (your Anniversary event might have a different ID so please check it first):

update monica.life_event_types
set name = 'Anniversary'
where id = 11;

and now when I create an Anniversary Life Event, a reminder is created! 💯