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

[Element tree] Provide properties for sorting #687

Open
vin0401 opened this issue Jan 14, 2025 · 0 comments · May be fixed by #694
Open

[Element tree] Provide properties for sorting #687

vin0401 opened this issue Jan 14, 2025 · 0 comments · May be fixed by #694
Assignees

Comments

@vin0401
Copy link

vin0401 commented Jan 14, 2025

The tree endpoints should share the information which kind of sorting is currently active for the different folders.
Based on that we can provide users a more suitable experience while dragging / dropping items in the tree.

For the patch endpoint we already have the possibility to set these properties:

"childrenSortBy": "string",    
"childrenSortOrder": "string",

Integrating both of these in the tree endpoint should already be enough for us, to implement different behaviors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants