-
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
Implement mall (itemshop storage) #121
base: master
Are you sure you want to change the base?
Conversation
Wouldn't this be a HTTP API app? Because we need some kind of frontend too? Wouldn't this be another standalone application? Also I don't know how important the in game shop is for now 👀 maybe kinda out of scope for now? |
Yes I agree. I tried to cleanup the pr as much as possible. If you agree that this could/should be merged in, we can do it, and then at a later stage we can implement the rest of the funcionalities for the mall. |
22ec2c3
to
0d7358b
Compare
If you want to maintain the dotnet stack, I would really like to give a helping hand in implementing some dotnet metin2 CMS using Blazor/MudBlazor |
We are not bound to just .NET On the other side I personally dislike Blazor. I have used it and would always pefer simple Razor views. I would not want to maintain such a technologie in my stack. However I wholeheartedly welcome you to implement it yourself as third party tool :) Side note: Ask this in the discord or in a Diskussion (if available?) |
This still very much a work in progress, still need to discuss if we're going to have a common api interface (+ abstract class?) with the other inventory windows or not. Same for some of the
Item
models and packets fields naming.Tasks: