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

Factor out library builtin pages for reuse #1163

Open
pfrazee opened this Issue Sep 19, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@pfrazee
Member

pfrazee commented Sep 19, 2018

The library pages have utility for the dat CLI, web extensions, and (probably) many other places. It'd be great to factor them out so that they could be reused more easily.

Probably would require:

  • Refactor/reorg code into its own repo. (A good time to do cleanup.)
  • Come up with an API for different environments to leverage the pages.
  • Build tooling.
  • Review any custom APIs used and see if they can be improved.
  • Create a process for injecting the custom API implementations which fit the environment using the builtin pages.

@pfrazee pfrazee added the enhancement label Sep 19, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment