From d1083986032b7f7c7a35bdaf53bdb0dbe3a48e26 Mon Sep 17 00:00:00 2001 From: derlole <122916573+derlole@users.noreply.github.com> Date: Thu, 15 May 2025 18:25:14 +0000 Subject: [PATCH] userdb readme --- .vscode/settings.json | 10 ---------- db/README.md | 6 +++++- 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 3892f57..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "spellright.language": [ - "de", - "en" - ], - "spellright.documentTypes": [ - "markdown", - "latex" - ] -} \ No newline at end of file diff --git a/db/README.md b/db/README.md index 7a5af19..86f831c 100644 --- a/db/README.md +++ b/db/README.md @@ -33,4 +33,8 @@ ```["pending","failed","served","rejected"]``` ## NOTE -### A Coffee making process is going through a command creation in the backend, therefore a coffee status can be rejected by the esp or fail after 5 minutes. If the according command fails the coffee fails. \ No newline at end of file +### A Coffee making process is going through a command creation in the backend, therefore a coffee status can be rejected by the esp or fail after 5 minutes. If the according command fails the coffee fails. + +# user db + +## Contains the atributes for each user-Object and is managed by clas User in user.py in obj \ No newline at end of file