makehackvoid / mhvdb2

Replacement for MHVDB. Needs a better name.
MIT License
4 stars 7 forks source link

What to do with bank related stuff? #98

Closed brendam closed 9 years ago

brendam commented 9 years ago

Given that we've decided to go with GnuCash for payments, and payments are so separate from membership now I wonder if we should remove the initial code from this app that does banking stuff?

We might still want to implement stripe at some stage, but it wouldn't need to be part of this I think?

jamiereid commented 9 years ago

I agree with removing the code. We can always add it back later if we need to.

On Wed, Feb 18, 2015 at 7:59 PM, Brenda Moon notifications@github.com wrote:

Given that we've decided to go with GnuCash for payments, and payments are so separate from membership now I wonder if we should remove the initial code from this app that does banking stuff?

We might still want to implement stripe at some stage, but it wouldn't need to be part of this I think?

— Reply to this email directly or view it on GitHub https://github.com/makehackvoid/mhvdb2/issues/98.

brendam commented 9 years ago

I've started removing the 'payments' bits in a new branch. I think the 'entities' stuff can also go - it was for people who made payments that were not members.

later: Members are based on entities, so to remove entities we'd have to merge it into members.

What do you think @jamiereid and/or @cmrn?