some improvements

This commit is contained in:
derlole
2025-05-09 18:36:01 +00:00
parent 83e6ff3958
commit 41b276c734
16 changed files with 283 additions and 42 deletions

6
persistence/README.md Normal file
View File

@@ -0,0 +1,6 @@
# THE PERSISTENCE DATA
## these datasets are some suborderst storage for longer terms.
## u could use a Database for that but these datasets are unique and therefore they are stored in jsons to ensure their persistance.
## an acourding module to read and write to these datasets is given in the modules folder.