Skip to content

Instantly share code, notes, and snippets.

@fernandoabolafio
fernandoabolafio / ws_client.html
Created January 16, 2019 19:27
Browser client reference for politeiawww websocket server
<!DOCTYPE html>
<html lang="en">
<head>
<title>Websocket Client</title>
<script type="text/javascript">
window.onload = function () {
var conn;
var msg = document.getElementById("msg");
var log = document.getElementById("log");
var btnConnect = document.getElementById("connect");
@fernandoabolafio
fernandoabolafio / notification_work_status.md
Last active August 13, 2018 18:03
This Gist attempts to show the current status of the notification system implementation

Politeia notification system

How it works:

Politeia Users will receive notification through the GUI of relevant events regarding paywall confirmations and admin actions on their proposals. The mapped events so far are:

  • Proposal published
  • Proposal censored
  • Signup Paywal payment confirmed
  • Proposal paywall payment confirmed