arminfro / participator

Demo application for testing, prototyping and learning purposes
9 stars 1 forks source link

introduce a key word mechanism like hashtags #15

Open the-itz opened 3 years ago

the-itz commented 3 years ago

We need a mechanism to declare clickable / searchable key words This should be usable throughout pptr, i.e. in chats, surveys and so on.

arminfro commented 3 years ago

We'd need to have a Tag Model to connect 'hashtags' (tags) to it. I'd say this is a feature for version 0.2 or 0.3, not for the next release.

Technical requirement would be a way to define polymorphic relations for Database models. I'm not sure if TypeORM has this feature or how it's meant to be done.