beyarkay / eskom-calendar

Get your loadshedding schedule in your calendar and never be left in the dark! Open-source, up-to-date, and developer friendly.
https://eskomcalendar.co.za
GNU General Public License v3.0
190 stars 35 forks source link

Sort numeric strings (like "CPT 10") numerically, not alphabetically #236

Closed LucHayward closed 1 year ago

LucHayward commented 1 year ago

Sorting in the area selection is sorting based on strings without accounting for the numbers on the end.

eg: Cape Town 1 Cape Town 10 Cape Town 11 ... Cape Town 2

Could potentially fix this by sorting twice (once on the first half and then again on the numbers)

LucHayward commented 1 year ago

Proposed fix in https://github.com/beyarkay/beyarkay.github.io/pull/10