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 IBAN Type to Types #10

Open
Tracked by #1 ...
yezz123 opened this issue Feb 7, 2023 · 12 comments
Open
Tracked by #1 ...

Add IBAN Type to Types #10

yezz123 opened this issue Feb 7, 2023 · 12 comments
Assignees
Labels
good first issue Good for newcomers Types

Comments

@yezz123
Copy link
Collaborator

yezz123 commented Feb 7, 2023

No description provided.

@yezz123 yezz123 mentioned this issue Feb 7, 2023
9 tasks
@yezz123 yezz123 added the good first issue Good for newcomers label Feb 7, 2023
@yezz123 yezz123 changed the title IBAN Add IBAN Type to Types Feb 7, 2023
@HomiGrotas
Copy link
Contributor

I would like to pick this issue

@HomiGrotas
Copy link
Contributor

Hi, can't take this issue. Sorry😅

@kroncatti
Copy link

kroncatti commented Jun 14, 2023

Hey @yezz123,

On validating the IBAN, do we intend to bring external libs such as schwifty to perform the validation or we want to implement it by ourselves ? I am asking because if that is the scenario, simply using this we would be validating the IBAN, right ?

Also, is this issue unassigned ?

@yezz123
Copy link
Collaborator Author

yezz123 commented Jun 14, 2023

Hello @kroncatti I checked already Issue

Yeah, we can follow up using schwifty to validate this IBAN.

@kroncatti
Copy link

can I give it a shot ?

@yezz123
Copy link
Collaborator Author

yezz123 commented Jun 14, 2023

can I give it a shot ?

Yes for sure ❤️

@kroncatti
Copy link

Thanks! as it will be my first open-source contribution, I'll eventually need help. Gonna keep you folks up to date 😄

@yezz123
Copy link
Collaborator Author

yezz123 commented Jun 14, 2023

Thanks! as it will be my first open-source contribution, I'll eventually need help. Gonna keep you, folks, up to date 😄

Yes will be here for support in case you open the pull request and if its miss any thing around

@kroncatti
Copy link

kroncatti commented Jun 18, 2023

Hey @yezz123 , I started to do it on this PR. Do you mind taking a fast look ?

I started thinking about using heritage with the class schwifty.IBAN, but I am not sure this is adequate here since a lot of methods may collapse and you did not use that anywhere, so I decided to follow the same pattern you folks are using. It's still missing:

  • Proper testing
  • Add the remaining properties.

I was wondering, is there a way to basically to inherit all the properties from schwifty.IBAN without writing explicitly ?

@yezz123
Copy link
Collaborator Author

yezz123 commented Jun 19, 2023

Hey @yezz123 , I started to do it on this PR. Do you mind taking a fast look ?

I started thinking about using heritage with the class schwifty.IBAN, but I am not sure this is adequate here since a lot of methods may collapse and you did not use that anywhere, so I decided to follow the same pattern you folks are using. It's still missing:

  • Proper testing
  • Add the remaining properties.

I was wondering, is there a way to basically to inherit all the properties from schwifty.IBAN without writing explicitly ?

Great i will review it by today 🙏🏻

@kroncatti
Copy link

Thanks! I'll be waiting, as soon as I have a green flag on the path I am following I'll keep going 😄

@mdomke
Copy link

mdomke commented Mar 25, 2024

Since version 2023.10.0 schwifty has native support for Pydantic. Can this issue be closed then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Types
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants