From f828268cbac928206636a0bdf22a9a6e67cc0098 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 6 Jul 2024 11:53:53 -0300 Subject: [PATCH] todo management --- TODO.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..d60b4c4 --- /dev/null +++ b/TODO.md @@ -0,0 +1,18 @@ +# Things that need doing before first release + +* User flow for initial proxy setup + * Setting up password + * Setting up hostname for Caddy's automatic HTTPS +* Have 3 runtimes: + * Crystal + Kemal ✅ + * Python + Flask [WIP] + * Nodejs + Express +* Document + * How to create a runtime + * How to create a funko + * How to setup the proxy + * APIs +* Sanitize all inputs +* Streaming responses in slow operations + like scaling down or building +