Skip to content

Add category order data #334

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

Merged
merged 2 commits into from
Apr 2, 2023
Merged

Add category order data #334

merged 2 commits into from
Apr 2, 2023

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Apr 1, 2023

The forum software is configured to show categories in a specific order in the category listings:

https://forum.arduino.cc/categories

Defining the order in this repository allows making efficient proposals for changes to the category order.

The order data is stored in a single file. The alternative would be to define the position value in the individual category metadata, but that approach would require edits to multiple files when proposing a change to the order, which is inconvenient and error-prone.

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Apr 1, 2023
@per1234 per1234 self-assigned this Apr 1, 2023
per1234 added 2 commits April 2, 2023 08:39
The forum software is configured to show categories in a specific order in the category listings. Defining the order in
this repository allows making efficient proposals for changes to the category order.

The order data is stored in a single file. The alternative would be to define the position value in the individual
category metadata, but that approach would require edits to multiple files when proposing a change to the order, which
is inconvenient and error-prone.
@per1234 per1234 force-pushed the category-positions branch from 895d5a6 to 5b38035 Compare April 2, 2023 15:40
@per1234 per1234 merged commit 5d84088 into arduino:main Apr 2, 2023
@per1234 per1234 deleted the category-positions branch April 2, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant