Code2Gether-Discord / JokesOnYou

A learning project, A jokes website build as a team project.
12 stars 11 forks source link

feature: Delete UserJokeTag #208

Closed HellHunterMax closed 2 years ago

HellHunterMax commented 2 years ago

The UserJokeTag should be deleted as soon as likes reaches 0;

talatmorshedtanbir commented 2 years ago

Can you explain which service will delete UserJokeTag? Is it Update Jokes Service? While updating like Count, if like count becomes 0, we need to delete the related UserJokeTag. Is it like that?

HellHunterMax commented 2 years ago

I'm sorry, I just saw that @JunXingLiu in #194 added this feature.

If you have a better idea of how to do this please do discuss with us.