-
-
Notifications
You must be signed in to change notification settings - Fork 240
3.0: new features #18
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
Comments
Currency option like USD, EUR even Bitcoin would be cool. |
@zek The wallet is not tied to a specific currency, this restriction falls on the developer. You can even use your own coins. If you know how to implement your idea, please share. |
|
|
@moecasts In branch 3.0.x-dev. Operation I advise you not to use abbreviated syntax now. Therefore, in the Transfer model, the "from" column will be the wallet model. |
|
@rez1dent3 I have create the new migration structures like that. I think that would be better.
|
@moecasts I'll think about your structure. Thank you. According to the changes in the table of wallets, I will not replace slug, name and description on currency. I am not tied to currencies and do not want to tie abstraction. |
I'll borrow some ideas. |
@rez1dent3 Actually, you can set currency to anything what you want, such as points, coins but not only currencies. I do not think that a currency need multi wallets. |
@moecasts I've studied your structure and tested it against real data, it's good and bad at the same time. In the third version, the structure will not change. But I will fix bugs of the second version and strongly rewrite the code. I will take everything to the services and with singleton it will be possible to overload any part of the code. PS, I care about the atomicity of data |
We write wishes that can be added to the project.
The text was updated successfully, but these errors were encountered: