-
Notifications
You must be signed in to change notification settings - Fork 10
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
User wallets. How does a user hold the currency? #35
Comments
I was thinking of a JSON like an object in the
|
Sounds ok to me.
What advantage do we gain by splitting the wallet into separate parts?
…On Sun 10 May, 2020, 16:24 Shivank Gautam, ***@***.***> wrote:
I was thinking of a JSON like an object in the user table.
wallet = {
daily_login = int,
upvotes = int,
...
}
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2WHULO3EK7F4XNZBO4S3TRQ2BWXANCNFSM4M4ZMWZQ>
.
|
There would be a total also. separate parts because it would be easier to associate them with activities. |
Accha so you're planning for something like an expenditure analysis page
right? But uske liye you'll need full transaction history, not just numbers.
Otherwise I don't see any point in keeping separate numbers.
…On Sun 10 May, 2020, 17:12 Shivank Gautam, ***@***.***> wrote:
There would be a total also. separate parts because it would be easier to
associate them with activities.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2WHUK76SHBV5SAZ2JUZT3RQ2HJZANCNFSM4M4ZMWZQ>
.
|
TBH |
Ek hi field rakhte hain na? Simple rahega to manage. Future mein agar
requirement hui ki breakdown chahiye we can do that at that point.
Keeping a single field will simplify our code a lot.
…On Sun 10 May, 2020, 17:16 Shivank Gautam, ***@***.***> wrote:
TBH expenditure analysis term is quite hard for me to understand. what do
you suggest then?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB2WHUPB5DJYARUQGGWGKGDRQ2HZ3ANCNFSM4M4ZMWZQ>
.
|
Ok Got it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: