21 lines
966 B
Markdown
21 lines
966 B
Markdown
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 |