Closed dannysu closed 7 years ago
Seems reasonable.
We don't update the date on each note when we modify a note. Shouldn't the notes be listed by updated date by default? So the top of the list is always the most recently updated note or created note
Well when we save a note, we merge the response of saved_items, which updates the modified date.
Notes are currently sorted by the date they were created. On Web, user can choose between sorting by most recently updated OR newly created.
I haven't yet thought of the UI for this, but I'm thinking two options:
What are the use cases for sorting by date created? The current sort means that notes remain in the order in which they were created, with new notes added to the top of the list.
I can think of a couple use cases for sorting by date updated by default:
The reason why I ask is it looks like a one-line change to the NSSortDescriptor()
function would make it sort by date updated. Which I can happily propose in a pull request if you agree with my reasoning.
Let's see how this does: https://twitter.com/StandardNotes/status/858081402277031936
ac15766d5527cc75eb0160ccad2314912ada1790
Submitted to App Store.
Would love to have a "Sort by date updated" on the iOS app just like the desktop app. Seems like a non-intrusive addition that still keeps the app minimal, but usable. Thanks!