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

Remove the card feature #70

Merged
merged 1 commit into from
Dec 29, 2022
Merged

Remove the card feature #70

merged 1 commit into from
Dec 29, 2022

Conversation

dmitryrck
Copy link
Owner

@dmitryrck dmitryrck commented Dec 24, 2022

It is too big of a feature and too troubling to maintain.

The "new way" is to just use the card as a regular bank account. And to pay a card is to transfer money to that account.

This PR deprecates the field chargeable_type. Whenever we remove it we have to rename chargeable_id to account_id and remove the polymorphic relation.

I am keeping those fields and the table cards just in case someone wants to rollback this PR.

#41

It is too big of a feature and too troubling to maintain.

The "new way" is to just use the card as a regular bank account.
And to pay a card is to transfer money to that account.

This commit deprecates the field chargeable_type. Whenever we remove it
we have to rename chargeable_id to account_id and remove the polymorphic
relation.

I am keeping those fields and the table cards just in case someone wants
to rollback this PR.
@dmitryrck dmitryrck changed the title Remove the "card" feature Remove the card feature Dec 29, 2022
Copy link
Collaborator

@rafaelrpbelo rafaelrpbelo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! It really makes sense. 😉 🚀

@dmitryrck dmitryrck merged commit 2b115bf into master Dec 29, 2022
@dmitryrck dmitryrck deleted the remove-card-feature branch December 29, 2022 18:06
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.

None yet

2 participants