Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Implement a clean StorageInterface layer #30

Open
derhofbauer opened this issue Mar 9, 2018 · 0 comments
Open

[TASK] Implement a clean StorageInterface layer #30

derhofbauer opened this issue Mar 9, 2018 · 0 comments
Assignees
Milestone

Comments

@derhofbauer
Copy link
Owner

derhofbauer commented Mar 9, 2018

Local file list and server file list are now built and kept updated while running, but there is no consistent layer between StorageWorkers and StorageWatchers. Keeping local and server file lists updated clearly is the job of the StorageWorkers, while the StorageWatchers should only raise consistent events when the watched storage changes.

Therefore there needs to be a consistent layer of communication between StorageWorker and StorageWatcher regarding event names and a consistent layer between StorageWatcher and InterfaceProvider regarding methods used for watching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant