We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the settings are controlled by the following keys in the registry:
pycontw-2020.proposals.creatable
pycontw-2020.proposals.editable
pycontw-2020.proposals.withdrawable
pycontw-2020.reviews.stage
pycontw-2020.reviews.visible.to.submitters
pycontw-2020.proposals.disable.after
Create a new tab in dashboard (My PyCon) for superuser with a form holding these controls. Also include a quick preset switch according to the stages described in https://github.com/pycontw/pycon.tw/blob/master/src/reviews/README.md
The text was updated successfully, but these errors were encountered:
alice6373
No branches or pull requests
Currently the settings are controlled by the following keys in the registry:
pycontw-2020.proposals.creatable
(bool)pycontw-2020.proposals.editable
(bool)pycontw-2020.proposals.withdrawable
(bool)pycontw-2020.reviews.stage
(int)pycontw-2020.reviews.visible.to.submitters
(bool)pycontw-2020.proposals.disable.after
(datetime with timezone, %Y-%m-%d %H:%M:%S%z)Create a new tab in dashboard (My PyCon) for superuser with a form holding these controls.
Also include a quick preset switch according to the stages described in https://github.com/pycontw/pycon.tw/blob/master/src/reviews/README.md
The text was updated successfully, but these errors were encountered: