mitodl / teachersportal

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

Refactoring: Move order / orderline into its own app #459

Open justinabrahms opened 8 years ago

justinabrahms commented 8 years ago

We should have better separation of our applications, so TP doesn't end up as a monolith.

I think the cart & purchase flow should live in its own application. OAuth stuff should live in its own application. We should have a single app for courses & modules.

The dependencies shouldn't be difficult from a python side. DB migrations might be harder, but I think it's a worthwhile move.