-
Notifications
You must be signed in to change notification settings - Fork 15
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
[SUGGESTIONS] [INTERFACE] Trades feed should display notifications about items being added at store for buying or selling #22
Comments
That would be a neat and natural improvement! |
Investigated this today. Implementing this requires creating a callback from the server. I'll make a pull request to Eco in the future to enable this feature. |
Wouldn't it be possible to store all tracked trades ( the store content) server side (bot) and run a cron job every 1h to check if something changed and send an update if so? Isn't the best way and an callback would be much easier and resource-saving but it could work, couldn't it. |
Yeah, but that's a hacky solution that has quite a few cases where it won't work. |
Hey thanks for answering. I read the source code from this mod and im not able to write an solution myself. I thought you'd using some different approach my idea wasn't that usable for the environment u build. Sry fpr that i commented to fast. Bit still thanks for the answer. Great mod u developed. |
You don't have to apologize, but I also don't understand what you mean. It's not related to any endpoints at all. |
As the title says, the Trades feed should also notify about items being added to buying/selling lists at stores.
The text was updated successfully, but these errors were encountered: