-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add CfP tags #1295
Add CfP tags #1295
Conversation
see #678 |
d15eb87
to
08756d2
Compare
I've tried (very lazily) to tame the proposal update form by putting the whole thing into an accordion. It's really shitty UI but it at least means you can navigate a little quicker. Might be possible to improve it by replacing the heading with summary of any set values in the section but that's a bit more than I feel like implementing right now. @Jonty any thoughts as you're one of the folks who have interacted with this a lot? |
Mostly for tracking which tags have what
We want the cfp tags to be relatively limited so it (should) be fine to manage them via CLI. If need-be a management page can be added but I'd like to avoid that for the time being as hopefully they'll be a one-and-done set up. It's a separate command but I've also hooked it into the `dev data` command just to make sure there's something there.
Thanks @marksteward |
This adds tags to the CfP.
Currently they're added via a basic text box in the cfp admin update-proposal view.
Later PRs will add some nicer auto-complete/suggest functionality as well as view-by/filter-by tag tech.