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 list_background_email_tasks to DRF #35283

Open
Tracked by #35057
awais786 opened this issue Aug 9, 2024 · 0 comments
Open
Tracked by #35057

update list_background_email_tasks to DRF #35283

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

Comments

@awais786
Copy link
Contributor

awais786 commented Aug 9, 2024

existing code

Postman URL

{
  "tasks": [
    {
      "task_type": "bulk_course_email",
      "task_input": "{\"email_id\": 3, \"to_option\": [\"myself\"]}",
      "task_id": "22d37e27-976f-4de1-8c64-47218fadfce7",
      "requester": "admin",
      "task_state": "SUCCESS",
      "created": "2024-07-31T07:24:08.246044+00:00",
      "duration_sec": 0,
      "status": "Complete",
      "task_message": "Message successfully emailed for 1 recipients"
    },
    {
      "task_type": "bulk_course_email",
      "task_input": "{\"email_id\": 2, \"to_option\": [\"myself\"]}",
      "task_id": "37cd0989-aa6a-4503-8c7d-02abc478e6c7",
      "requester": "admin",
      "task_state": "SUCCESS",
      "created": "2024-07-31T07:20:30.308007+00:00",
      "duration_sec": 0,
      "status": "Complete",
      "task_message": "Message successfully emailed for 1 recipients"
    }
  ]
}

end to end testing

  1. Go to instructor page and then email tabe here ( use your course id )
  2. Click on To use the email tool, visit the new experience.
  3. Click on show email task history
Screenshot 2024-08-09 at 5 50 37 PM
@awais786 awais786 changed the title List_background_email_tasks update list_background_email_tasks to DRF Aug 23, 2024
@awais786 awais786 self-assigned this Oct 10, 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