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

feature-request: ListView columns automatically adding the column if searched on #1391

Open
gythaogg opened this issue Nov 14, 2024 · 1 comment
Labels
feature-request Request for adaptation of existing functionality or new feature

Comments

@gythaogg
Copy link
Contributor

If I search in one or more fields specifically, it would be nice to see these columns added to the table automatically (allowing me to deselect them if I don't need to see them). I think it makes the search results more useful at a glance.

Example:
Search by Profession (multiple options selected)
https://discworld.acdh-ch-dev.oeaw.ac.at/sample_project.person/?columns=id&search=&forename=&surname=&gender=&date_of_birth=&date_of_death=&profession=4&profession=5&profession=6&profession=7&related_entity=&related_property=&changed_since=&submit=Submit
image

This view shows me the Persons whose Profession matches my search criteria but it would be nice if the results automatically added Profession as a column in the list view. Ideally before the "action" columns.

image

@gythaogg gythaogg added feature-request Request for adaptation of existing functionality or new feature needs-design-decision Requires a decision to be made regarding design/implementation labels Nov 14, 2024
@gythaogg gythaogg added the needs-attention This issue or pull request is in need of discussion, information, assessment by team members label Dec 19, 2024
@sennierer
Copy link
Collaborator

sennierer commented Jan 21, 2025

to difficult to implement, but:

  • add a list of filters used to the top of the result set (or highlight filters used)
  • save columns used in filters in session for cookie (so it doesnt get lost on reload)

Image

@sennierer sennierer removed needs-attention This issue or pull request is in need of discussion, information, assessment by team members needs-design-decision Requires a decision to be made regarding design/implementation labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for adaptation of existing functionality or new feature
Projects
None yet
Development

No branches or pull requests

2 participants