mtotschnig / MyExpenses

GPL licenced Android Expense Tracking App
http://www.myexpenses.mobi/
GNU General Public License v3.0
848 stars 222 forks source link

Budget list should be sortable #1484

Closed mtotschnig closed 3 weeks ago

mtotschnig commented 7 months ago

Group by recurrence, account Order by title, ~allocation, spent, remainder~

vhuszaroakley commented 6 months ago

👍 I've been adding letters and numbers to the start of my templates and plans to get them organised how I like, do you think we could get app wide custom sorting or grouping for most places it would be needed.

mtotschnig commented 3 weeks ago

@vhuszaroakley Thank you for the suggestion. I am open to create a ticket for custom sorting of templates. Two questions:

  1. The two available options of sorting by frequency and last time of usage are supposed to adapt the list dynamically to how it is used. Could you explain why these two options would not work for you?
  2. At what other places do you think custom sorting would be valuable?
mtotschnig commented 3 weeks ago

I abandoned the idea of allowing to sort by numbers, because this would require to load spent amounts for the whole list in advance, which would be expensive in terms of performance and lead to less responsive UI.