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

Browser: Site Settings #22

Open
3 tasks
cookiengineer opened this issue Mar 5, 2020 · 0 comments
Open
3 tasks

Browser: Site Settings #22

cookiengineer opened this issue Mar 5, 2020 · 0 comments
Labels
feature Feature discussions and requests. undecided Undecided on how to proceed with this issue. Needs conversation.

Comments

@cookiengineer
Copy link
Member

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 cookiengineer added undecided Undecided on how to proceed with this issue. Needs conversation. feature Feature discussions and requests. labels Mar 5, 2020
@cookiengineer cookiengineer added this to the X2 milestone Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature discussions and requests. undecided Undecided on how to proceed with this issue. Needs conversation.
Projects
None yet
Development

No branches or pull requests

1 participant