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

Improve file-search experience #68

Open
3 tasks
olizilla opened this issue Oct 13, 2018 · 1 comment
Open
3 tasks

Improve file-search experience #68

olizilla opened this issue Oct 13, 2018 · 1 comment
Labels
dif/hard Having worked on the specific codebase is important effort/weeks Estimated to take multiple weeks kind/enhancement A net-new feature or improvement to an existing feature need/analysis Needs further analysis before proceeding P2 Medium: Good to have, but can wait until someone steps up status/deferred Conscious decision to pause or backlog topic/design-ux UX strategy, research, not solely visual design

Comments

@olizilla
Copy link
Member

A user should be able to search for files in their IPFS repo. Web UI would benefit from this.

We should define what search means, as there are a few possible milestones here

  • filter by filename in the current directory
  • search over all filenames in entire repo
  • search for content in files
@hacdias
Copy link
Member

hacdias commented Oct 19, 2018

@olizilla I think at first we should move towards a modified version of the 2nd option: search over all filenames in the current directory and all subdirectories. The problem I find is that we would need to traverse all directories in a file tree which can be really slow.

Although I wonder to which point would it be possible for IPFS itself to have a files.find function.

@ericronne ericronne added the topic/design-visual Visual design ONLY, not part of a larger UX effort label Jun 28, 2019
@jessicaschilling jessicaschilling changed the title Searching for files Improve file-search experience Apr 7, 2020
@jessicaschilling jessicaschilling added dif/hard Having worked on the specific codebase is important effort/weeks Estimated to take multiple weeks kind/enhancement A net-new feature or improvement to an existing feature need/analysis Needs further analysis before proceeding P2 Medium: Good to have, but can wait until someone steps up status/deferred Conscious decision to pause or backlog topic/design-ux UX strategy, research, not solely visual design and removed topic/design-visual Visual design ONLY, not part of a larger UX effort labels Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dif/hard Having worked on the specific codebase is important effort/weeks Estimated to take multiple weeks kind/enhancement A net-new feature or improvement to an existing feature need/analysis Needs further analysis before proceeding P2 Medium: Good to have, but can wait until someone steps up status/deferred Conscious decision to pause or backlog topic/design-ux UX strategy, research, not solely visual design
Projects
No open projects
Status: Needs Grooming
Development

No branches or pull requests

4 participants