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

Memo Filtering is not working correctly #277

Open
bigabig opened this issue Nov 30, 2023 · 1 comment
Open

Memo Filtering is not working correctly #277

bigabig opened this issue Nov 30, 2023 · 1 comment
Labels
bug Something isn't working frontend This issue is related to the frontend

Comments

@bigabig
Copy link
Member

bigabig commented Nov 30, 2023

This bug affects all Features that make use of the filtering system and allow to filter by memos.

In the Frontend, the memo of the currently logged-in user attached to the corresponding object is shown.
However, multiple users can attach memos to any object.

In the following scenario, we will encounter bugs:
An object, e.g. annotation 1, has a memo "Hi" by user B.
User A filters by memo content contains "hi". This filter query will correctly return annotation 1, but in the frontend, no memo content is shown!

To Fix this, we need a memo renderer, that shows memos of all users of interest.

@bigabig bigabig added bug Something isn't working frontend This issue is related to the frontend labels Nov 30, 2023
@mud1tx
Copy link

mud1tx commented Nov 30, 2023

@bigabig I can work on this issue but can you please explain little more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend This issue is related to the frontend
Projects
None yet
Development

No branches or pull requests

2 participants