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

Sorting files and dirs #25

Open
RamZallan opened this issue Sep 18, 2017 · 1 comment
Open

Sorting files and dirs #25

RamZallan opened this issue Sep 18, 2017 · 1 comment

Comments

@RamZallan
Copy link
Member

Preferably: dirs in descending order by creation date, files in ascending order by either creation (not upload) date or by filename (i.e. DCIM01.jpg, DCIM02.jpg).

@liam-middlebrook
Copy link
Member

If we do sort by upload I think there should be a tolerance within which sorting by filename occurs. Because we allow multiple upload workers at once we'll often see that uploads are processed out of order which then makes viewing confusing. So by batching together related files (uploaded within ~1hr by the same user) and sorting those alphabetically we avoid the confusion of out of order viewing.

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

No branches or pull requests

2 participants