mitodl / teachersportal

MIT ODL Teacher's Portal
0 stars 0 forks source link

Manual fulfillment #441

Closed justinabrahms closed 8 years ago

justinabrahms commented 8 years ago

What are the relevant tickets?

Fixes #440

What's this PR do?

Adds a backend admin interface to create CCXs via CCXCon on edx.

Where should the reviewer start?

admin.py.

How should this be manually tested?

Any background context you want to provide?

This relies on https://github.com/mitodl/ccxcon/pull/152

create_ccx.py was pulled from ccxcon.

Screenshots (if appropriate)

Edit view. purchase-order-admin When you hit save, you get this view. purchase-order-read-only

What GIF best describes this PR or how it makes you feel?

noisecapella commented 8 years ago

Functionality looks good

justinabrahms commented 8 years ago

Next sprint, I'll refactor this to use a ccxcon api client (depending on if we keep ccxcon or not).

justinabrahms commented 8 years ago

I've pulled out the ccxcon api into its own class.

noisecapella commented 8 years ago

Sorry for the delay, I'll get back to this soon

justinabrahms commented 8 years ago

Updated.

noisecapella commented 8 years ago

Looks good :+1: