redbadger / pride-london-app

Pride in London mobile app
MIT License
85 stars 22 forks source link

Events that have the same start times aren't listed alphabetically #109

Open declanslevin opened 6 years ago

declanslevin commented 6 years ago

In the Design ACs for https://trello.com/c/IGh75gdr/123-ui-events-listing-view-all-events it states:

If two or more events start at the same time, then those events are ordered alphabetically

This isn’t the case in the app, the order is determined in a way that appears a bit random (in that it is different on different devices). For example see the events for 15th June. On the following devices they are listed as follows:

Logging this as an issue so I can close the Trello card.

kristofhamilton commented 6 years ago

This isn't high priority but would be next on the list of things to fix for me.

RGBboy commented 6 years ago

This can caused reordering to happen on the event list screen when saving events. If we do tackle this ticket we should order first by start time, then by title then by id just to ensure a consistent order, always.