Sort memos by updatedTs
Is your feature request related to a problem?
I'm sure this is necessary for some users.
Describe the solution you'd like
It is expected to select the sorting way directly on the home page.
There is no good implementation for now. I think it depends on the query API on the backend.
Additional context
No response
I need this feature too! Thanks a lot.
Would like to work on this. Please assign !
Im thinking of giving this as a preference to the user. They can upsert remote setting in the preferences page and in the backend, the list memos endpoint can return memos either in sorted or unsorted way based on the preference. Please let me know if this approach is fine to work on.
or probably a better option would be to keep the preference locally and use a query param for sorting in the MemoFind object.
In fact, it was implemented in the old versions, you can refer to it.
may i know which issue/commit/PR to refer to for this ?
#312
Just for reference, feel free to try by yourself.
should i implement the sorting logic in the frontend or in the backend ?