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

Add Blue Star award and refactor #64

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

denizul
Copy link

@denizul denizul commented Mar 20, 2023

This adds the Blue Star award and refactors legacy the code entirely and reimplements the code using the 'Strategy' Design Pattern. Html docs and a UML Diagram were added for documentation in the 'docs' folder. Some additional test cases were also appended to the 'update_quality_spec' file.

Algorithms for updating quality are now stored in 'Strategy' classes which are invoked by a Strategy Class Manager. The 'update_quality' function now simply invokes the Manager 'update' class function. The updating algorithms themselves were kept as close to original as possible to maintain intent but modified for better adherence to business rules.

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

Successfully merging this pull request may close these issues.

1 participant