Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enh: Order packages by oldest to newest?? #57

Open
lwasser opened this issue Aug 20, 2023 · 0 comments
Open

Enh: Order packages by oldest to newest?? #57

lwasser opened this issue Aug 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lwasser
Copy link
Member

lwasser commented Aug 20, 2023

This is a double edged sword but the diff on packages.yml and contribs. yml in the pyopensci.github.io repo are difficult to parse because if new packages end up at the top - then the file has changed all the way down making it difficult to see what really has changed in the update.

For packages the fix is easy - sort by date-accepted which will never change. i think we could likely create a serialization output step to implement this easily.

For new people it's a bit trickier. Perhaps when add_new is run, we can add a boolean flag (new=True) and sort that way? this one needs to be thought through a bit more. it's hard to really understand when a user was added as the all-contribs bot doesn't add a date .

@willingc willingc added the enhancement New feature or request label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants