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

Make App Scaffold #3

Closed
2 tasks done
jbenet opened this issue Nov 19, 2016 · 2 comments
Closed
2 tasks done

Make App Scaffold #3

jbenet opened this issue Nov 19, 2016 · 2 comments

Comments

@jbenet
Copy link
Owner

jbenet commented Nov 19, 2016

  • single-page React app, all client-side
  • make the home route

the routes will look like this:

/  - home, bit of info on depviz. lets you enter/paste an address to visualize.

/http/github.com/<user>/<repo>/issues/<issue> - viz single issue, + 2-3 hops
/http/github.com/<user>/<repo>/pull/<pr>      - viz single issue, + 2-3 hops
/http/github.com/<user>/<repo>                - try to visualize the whole graph of a repo?
  • We use /http prefix to ensure we can use other protocols later.
  • We use /http/github.com prefix to ensure we can use other websites later.
  • We use /http/<github-link-to-thing> to match their API well and allow users to easily paste links.

depends on #11

@jbenet
Copy link
Owner Author

jbenet commented Nov 20, 2016

@wking
Copy link
Collaborator

wking commented Nov 26, 2016

Done in #11. Can we either add a depends on #11 or merge #11 and close this?

@jbenet jbenet closed this as completed Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants