helpbuttons / hb-back

backend for helpbuttons
GNU Affero General Public License v3.0
4 stars 2 forks source link

implement feeds - Button Feeds - Activity Feeds #18

Open watchoutfreedom opened 3 years ago

watchoutfreedom commented 3 years ago

Add chat and message template and think about better relation with external tools like telegram . For now (in the past version) just user choose if they want too derivate their contacts to their preferred app but we can think of different solutions.

Button Feed templates 👍

Activity Feed (User) :

watchoutfreedom commented 3 years ago

Also buttons have this isgroup property that determines either it has just one common chat for all participantt or several chats for each user that access the button

albjeremias commented 2 years ago

I think in here we have different options. 1- implement a full chat service, i don't that it would work, people chat in apps with notifications! 2- implement a bot to copy information to different services xmpp, telegram or matrix. in there automagically generate a new room and crate a invite link that is share within the app 3- implement a status instead of chat, and make it compatible with activityPub to have a broader audience!

@watchoutfreedom we can start talking about this..

watchoutfreedom commented 2 years ago

100% agree with second and third approach, we need to have a mixed approach to it I feel. We can have a custom state updater (not a chat) and then also integrate with other apps to update with their messages

@albjeremias

watchoutfreedom commented 2 years ago

Updated the title with the real present approach