betterangels / better-angels

The Better Angels are a group of anarchists committed to feminist, anti-racist, anti-capitalist struggle who use direct action software development as a technique of liberatory resistance.
https://betterangels.github.io/
55 stars 12 forks source link

Modularize the chat room system provider #108

Closed fabacab closed 8 years ago

fabacab commented 8 years ago

It should be possible to replace one "chat" system for another. Currently, only Tlk.io is supported, but there are quite a number of simple web-based chat services out there, and an admin should be able to choose which system they want to integrate with.

Further, Buoy should support a "built-in" chat system that comes with the plugin itself. This could use the WordPress commenting system as a "chat room" of sorts for a particular alert.

fabacab commented 8 years ago

I started trying to work this out over on an experimental branch, comment-chat. I'd appreciate feedback and ideas about how to improve this.

fabacab commented 8 years ago

A rudimentary version of this is finished.

Relevant commits:

  1. cd0097d0f9e5d9d9c12bd55c0d3d21c6f6577f9b
  2. 6c5b1bc653bbf6c48d41f79ae9121970695e16ba
  3. 671f625e677e9e0a2a4c51f9f619e8419701aa23
  4. c32a0a6808482a63060568c6e01c34b619ed9d95
  5. 8910449624b16389e4b667493a8d6f4932535fb4