You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will much easier to implement CLI: addition/exctraction progress barCLI: addition/exctraction progress bar #31, because otherwise we need to redo addition/excratcion logic so it can yield back to the caller what file is processing/processed at this moment. With event bus we can register listener for events FileAdded/FileExtraced that would print in CLI or show some progress bar in GUI and just fire those events in the lib.
It will solve several problems.
It will much easier to implement
CLI: addition/exctraction progress bar
CLI: addition/exctraction progress bar #31, because otherwise we need to redo addition/excratcion logic so it can yield back to the caller what file is processing/processed at this moment. With event bus we can register listener for eventsFileAdded
/FileExtraced
that would print in CLI or show some progress bar in GUI and just fire those events in the lib.As @romibi said in
Backup functionality and its Tests needs refactoring and maybe has some bugs
Backup functionality and its Tests needs refactoring and maybe has some bugs #38:It can be done with same event bus system
The text was updated successfully, but these errors were encountered: