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

make all fields in frontend sortable #60

Open
kaggl opened this issue Feb 26, 2024 · 0 comments
Open

make all fields in frontend sortable #60

kaggl opened this issue Feb 26, 2024 · 0 comments
Labels
frontend-related taks relating to nuxt-frontend

Comments

@kaggl
Copy link

kaggl commented Feb 26, 2024

The following fields are used in the frontend search table right now:

courts: "name", "main_owner.name", "start", "end", "kategorie"
events: "name", "start", "end", "kind" (there may be more coming eventually)
institutions: "name", "start", "end"
persons: "name", "first_name", "alternativenames", "functions", "institutions"
places: "name", "kind"
realtions: "source_kind", "source.name", "relation_type", "target.name", "target_kind"

these fields should all be sortable

additionally, alle "ampel" fields should be sortable too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend-related taks relating to nuxt-frontend
Projects
None yet
Development

No branches or pull requests

2 participants