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

Refactor: PoBs tab clean up and improvements #71

Open
12 of 14 tasks
dd84ai opened this issue Jan 3, 2025 · 0 comments
Open
12 of 14 tasks

Refactor: PoBs tab clean up and improvements #71

dd84ai opened this issue Jan 3, 2025 · 0 comments

Comments

@dd84ai
Copy link
Member

dd84ai commented Jan 3, 2025

  • refactor relay using less data and memory for refresh
    • optimized by reusing app_data heavily and adding refreshing touch to it. Mutex for the win
  • Add tab with reverse search by PoB goods.PoB Goods, table of pob commodities as main table #72
  • Fix: Filesystem bug for windows. Restore compatibility with Windows #74 since we do clean up, we could add it to this task.
  • merge web servers to same Url/port usage instead of using two ports. Use fallback FS trick.
    • Are you sure? Current setup is comfy in properly debugging frontend/backend connnection
    • At this stage this is reconsidered as denied and marked as done
  • Add docking permissions and infocards shown
    • ensure removed templ.Raw usage for infocards rendering
  • add option to run relay part only? For memory optimization purposes
    • not optimal if keeping exactly same router initializations/app_data. Already reusing mapped and app_data.
  • add info to Docs
  • automate deployment of docker image
  • add cron job for cert renewal (50 rate limit per 7 days)
  • refactor docker networking to proper bridge network usage eh?
    • apparently i needed to use overlay for compatibility with swarm ^_^
  • try to fix why the heck darkstat.dd84ai.com is not accessable directly in any way.
  • add pobs stuff into trade routes.
    • try to eliminate duplicated entities to represent pobs (Base, PoB) and goods (PoB Goods, Market goods, Base Goods). Pressence of such duplicates creates headache in duplicating logic. Or at least make the converter. :)

consider eventually bringing more monitoring

@dd84ai dd84ai changed the title Refactor: Clean up stuff after implementing PoBs tab Refactor: PoBs tab clean up and improvements Jan 3, 2025
@dd84ai dd84ai moved this to In Progress in @dd84ai's Dark Tools Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant