dsa-ntc / dsa-planet

Planet RSS aggregator for various Democratic Socialists of America chapters, working groups, and publications.
https://feed.dsausa.org/
GNU General Public License v2.0
6 stars 6 forks source link

Sort planet.ini #17

Closed colinmahns closed 8 months ago

colinmahns commented 1 year ago

There's not an automatic sort in planet.ini and it's no longer in alphabetical order. While it doesn't functionally change the program, it is going to be chaotic when chapters look themselves up.

Not a huge deal for one-offs to sort alphabetically when we insert things but if we get the new site issue to automatically create a PR of the new additions for a webpage, it's going to be difficult to do that ahead of time. An after the fact sorting script can resolve this.

colinmahns commented 1 year ago

In absence of an auto sort, I'm wondering if using comments just to divide up sections might be best. Can insert a "unsorted" area at the bottom to handle any new or auto-imports

colinmahns commented 1 year ago

Did an initial commit for this to just break out national, working groups, and chapters. can sort it further but wanted to get the initial one done