stealth icon indicating copy to clipboard operation
stealth copied to clipboard

Browser: Site Settings

Open cookiengineer opened this issue 5 years ago • 0 comments

The Browser UI requires a Site Sidebar that features all controls that are relevant for the current structure of the website, which means it requires the HTML Optimizer and CSS Optimizer to be integrated first.

Afterwards the Session/info() service method should return the given resources of the current file. It might be useful to have this on-disk after each cache.write() call, as the files will not change once they are on-disk-cache. If they are refreshed in future, the cache.remove() call should also remove the meta information of the files.

  • [ ] Implement an inspect() method, not sure whether it makes more sense in Optimizer or Parser for each file format. This has to be delegated on a per-url-basis, which means it has to be placed into a server-side top-level Service method.
  • [ ] Write and Update inspect/ folder changes once a cache.write() call is done.
  • [ ] Integrate cache.remove() method with the removal of the meta/ url.

cookiengineer avatar Mar 05 '20 10:03 cookiengineer