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

Preserve user's category/section ordering #70

Closed
njsmith opened this issue Aug 7, 2017 · 0 comments
Closed

Preserve user's category/section ordering #70

njsmith opened this issue Aug 7, 2017 · 0 comments

Comments

@njsmith
Copy link
Contributor

njsmith commented Aug 7, 2017

Right now the config reading code carefully uses OrderedDicts to preserve the user's section and category ordering. Later, we throw this away, and sort them alphabetically.

I want features to come before bugfixes. It's not my fault that "f" comes after "b". Please don't make me call them addedfeatures or something ridiculous like that.

I think all this would take is replacing all the dicts in render_fragments with OrderedDicts, and then dropping the dictsorts from the template. I'd do it myself, but it'd create even more conflicts with my outstanding PRs... (please merge my PRs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant