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

Redesign of the nurse command #183

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Redesign of the nurse command #183

merged 1 commit into from
Jul 30, 2023

Commits on Jul 29, 2023

  1. feat(core): redesign the nurse command

    This commit introduce a basic architecture to run the nurse command
    by using two design pattern, that are the chain of responsability
    for choosing what kind of strategy apply, and a strategy pattern
    to abstract the algorithm under a basic view.
    
    Signed-off-by: Vincenzo Palazzo <[email protected]>
    
    feat(core): add nurse chain of responsability to select the recovery algorithm
    
    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    bad8427 View commit details
    Browse the repository at this point in the history