Files
whatshooked/TODO.md
Hein ea1209c84c
Some checks failed
CI / Test (1.22) (push) Failing after -23m51s
CI / Test (1.23) (push) Failing after -23m51s
CI / Lint (push) Has been cancelled
CI / Build (push) Has been cancelled
Release / Build and Release (push) Successful in -18m25s
mqtt
2025-12-29 23:36:22 +02:00

905 B

Todo List

General todo

  • [✔️] Docker Server Support with docker-compose.yml (Basic Config from .ENV file)
  • [✔️] Authentication options for cli
  • [✔️] Refactor the code to make it more readable and maintainable. (Split server, hooks and routes. Split CLI into commands etc. Common connection code.)
  • [✔️] Whatsapp Business API support add
  • [ ] Optional Postgres server connection for Whatsmeo
  • [ ] Optional Postgres server,database for event saving and hook registration
  • [✔️] Optional Event logging into directory for each type
  • [✔️] MQTT Support for events (To connect it to home assistant, have to prototype. Incoming message/outgoing messages)
  • [✔️] Refactor into pkg to be able to use the system as a client library instead of starting a server
  • [✔️] HTTPS Server with certbot support, self signed certificate generation or custom certificate paths.