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

Create Wallet Model #11

Closed
iesteban opened this issue Sep 10, 2016 · 3 comments
Closed

Create Wallet Model #11

iesteban opened this issue Sep 10, 2016 · 3 comments
Assignees
Projects
Milestone

Comments

@iesteban
Copy link
Collaborator

Every user will have a wallet entity connected. The Wallet model can be taken from this one:
https://github.com/jpanganiban/django-pursed

I think the Transaction model should have also the source wallet of the transaction.

@iesteban iesteban added this to the MVP milestone Sep 10, 2016
@iesteban iesteban assigned iesteban and pilamb and unassigned iesteban Sep 15, 2016
s-nt-s added a commit that referenced this issue Oct 17, 2016
@s-nt-s s-nt-s mentioned this issue Oct 18, 2016
@iesteban iesteban assigned sergimartnez and unassigned pilamb Jan 12, 2017
@iesteban iesteban modified the milestones: MVP, Wallet Jan 13, 2017
@sergimartnez
Copy link
Contributor

@iesteban do you think is better to create the Wallet model class within the User models file, or do we need to create a whole new Model for wallet (new folder with all the required files)?

@iesteban
Copy link
Collaborator Author

It should be created like is shown here:

https://docs.djangoproject.com/en/1.10/intro/tutorial01/#creating-the-polls-app

And instead of poll wallet.

@pilamb
Copy link
Contributor

pilamb commented Jan 23, 2017

@sergimartinez wallet should be modelled as a whole Django app. Separared from user , but related @iesteban points

@iesteban iesteban moved this from In Progress to Done in Back-end Feb 22, 2017
@iesteban iesteban moved this from Done to Merged to 'dev' in Back-end Feb 25, 2017
@iesteban iesteban closed this as completed Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants