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

[DEPR]: Remove enhanced staff grader demo code #2250

Open
1 task
KristinAoki opened this issue Nov 18, 2024 · 0 comments
Open
1 task

[DEPR]: Remove enhanced staff grader demo code #2250

KristinAoki opened this issue Nov 18, 2024 · 0 comments
Labels
depr Proposal for deprecation & removal per OEP-21

Comments

@KristinAoki
Copy link
Member

KristinAoki commented Nov 18, 2024

Proposal Date

2024-11-18

Target Ticket Acceptance Date

2024-12-02

Earliest Open edX Named Release Without This Functionality

Teak - 2025-04

Rationale

This proposal is to support the deprecation of the openresponseassessment.enhanced_staff_grader waffle flag. When the enhanced staff grader is not enabled, the user is shown a link to demo the enhanced staff grader, but they are not able to actually grade their content. After two full releases, it makes sense to remove the demo functionality and default to the enhanced staff grader by default. The legacy version of the staff grader will remain because the current enhanced staff grader is not compatible with team assignments.

Removal

Removal of waffle flag:

Remove references to waffle flag:

Replacement

Update waffle flag references:
https://github.com/openedx/edx-ora2/blob/master/openassessment/templates/legacy/staff_area/oa_staff_area.html#L15-#L23

{% if not team_assignment and enhanced_staff_grader_url %}
   <a href="{{enhanced_staff_grader_url}}" class="ui-staff__button button-enhanced-staff-grader" aria-expanded="false">{% trans "Grade Available Responses" %} <span class="icon fa fa-external-link" aria-hidden="true"></span></a>
{% else %}
    <button class="ui-staff__button button-staff-grading" aria-expanded="false" data-panel="openassessment__staff-grading">{% trans "Grade Available Responses" %}</button>
{% endif %}

Deprecation

No response

Migration

No response

Additional Info

No response

Task List

Tasks

  1. depr
@github-actions github-actions bot added the depr Proposal for deprecation & removal per OEP-21 label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
depr Proposal for deprecation & removal per OEP-21
Projects
Status: Proposed
Development

No branches or pull requests

1 participant