This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
category_id | category_name | parent_name | parent_id | |
---|---|---|---|---|
1 | All | |||
3 | Expenses | All | 1 | |
2 | Saleable | All | 1 | |
12580 | New Cat | All | 1 | |
12585 | test 1 | All | 1 | |
12572 | test category 2 | All | 1 | |
12571 | test category 2 | All | 1 | |
12579 | Awais J.R. root 8th july | |||
12506 | Department |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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', |