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

Some cleaning and organization in the code #44

Merged
merged 13 commits into from
Jan 22, 2024
Merged

Some cleaning and organization in the code #44

merged 13 commits into from
Jan 22, 2024

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    ca9d6e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ec2d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    16199b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bd4e47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23104c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6923d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddaf43c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d40586 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57f5f00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8edd43e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Refactor the generators package (#28)

    Improvements:
    - Fix max line width in generators pack
    - Fix typing hint in all function of generators package
    - Rename internal bank variable to bank_flag
    - Rename internal brand_code variable to code
    matheusfelipeog authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    bec3efe View commit details
    Browse the repository at this point in the history
  2. Refactor the validators package (#29)

    improvements:
    - Fix max line width in validators package;
    - Fix typing hint in all function of validators package;
    - Rename internal flag variable to card_flag.
    matheusfelipeog authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5a3bb43 View commit details
    Browse the repository at this point in the history
  3. Refactor the fordev modules (#30)

    Improviments:
    - Fix max line width in fordev.consts;
    - Fix max line width in fordev.core;
    - Fix max line width in fordev.filters.
    matheusfelipeog authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    4561c07 View commit details
    Browse the repository at this point in the history