Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.15 KB

TODO.md

File metadata and controls

20 lines (19 loc) · 1.15 KB

Stuff on this list still needs to be implemented / thought out.

  • [/] refactor a ton of stuff (!!!)
  • create rest api endpoint to fetch frontend settings from
  • fix Warning: array_walk() expects parameter 1 to be array, int given in \wp-content\plugins\Remote\vendor\stoutlogic\acf-builder\src\Transform\RecursiveTransform.php on line 42 -> StoutLogic/acf-builder#102
  • better documentation for crypto code -> ezrha, hexagon, octopus, halite
  • move Octopus into it's own composer package
  • implement custom nonce solution (need longer living nonces) instead of wp_localize_script injection
  • add local cache for site contents
  • check SEO beeing functional without any robot specific SSR
  • implement archive pages
  • single post pages
  • build frontend settings (color for headings, disable title, thumb etc.)
  • implement search form + serp
  • highlight current active page (frontend & backend if blitz menu)
  • implement comments
  • add child theme support
  • create BlitzAsset object which derives from BlitzAssets and implements BlitzAsset
  • hover effect for menu items