linagora / twake-drive

The open-source alternative to Google Drive.
GNU Affero General Public License v3.0
46 stars 14 forks source link

[Improvement] Files to be sorted chronologically #497

Open tprudentova opened 2 months ago

tprudentova commented 2 months ago

Current behaviour: files are sorted in alphabetical order Desired behaviour: files are sorted in chronological order

shepilov commented 1 month ago

@tprudentova we need a user story and design to change this UX, to change the sort order etc ...

tprudentova commented 1 month ago

Goal of the feature

As a user, I want to view files in chronological order

User story

Items in all parts of the drive are sorted by time of last modification (newest to oldest).

I first see all the folders sorted chronologically, then all the files sorted chronologically.

The actions considered as modifications are:

If no modifications have ever been made to a file/folder, the last modification date/time is the date/time of the upload.

Screenshot 2024-05-14 at 11 26 49

Acceptance criteria

  1. My files are sorted by last modification date in all parts of the drive
  2. The sorting order is descending (newest at the top)
  3. I first see all the folders sorted chronologically, then all the files sorted chronologically