deft/TODO.org
Yann Esposito (Yogsototh) 5138e54776
updated files
2019-04-24 21:27:19 +02:00

2.8 KiB

#+Title:TODO

COLUMNS is SPC o c

Agenda

IN-PROGRESS [A] Cadeau Krystelle   famille

DEADLINE: <2019-04-24 Wed> [2019-04-22 Mon 18:17] Idées:

  1. Livre phyto, naturopathie
  2. Plante/arbre
  3. Soins beauté

Personal Projects   dev

Redbot [0%]

TODO [B] User Management   hs
TODO [B] Invitations, send mail notifications
TODO [C] Rate Limiting
TODO Complexity Limit (max nb of bots, responders, nb of matches by responders, etc…)
TODO [C] Basic stats (nb msg/s, etc…)   hs
TODO [C] Enhance matching
HOLD [#C] Use a split and Index on n-grams to match for all bots fast
HOLD [#C] User regex?
TODO [C] Enhance Producer by retrieving all post/comments f5bot
TODO [C] Send mails on matches
TODO [C] Dev/Ops Improvement
TODO Improve reproducible build; check https://github.com/cprussin/nixjs
TODO Improve easier safer and more robust deployment
TODO Make it possible to handle parallelism using F5Bot technique with parity for example.

Enhance Hosting / Privacy / DWeb   dweb

TODO Self Hosted Mails
TODO Enhance quality of hosting, switch to NixOS
TODO Change Selft Hosted Code

HOLD Write a comments system   dweb

  • State "HOLD" from "IN-PROGRESS" [2019-04-22 Mon 22:27]
    Maybe not the best solution after all. Still the code learnt me a lot.

Requirements:

  • no js, or as few as possible
  • plugin mechanism to allow future way to produce and show/aggregate comments/mentions
  • should look like HN/Reddit, just text, no media
  • should have method to prevent spam. Ideas:

    • easy to report/delete comments
    • should be able to enable full public, review pass, review + trusted users
    • might want to use a simple antibot system
    • workflows:

      • unlogged users can comment, but comment is send for review before being displayed
      • ability to log users via different methods (see plugins) and might have different status (unknown, trusted, blocked…)
    • should send a notification (via mail/activiypub/tweeter/etc…) when comment are waiting for review
  • bonus: try to detect incivilities, block some words, etc…