-
Notifications
You must be signed in to change notification settings - Fork 81
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
Aggregated tags in probset #466
base: master
Are you sure you want to change the base?
Conversation
… be adjusted later.
…. Adjust script to show them inline.
I have a couple of things I have yet to implement and would appreciate feedback on - I'd like to make the maximum amount of proposed tags displayed for any given problem to be configurable, as well as the minimum amount of proposals for any given tag to be displayed as a proposed tag. How should I go about implementing such configurability? Should these just be constants in |
How about the way the proposed tags are displayed? Should they appear with or without their amounts? |
Should the displaying of these proposed tags be configurable in settings? As in, should there be a constant boolean value in Right now the option is available by default if tags are shown in the probset. Maybe I should make the appearance of this option contingent on the ability of users to submit tag proposals after solving tasks? |
And finally, what sorts of tests should I add for this feature? |
…er performance of feature.
…amount of proposals for a given tag to be considered to show.
Resolves #459.