From 24657d8ac6d4decb349a9fc4894833efe1f3b1fe Mon Sep 17 00:00:00 2001 From: Jean Jacques Avril Date: Sun, 13 Feb 2022 20:30:31 +0100 Subject: [PATCH] Added Notes --- Notes.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Notes.md diff --git a/Notes.md b/Notes.md new file mode 100644 index 0000000..172c4df --- /dev/null +++ b/Notes.md @@ -0,0 +1,16 @@ +# Notes + + +## Todo's + +* Create REST API +* Create Persistence + - Change userpersitence to an iterator over a csv file, that does not require to keep the whole database in ram + - Allow integrity check for duplicate pin numbers, rfid etc. +* Use text templates for Display +* Rebuild WEB UI -> Mobile first approach. More limited features but therefore easy to understand +------ + +## Log +### 13.02.2022 ++ Finally I found a solution for using a json document with variable file size. Import and export works well - till you have more than 300 users.