Skip to content
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

Categories are difficult to configure #164

Closed
lainets opened this issue Jun 7, 2023 · 1 comment · Fixed by #166
Closed

Categories are difficult to configure #164

lainets opened this issue Jun 7, 2023 · 1 comment · Fixed by #166
Assignees
Labels
area: config Course configuration effort: hours The issue seems to be small and should be doable in hours or few days. requester: internal type: feature New feature or change to a feature

Comments

@lainets
Copy link
Contributor

lainets commented Jun 7, 2023

Categories cannot be configured easily. E.g. setting accept_unofficial_submits is difficult. append_content in conf.py can be used but it is a bit cumbersome.

@markkuriekkinen
Copy link
Contributor

append_content example:
File conf.py:

append_content = [
    '_config_aplus/categories.yaml',
]

File _config_aplus/categories.yaml:

categories:
  submit:
    accept_unofficial_submits: True
    status: nototal
  feedback:
    accept_unofficial_submits: True
    confirm_the_level: True

@lainets lainets added type: feature New feature or change to a feature area: config Course configuration effort: hours The issue seems to be small and should be doable in hours or few days. requester: internal labels Jun 7, 2023
@lainets lainets self-assigned this Jun 8, 2023
lainets added a commit to lainets/a-plus-rst-tools that referenced this issue Jun 8, 2023
@markkuriekkinen markkuriekkinen moved this to Under review in A+ sprints Jun 9, 2023
@markkuriekkinen markkuriekkinen added this to the June 2023 release milestone Jun 12, 2023
lainets added a commit to lainets/a-plus-rst-tools that referenced this issue Jun 13, 2023
@github-project-automation github-project-automation bot moved this from Under review to Done in A+ sprints Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: config Course configuration effort: hours The issue seems to be small and should be doable in hours or few days. requester: internal type: feature New feature or change to a feature
Projects
Status: Done
2 participants