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