- 12 Oct, 2017 1 commit
-
-
John Eskew committed
-
- 06 Oct, 2016 1 commit
-
-
John Eskew committed
-
- 12 May, 2016 1 commit
-
-
ECOM-4379
Clinton Blackburn committed
-
- 22 Mar, 2016 1 commit
-
-
ECOM-2931
Awais committed
-
- 25 Nov, 2015 1 commit
-
-
There is no need for a separate migration for the validation. Updated the regex in the initial migration to appease Django. ECOM-2609
Clinton Blackburn committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 27 Jul, 2015 1 commit
-
-
Awais committed
-
- 22 Jul, 2015 1 commit
-
-
ECOM-1796 ECOM-1525
Ahsan Ulhaq committed
-
- 09 Jul, 2015 1 commit
-
-
ECOM-1842
zubair-arbi committed
-
- 08 Jul, 2015 2 commits
-
-
Adds the "order" field that was introduced in 0011 to the "models" dictionary of migrations 0012 and 0013 so South knows that the field should exist after 0011 is run.
Will Daly committed -
add 'fulfillment_instructions' for 'CreditProvider' model + add api method to get credit provider data ECOM-1815
zubair-arbi committed
-
- 06 Jul, 2015 1 commit
-
-
Adds the "order" field that was introduced in 0011 to the "models" dictionary of migrations 0012 and 0013 so South knows that the field should exist after 0011 is run.
Will Daly committed
-
- 02 Jul, 2015 1 commit
-
-
* Remove m2m relation between credit course and credit providers. * Separate eligibility and provider APIs into different modules. * Add API call for retrieving a user's eligibilities. * Cache credit course list. * Style the dashboard purchase button. * Display a link for the credit provider on the dashboard. * Add analytics events for clicks on the purchase button. * Expose more credit models to Django admin and add search functionality.
Will Daly committed
-
- 01 Jul, 2015 1 commit
-
-
Displayed eligibility line items on the Progress page of a Credit course in the order of appearance in the courseware. ECOM-1782
Ahsan Ulhaq committed
-
- 24 Jun, 2015 2 commits
-
-
* Update credit eligibility when a user satisfies an eligibility requirement. * Refactor set_credit_requirement_status arguments. * Use django-simple-history to track requirement status changes. * Refactor progress page by moving credit into a helper function and adding comments.
Will Daly committed -
aamir-khan committed
-
- 22 Jun, 2015 1 commit
-
-
Will Daly committed
-
- 11 Jun, 2015 1 commit
-
-
* Add end-point for initiating a request for credit from a provider. * Add an end-point for a provider to update the status of a request (approved / denied).
Will Daly committed
-
- 08 Jun, 2015 1 commit
-
-
* Add Python API functions for creating and updating requests for credit. * Add Django models and migrations for tracking credit requests and status.
Will Daly committed
-
- 05 Jun, 2015 1 commit
-
-
Update credit Provider model and register in admin ECOM-1555
Ahsan Ulhaq committed
-
- 03 Jun, 2015 1 commit
-
-
zubair-arbi committed
-
- 02 Jun, 2015 1 commit
-
-
* Add "reason" JSON-encoded field to CreditRequirementStatus. * Add a "failed" status to CreditRequirementStatus.status choices.
Will Daly committed
-
- 29 May, 2015 1 commit
-
-
The CreditRequirement "configuration" field was renamed in Django code without updating the migration. This commit adds a second migration to delete the incorrect field and add a new field. The credit feature is currently disabled in production, so the model isn't currently used by application code.
Will Daly committed
-
- 20 May, 2015 1 commit
-
-
Awais committed
-