Incepere creare procese separate

This commit is contained in:
andrei-mihnea-cerbu
2024-04-03 23:22:38 +03:00
parent 038b809dd8
commit ffeebf1177
58 changed files with 913 additions and 479 deletions
+21
View File
@@ -0,0 +1,21 @@
Taskuri
-
- create form which upon submission set's the ip location (also create a button which can change this one and have to
create a IPC for retrieving the ip when making the requests).
- create the encryption process when writing a file on disk / decryption process when reading a file form disk
- configure endpoint for 'backup_schemes' completely
- refactor the JS code from all the html to make it with .then statements and show the messages
from the UC
- finish the CEO interface
- create process which will update the backup scheme with:
- IP
- user_id
- dir_schema
- size
- create process which will fetch the large schema and encryption keys and compare it with the one on local;
if is the same, hibernate; else, make requests for the files
- create process which will get the user database and combine it with the ip and at the request will share a
specific file
- create process which will decrypt all the files from the backup scheme locally