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

update show_student_extensions api to DRF #35330

Closed
Tracked by #35057
awais786 opened this issue Aug 20, 2024 · 0 comments
Closed
Tracked by #35057

update show_student_extensions api to DRF #35330

awais786 opened this issue Aug 20, 2024 · 0 comments
Assignees

Comments

@awais786
Copy link
Contributor

awais786 commented Aug 20, 2024

Verify via postman

1: Try this URL in postman
2: form-data: pass ket as student: admin or your student user name.

expected result

{
    "header": [
        "Unit",
        "Extended Due Date"
    ],
    "title": "Due date extensions for abc qdd (admin)",
    "data": [
        {
            "Unit": "intro to testing",
            "Extended Due Date": "2024-08-31 13:07"
        }
    ]
}

--

Verify via instructor Dashboard

  1. Try this URL
  2. pass student user name.

expected result

Screenshot 2024-08-20 at 6 42 49 PM
@awais786 awais786 self-assigned this Aug 20, 2024
@awais786 awais786 changed the title show_student_extensions api to DRF update show_student_extensions api to DRF Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant