UndefinedOS / Roadmap

Publicly available roadmap for issues & transparency
0 stars 0 forks source link

Processes implementation #10

Open DevonDF opened 3 years ago

DevonDF commented 3 years ago

Implement a process for each action to be performed, such as download, uploading, cracking etc

Process abstract Entity (Django):

And then inherited Entity for each kind of process, e.g. UploadProcess, DownloadProcess which has specific attributes and modified callback behaviour on completion

DevonDF commented 3 years ago

Added basic process API, but it needs expanding with other modules