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

[AF-27] Create constants #28

Merged
merged 3 commits into from
Mar 6, 2024
Merged

[AF-27] Create constants #28

merged 3 commits into from
Mar 6, 2024

Conversation

ricardopacheco
Copy link
Owner

@ricardopacheco ricardopacheco commented Mar 6, 2024

Issue number: resolves #27

Summary 🔴

This PR includes a refactoring regarding the addition of constants to parameterize constant values of business rules. The idea is aimed at ease of maintenance and future changes. The version 0.8.1 Changelog contains all the details.

Proposed / Possible solution 🔴

We added a settings module to store rule values as constants in the code.

How to test 👮‍♂️

Nothing has been added or changed, so everything should be working the same as the previous version (0.8.0).

Risks / Impacts 🔴

  • None anticipated

Requirements for deployment 🔴

  • None anticipated

@ricardopacheco ricardopacheco added status:in-review In Review status priority:low Low priority type:refactoring Adjustments that are necessary during the course of the project. labels Mar 6, 2024
@ricardopacheco ricardopacheco self-assigned this Mar 6, 2024
@ricardopacheco ricardopacheco merged commit 9b1aeac into main Mar 6, 2024
1 check passed
@ricardopacheco ricardopacheco deleted the AF-27 branch March 6, 2024 18:27
@ricardopacheco ricardopacheco added status:done Done status and removed status:in-review In Review status labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low Low priority status:done Done status type:refactoring Adjustments that are necessary during the course of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create constants
1 participant