monica icon indicating copy to clipboard operation
monica copied to clipboard

Anniversary Date for relationships?

Open dnykanen opened this issue 7 years ago • 5 comments

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

dnykanen avatar Aug 19 '17 18:08 dnykanen

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.

djaiss avatar Aug 27 '17 12:08 djaiss

Life events is added. Should this still be open?

bbrendon avatar Jan 06 '20 08:01 bbrendon

Looks like this should be closed now.

Wdavery avatar Dec 09 '20 22:12 Wdavery

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.

jmorahan avatar May 07 '21 11:05 jmorahan

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! 💯

rorpage avatar Nov 02 '22 14:11 rorpage