-
Notifications
You must be signed in to change notification settings - Fork 2
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
Display recursive search result #2
Comments
For now, the « tree » is just a list of the uploaded files with their webkitRelativePath ; need to find a solution to generate the tree structure. |
Managed to build a map with the uploaded files that keeps the tree structure. However, I'm not sure I implemented it the better way ; I will open an issue for this possible improvement. |
The application can now rebuild the hierarchical tree structure of the uploaded files. See issue #3 for possible improvement. |
Display the files in a tree form so that the user can check the uploaded content. This view will then be useful to add some properties to specific files : e.g. add external link (if the file is hosted on another server), auto-download this file (in the cache), ...
The text was updated successfully, but these errors were encountered: