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

Provide feedback on an entity is difficult when you have a big DB #6113

Closed
nino-filigran opened this issue Feb 26, 2024 · 4 comments
Closed
Assignees
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@nino-filigran
Copy link

Description

When trying to provide feedback and selecting the entity to provide feedback for trhough the user profile, feedback, if the DB is full with a lot of information, it is basically impossible to find the entity

Environment

Testing and demo

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Click on profile
  2. select feedback
  3. Click on entity
  4. Start entering a word: the research will start to die

Expected Output

Ability to find my query

Actual Output

The words are not added at the same rythm I type
The research does not found my result and eventually close itself

In theory, if we keep the same beahvior, either we should be able to filter on the type of entity maybe or trigger the search manually or simply ensure that the search is sent X seconds after the users stops to add inputs?

Additional information

Screenshots (optional)

Recording.bug.feedback.mp4
@nino-filigran nino-filigran added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team and removed needs triage use to identify issue needing triage from Filigran Product team labels Feb 26, 2024
@nino-filigran nino-filigran added this to the Release 6.0.1 milestone Feb 26, 2024
@SouadHadjiat
Copy link
Member

SouadHadjiat commented Feb 28, 2024

We have a delay (1.5 seconds, which seems a bit long I think) on some inputs (CreatedBy, Assignees, Status), but not on this field used here for searching entities. Should we add this delay ? @nino-filigran
I don't know if we shouldn't also check if there are other fields that don't have a delay.

@SouadHadjiat SouadHadjiat self-assigned this Feb 28, 2024
@nino-filigran
Copy link
Author

If the delay works then we could try it it, yes. We just need to ensure that when the searched is triggered, the app does not become so "buggy", and the delay seems to be a good solution to me.

@Jipegien Jipegien modified the milestones: Release 6.0.1, Release 6.0.2 Feb 29, 2024
@SamuelHassine
Copy link
Member

We just need the "palette" for entity type scoping in the search field.

@SamuelHassine
Copy link
Member

And also override the results instead of cumulating.

@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

No branches or pull requests

4 participants