dragonbane

ToDo patcher.js

Aug 18th, 2019 (edited)
1,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. Site:
  2. -Maybe allow plandoMaker to emit the JSON file straight to the generator
  3.  
  4.  
  5. -Gather DB statistics on 4.0 era seeds
  6.  
  7.  
  8. -Look into SSR for Angular. Include Universal in the app code, alter everything needed so the server can run it, commit the changes and then after the build, test it with express universal on a express test server. Once it works include a post compile step to angular which script launches renderModuleFactory and writes the resulting DOM to a indexServer.html within the dist. Server reads it to string on boot for each version and gives it to pug, which injects it as html instead of the ngx-app tag
  9. https://blog.angularindepth.com/creating-an-angular-universal-app-with-the-angular-cli-5ef26c9fd9a5
  10. This allows the page to look ready from the start even if the Navi loading spinner still has to bootstrap it. Also allows ezoic to inject ads at specific points which don't change and helps SEO (not allowed to place within tabs though due TOS, ads can never be hidden!)
  11.  
  12.  
  13.  
  14. -Look into affiliate advertising, aka Amazon links to Everdrive, controllers, consoles etc.: https://www.selbstaendig-im-netz.de/affiliate-marketing/affiliate-marketing-teil-1-einfuehrung/
  15. -Sign up with Ascend Monumetric
  16. -Look into VDO.AI
  17.  
  18. Ezoic Exclusion List:
  19. maintenance.pug
  20. about.pug (https://ootrandomizer.com/about)
  21.  
  22. Inclusion List:
  23. index.pug (https://www.ootrandomizer.com)
  24. generator.pug (https://www.ootrandomizer.com/generator)
  25. seed_challenge.pug (https://www.ootrandomizer.com/seed/challenge)
  26. seed_error.pug (https://ootrandomizer.com/seed/get?id=225147)
  27. seed_waiting.pug
  28. seed_page.pug (https://www.ootrandomizer.com/seed/get?id=213522)
  29. testing.pug (https://ootrandomizer.com/testing)
  30. ootr.pug (https://ootrandomizer.com/ootr)
  31. external_patcher.pug (https://www.ootrandomizer.com/external?key=bq_V1a)
  32.  
  33.  
  34.  
  35. Can't fix:
  36. -Find memory leak fix for Nebular select boxes (and tabs possibly), some event listener getting clogged up
  37.  
  38.  
  39. Trez:
  40. -Migrate chatbot heroku to netcup small
  41.  
  42. -Order MW kadgar link by team number. So first kadgar link is team A 3rd player, second team B (?, maybe make sort team button instead)
  43.  
  44. With DB:
  45. -Stream layout setup migration to new system with dragging
  46. -Global schedule system
Add Comment
Please, Sign In to add comment