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

Implement File Search #41

Open
7 tasks
faisalsayed10 opened this issue May 8, 2023 · 0 comments
Open
7 tasks

Implement File Search #41

faisalsayed10 opened this issue May 8, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@faisalsayed10
Copy link
Owner

faisalsayed10 commented May 8, 2023

Implement a search bar on top of the drives page which allows users to search files and folders within the current directory.

  • Add a search bar on the bucket page.
  • Filter files/folders according to the search query
  • Show the filtered items.

BONUS: Allow users to search an entire drive regardless of the directory they are in.

How this can be achieved:

  • Index all the files and folders (recursively) in the background and store them in indexeddb. (related to Sync files locally #30)
  • Whenever a user searches for a file, filter the data in indexeddb.
  • indexeddb should update whenever a file is uploaded or a folder is created.
  • BONUS: cross-drive search where the user can search for a file across drive.
@faisalsayed10 faisalsayed10 added enhancement New feature or request good first issue Good for newcomers codeday labs labels May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant