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

Allow users to sort manually the documents on the left sidebar #48

Open
jurra opened this issue Dec 4, 2020 · 0 comments
Open

Allow users to sort manually the documents on the left sidebar #48

jurra opened this issue Dec 4, 2020 · 0 comments
Labels

Comments

@jurra
Copy link
Member

jurra commented Dec 4, 2020

Solution

Use the dragging solutions available in vue, and organize the html list of documents, listen this and set new state of documents.

The filesystem should then prepend the ids of the documents and use those values to set the order of documents in the state based on the file name.

If there are no numbers in the documents because the user touched and modified the filename, then provide a default solution for such exception.

@jurra jurra added the feature label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant