-
Notifications
You must be signed in to change notification settings - Fork 9
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
Categorize messages in dropdown menu #195
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also variables
is for strings that can be referenced in messages. I think it'd make more sense to put categories
at the top level instead of as a child of variables
.
I've made a change to allow undefined categories. It changes a bunch of things, including ordering categories alphabetically instead of in order of appearance. Please let me know if you'd like me to revert this change! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! To me these changes look fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reapproving as I approved early :P
The change
Categories! I've added categories for duplicates, invalids, ARs, panels/notices, and miscellaneous items. Here's a sample.
Feedback is, of course, welcome, for both the code changes and the categories. This implements #97. Thank you! :)
How this affects future messages
This change requires a category field in every message definition. Additional categories can be configured within the
categories
section.