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

Tree explorer for the Store #2

Open
sebgoa opened this issue Oct 30, 2015 · 2 comments
Open

Tree explorer for the Store #2

sebgoa opened this issue Oct 30, 2015 · 2 comments

Comments

@sebgoa
Copy link
Member

sebgoa commented Oct 30, 2015

In the store, we need a tree explorer to visualize the gitrepo of the app stores.
I am experimenting with jstree-directives.
Each node should trigger a call to github API to retrieve the info

@raynjamin
Copy link
Contributor

We might have to talk about this. What I'm seeing is a list of files from https://github.com/deis/charts.

You want a treeview of the files in that repo? What do you expect the user's use case to be for this tab?

@sebgoa
Copy link
Member Author

sebgoa commented Nov 6, 2015

@raynjamin correct, right now it's listing the base of the tree in deis/charts. It could be any repo really, and I am working on one skippbox/appstore.

I use the github API ( node module), to explore the repo, currently it is using a bunch of callbacks which I don't really like, there might be something simpler.

In any case, the user should be able to browse the github repo, and when it finds a .json or .yaml file that he likes he should be able to click on a button that triggers a createPod().

Basically we need something like http://jstree-directive.herokuapp.com/#/basic
which triggers github API calls when you explore the tree....

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