From c8e5132910995a43f4b08583e6a62f9259ae6799 Mon Sep 17 00:00:00 2001
From: derrabauke <pfralf@googlemail.com>
Date: Fri, 12 Mar 2021 21:30:47 +0100
Subject: [PATCH] add a todo list for the assignment

---
 TODOS.md | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 TODOS.md

diff --git a/TODOS.md b/TODOS.md
new file mode 100644
index 0000000..56fc380
--- /dev/null
+++ b/TODOS.md
@@ -0,0 +1,34 @@
+# Todos for the assignment
+
+#### General
+- [ ] Concept refinements 
+- [ ] Redraw that project setup diagram
+
+## App Repository
+- [x] CI config & script
+- [ ] Working Container Registry or other form of application deployment --> infra repo
+- [ ] 
+
+### Client
+- [x] Test pipeline
+- [ ] Build pipeline
+- [ ] Dockerfile
+- [ ] Helm Chart
+
+### Server
+- [x] Test pipeline
+- [ ] Build pipeline
+- [ ] Dockerfile
+- [ ] Helm Chart
+
+## Infra Repository
+- [ ] CI config & script
+- [ ] Setup Kubernetes
+  - [ ] Test Env
+  - [ ] Production Env
+- [ ] Working Deployment Automation
+- [ ] Test Scaling
+- [ ] FQDN
+- [ ] Prometheus Monitoring
+- [ ] 
+
-- 
GitLab