Skip to content

Instantly share code, notes, and snippets.

View awaisdar001's full-sized avatar

Awais Jibran awaisdar001

View GitHub Profile
# Tasks
# Get course apps for a course [read]
# Backfill data for courses [first read call]
# Update a single app in the model.
# Update course apps whenever the course is published.
# Process => How this should work?
# CourseApps API => Update course app
# Course apps should update settings in the *modulestore* which will trigger
# https://docs.google.com/spreadsheets/d/1zR0acdQweKgfu391ZvmKh_UsqxWooDecgYVm0SUpGbw/edit#gid=1228758080
JIRA_SERVER = 'https://openedx.atlassian.net'
TOP_ISSUES_JQL = 'project = "Customer Requests" and team=87 and resolutiondate>={} and resolutiondate <= {}'
MAX_RESULTS = 1000
BUG_LABEL_LIST = [
'a11y',
'assets',
'async-task-tools',
'capa',
'ccx_course',