Skip to main content

guidebook-outline prototype

· One min read

Working on another guidebook-outline prototype.

This loads an outline directly from a GitHub repo (once the user has authenticated with GitHub). The below just a proof of concept.

Using GitHub as the backing store is a fundamental premise for the app as it gives the user complete control over their data.

alt text

The next sorts of things to build into the prototype are:

  • Repository selection
    • Filter by those with the right structure
  • Editable items
    • With save back to GitHub
    • With IndexDB caching to throttle GitHub callbacks
    • With flush to GH on navigation away from the app