update TODO
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Sergo 2023-08-06 09:34:26 +03:00
parent d9014d2a54
commit c0a310b5ff

View File

@ -7,12 +7,13 @@
This project was build for [K-Space Hackathon2023](https://wiki.k-space.ee/en/hackathon/2023) This project was build for [K-Space Hackathon2023](https://wiki.k-space.ee/en/hackathon/2023)
## Features ## Features
* auth with oidc
* headless only, no DB - auth with oidc
* develop/debug with skaffold on k8s cluster - headless only, no DB
- develop/debug with skaffold on k8s cluster
## TODO ## TODO
* remove TS-related hacks
* add tests - remove TS-related hacks
* make nicer UI - add tests
* implement persistent sessions for multi-docker deployment (redis, db, etc) - make nicer UI