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

manager: Add item DB search #87

Open
pastelmind opened this issue Jul 25, 2021 · 0 comments
Open

manager: Add item DB search #87

pastelmind opened this issue Jul 25, 2021 · 0 comments
Labels
type: enhancement New feature or request

Comments

@pastelmind
Copy link
Contributor

pastelmind commented Jul 25, 2021

Add the full item DB search feature. This is already provided by Philter Manager classic.

This requires:

  • New request/response type definition in @philter/common
  • New endpoint in @philter/api
  • New top-level tab and components in @philter/manager

Note: In theory, the web app could fetch the entire item DB on first page load, and perform the search entirely in the client. However, this would generate a large JSON payload, cause a significant lag, and consume lots of browser memory.

Requested by Txranger in the KoLmafia forum thread.

@pastelmind pastelmind added the type: enhancement New feature or request label Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant