xwikisas / application-meeting

Application to handle meetings
0 stars 7 forks source link

The default sort of the meetings on the homepage of the application should be by time of the meeting, descending #36

Closed lucaa closed 5 years ago

lucaa commented 6 years ago

Currently, in the livetable on the homepage of the meetings app the meetings are sorted alphabetically by title. While it's a possible sort that can make sense in some situations, there is a sorting criteria that is more probable than this one: by the date of the meeting, most recent meeting first. Thus, I propose to change the default sort, while, of course, leaving to the user the option to re-sort by whatever criteria they want.

acotiuga commented 5 years ago

@lucaa I applied for this isssue the quick fix of sorting the issues by the startDate, desc, as I understood from the title. However, the there is a sorting criteria that is more probable than this one: by the date of the meeting, most recent meeting first. statement makes me things that the chosen solution might not be the best. Talking about most recent meetings could mean that tomorrow's meetings are equals to yesterday's meetings in therms of most recent so this kind of sorting would have today's meetings as top results and then past and future meetings will alternate. Is the current solution OK for this issue? Thanks! Would you still consider #41 valid?

lucaa commented 3 years ago

@acotiuga see my comment on #41 .

The solution that was implemented for this ticket is fine with me (reverse chronological order of the start dates) , but it appears to have been partially reverted for #41... Let's continue the conversation on #41 about what should "most recent" mean.