From c0a310b5ff0138c9b659025627c8209cba1599c9 Mon Sep 17 00:00:00 2001 From: Sergo Date: Sun, 6 Aug 2023 09:34:26 +0300 Subject: [PATCH] update TODO --- readme.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index d9b8b3a..55fd6eb 100644 --- a/readme.md +++ b/readme.md @@ -7,12 +7,13 @@ This project was build for [K-Space Hackathon2023](https://wiki.k-space.ee/en/hackathon/2023) ## Features - * auth with oidc - * headless only, no DB - * develop/debug with skaffold on k8s cluster + +- auth with oidc +- headless only, no DB +- develop/debug with skaffold on k8s cluster ## TODO - * remove TS-related hacks - * add tests - * make nicer UI - * implement persistent sessions for multi-docker deployment (redis, db, etc) \ No newline at end of file + +- remove TS-related hacks +- add tests +- make nicer UI