rokwire / illinois-app

Source code repository of "Illinois" App - the official mobile app of the University of Illinois.
https://app.illinois.edu/
Apache License 2.0
23 stars 21 forks source link

[BUG] Campus Reminders Are Not in Chronological Order #4209

Closed bstandard closed 4 months ago

bstandard commented 4 months ago

Describe the bug Campus reminders are not in chronological order. Some items appear to be randomly placed.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Academics > Campus Reminders'
  2. Scroll the list to see items out of place
  3. As of July 5, the first three items are from August 30, July 8, and July 12
  4. As of July 5, the last three items are from December 24, December 25, and October 26

Expected behavior Items should be in chronological order as on a calendar.

These checks were done:

  1. The date field of each incorrectly placed item was checked. All seem correct.
  2. The date fields of some surrounding items was checked. All seem correct.
  3. Items out of place were deleted and new items were added. Sometimes the new items appeared in different spots in the list but not the correct spots in the chronology.
  4. The content_id fields for some items were changed. That had no effect on the sorting.

The screenshots show a few examples. campus-reminders1 campus-reminders2 campus-reminders3

Smartphone:

@vburgett

mihail-varbanov commented 4 months ago

This should be fixed in 6.0.22.

bstandard commented 4 months ago

Confirmed fixed in 6.0.22. Thanks.