Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following tools are used in resolving issues in dealing with learner and course issues.

Tool NameDescriptionHow to AccessCode RepoNotes
Ecommerce admin toolAdmin tool for viewing courses, coupons, offersecommerce.edx.org/coursesecommerceUI for each tab currently retrieves all data, should improve this (e.g. search for one partner, etc.).

This tool includes several tabs:




Courses

https://ecommerce.edx.org/courses/
Allows you to edit course type, seats, price, verification deadline.
Couponshttps://ecommerce.edx.org/coupons/
view/edit coupon info, download report (CSV) on coupon usage
Enterprise Couponshttps://ecommerce.edx.org/enterprise/coupons/
same as above, for enterprise coupons
Program Offershttps://ecommerce.edx.org/programs/offers/
view/edit program offers, including start/end dates, discount percentage
Enterprise Offershttps://ecommerce.edx.org/enterprise/offers/
similar to above, but for enterprise offers
Journal Bundle Offershttps://ecommerce.edx.org/journals/offers/
Currently has no data--obsolete?
Student support pageSupport tool for managing student info (certificates, enrollments, entitlements, etc.)courses.edx.org/supportedx-platformdjango app named support.  Should explore the individual tools on this page further.
This tool includes several tabs:


Certificateshttps://courses.edx.org/support/certificates
View/regenerate certificates
Manual Refundhttps://courses.edx.org/support/refund
Issue manual refunds
Enrollmenthttps://courses.edx.org/support/enrollment
View/update enrollments for given student.
Manage Userhttps://courses.edx.org/support/manage_user
Enable/disable login for user account.
Entitlementshttps://courses.edx.org/support/course_entitlement
View/edit/reissue learner entitlements.
Feature Based Enrollmenthttps://courses.edx.org/support/feature_based_enrollments
?


Financial aid suiteView miscellaneous info related to financial aid.
this may be running on someone's laptop (warning)need to chat with Allyson Pyers for more info
There is a python script that populates a SQL database that lives on Allyson Pyers' laptop.  The script takes financial aid requests from zendesk, applies some criteria to approve or disapprove them, and adds them to the database.  The financial aid is provided via coupons that Allyson requests from marketing in blocks.https://github.com/edx/partner-support
Video heal tool (in development)Allow support staff to run heal tool on videos without engineering assistance.
https://github.com/edx/edx-video-pipeline/pull/123/filesNeed to investigate what changes would be needed to make this work.  Also should consider developing as a micro-frontend.

Other Tools (e.g. Django admin pages or 3rd party software)

Tool NameDescriptionHow to AccessCode RepoNotes
LMS AdminMisc stuff–videos, proctoring, credit...courses-internal.edx.org/admin

Discovery AdminView discovery data–courses, runs, seats, etc.prod-edx-discovery.edx.org/admin

Credentials AdminManagement of credentialscredentials.edx.org/admin

Proctoring Review DashboardReview status of proctored examscourses-internal.edx.org/admin/edx_proctoring/proctoredexamsoftwaresecurereview

CoursegraphView course structure in graphical formatcoursegraph.edx.org/browser
outdated and broken (ticket?)
Instructor tabFor particular course, manage users, enrollment, certificates, etc.view course from staff acct
not really internal, course instructors can use this
Ecommerce dashboard (Oscar)View information related to ecommerce transactions, e.g. orders, refunds, customers, etc.ecommerce.edx.org/dashboardecommercedjango generated page
Veda admin toolmonitor processing status, health of pipelineveda.edx.org/adminedx-video-pipelineLogin via firefox only (sad)
FlowerCheck flow of celery tasksveda.edx.org:5555edx-video-pipeline

Ideas for Tools to be Built

...