uniqly / ped

0 stars 0 forks source link

Sorting groups should be sorted numerically for groups with same starting letter #13

Open uniqly opened 1 week ago

uniqly commented 1 week ago

Currently when using the sort_g or sg command, groups are sorted alphabetically by name (ie: CS2103-F11-1 comes before CS2103-F2-1).

image.png

However, a user might not feel that this is sorted in a real-life context, one would assume that CS2103-F2-1 comes before CS2103-F11-1 (and not the other way around as 2 comes before 11)