add basic functionality for frontend, json db

This commit is contained in:
2024-05-25 15:05:18 +02:00
parent d2763be27b
commit 7d55082f4d
44 changed files with 4146 additions and 22 deletions

View File

@@ -1 +1,48 @@
{}
{
"rawData": {
"424297319": {
"name": "Зимин Владислав",
"availableTime": {
"from": 30,
"to": 40
},
"tgUsername": "swq_2018",
"chatId": 424297319,
"userId": "424297319"
},
"558491754": {
"name": "Andrei Zadorozhnyi",
"availableTime": {
"from": 30,
"to": 40
},
"tgUsername": "andrei_zadorozhnyi",
"chatId": 558491754,
"userId": "558491754"
}
},
"groups": [
[
{
"name": "Зимин Владислав",
"availableTime": {
"from": 30,
"to": 40
},
"tgUsername": "swq_2018",
"chatId": 424297319,
"userId": "424297319"
},
{
"name": "Andrei Zadorozhnyi",
"availableTime": {
"from": 30,
"to": 40
},
"tgUsername": "andrei_zadorozhnyi",
"chatId": 558491754,
"userId": "558491754"
}
]
]
}