fulviodenza / pills-of-cs

Get daily Pills of Computer Science, topic-scoped news and more with https://t.me/pillsofcsbot
GNU General Public License v3.0
8 stars 0 forks source link

Implement `/choose_tags` #19

Closed fulviodenza closed 1 year ago

fulviodenza commented 1 year ago

Every entity should be tagged by a category name. This tag should group a set of elements. If a user is subscribed to a specific tag, she/he will receive all entities related to that category. Remind: This should be modular because in a future we want schedule tagged entities at a specific time (for example, at 08:00 let me show blockchain news, at 18:00 let me show distributed systems topics and so on...)

fulviodenza commented 1 year ago

TBD: how a user knows what are categories available?

fulviodenza commented 1 year ago

implemented