Renzo Lucioni
d330831871
Improve logging of ecommerce interactions
...
Adds standardized audit logging for checkout and enrollment change requests. XCOM-427.
2015-06-30 17:34:16 -04:00
Will Daly
75d194e279
Update credit eligibility
...
* 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.
2015-06-24 15:19:27 -07:00
Will Daly
8c52c92bcb
Reverification iOS support and refactor
...
* Delete reverification templates
* Delete photocapture.js
* Delete unused "name change" end-points
* Rebuild the reverification views using Backbone sub-views
* Stop passing template names to the JavaScript code
* Avoid hard-coding the parent view ID in the webcam view (for getting the capture click sound URL)
2015-06-22 08:45:12 -07:00
Ahsan Ulhaq
7d11768358
update the ICRV requirments status
...
After receiving the response from software secure update the ICRV
requirement status in CreditRequirementstatus table.
ECOM-1602
2015-06-16 22:27:54 +05:00
Will Daly
69306da49a
Remove unused code left over from ECOM-188.
2015-06-10 13:08:23 -04:00
Awais
424e1f5b3c
ECOM-1572 implementing code to new branch.
2015-06-08 23:23:23 +05:00
Ahsan Ulhaq
689b9c2d8e
No indication the photo was taken
...
No indication that photo is captured on verify photo page
ECOM-1473
2015-06-02 12:41:51 +05:00
zubair-arbi
803bc5532d
use reverification xblock location as an identifier of reverification checkpoint
...
ECOM-1612
2015-06-01 19:33:04 +05:00
Awais
d0df626685
ECOM-1494 removing code from models.
2015-05-27 16:32:26 +05:00
aamir-khan
a975b8384c
ECOM-1476: sending email on software secure response initial work
2015-05-07 18:56:49 +05:00
jsa
cc1c7d5012
fix ecommerce api calls in verify_student and update tests.
...
XCOM-287
2015-05-06 23:44:25 -04:00
Clinton Blackburn
5e68753101
Deprecated Verify Later Page
...
We are moving toward a single workflow for verification.
2015-05-05 16:42:27 -04:00
Clinton Blackburn
1a1fe56b29
Added Oscar-Compatible Receipt Page
2015-05-02 00:18:05 -04:00
zubair-arbi
da94aca522
add location_id field for the Reverification XBlock in VerificationStatus model
...
ECOM-1477
2015-04-29 18:41:30 +05:00
jsa
efde11d552
Use ecommerce api v2.
...
XCOM-213 XCOM-214
2015-04-27 16:57:17 -04:00
Will Daly
960ec06fb4
Merge pull request #7775 from edx/will/verification-logging
...
Add logging for verification and reverification.
2015-04-27 08:56:17 -04:00
Will Daly
643fc0e0b3
Add logging for verification and reverification.
...
Adds additional logging for the initial/re-verification flows.
This should make it easier to understand the behavior of
the production system and provide a way to identify issues early.
2015-04-27 08:04:41 -04:00
aamir-khan
d606ae97fb
ECOM-1396: added the function to check is the xblock published
2015-04-22 19:23:33 +05:00
Aamir
a83d068600
Merge pull request #7617 from edx/aamir-khan/ECOM-1290-redirect-to-courseware-new
...
ECOM-1290: added the redirection back to courseware after re-verificatio...
2015-04-10 20:53:45 +05:00
aamir-khan
ca08b979b3
ECOM-1290: added the redirection back to courseware after re-verification
2015-04-10 19:44:35 +05:00
zubair-arbi
2c10eeb3aa
update track selection page, use only min price for course modes
...
ECOM-1228
2015-04-10 11:53:31 +05:00
Awais
1d8b0e3e89
ECOM-1205-adding models and tests
2015-04-02 14:55:41 +05:00
Clinton Blackburn
306a267de7
Updated create_order endpoint to use E-Commerce API for order creation and enrollment
...
This functionality is activated by adding a SKU to a non-honor course mode. When the feature is activated, verified orders will be created by the E-Commerce Service instead of LMS. After payment, the E-Commerce Service will also create the enrollment.
2015-03-20 14:53:23 -04:00
Andy Armstrong
6976a33a85
Add the preferences endpoint to the User API
...
TNL-1493
See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
2015-03-16 23:34:35 -04:00
Awais
4bab316bb9
ECOM-911 no-id-professional mode registration flow
2015-03-13 10:03:05 +00:00
aamir-khan
1512c0609e
ECOM-1177: Removed the session variable on pay_and_verify view
2015-03-12 16:40:02 +05:00
cahrens
e30ea5c08b
Switch to api directory and improve error handling.
2015-03-09 12:51:43 -04:00
cahrens
c8a20df210
Combine account and profile into same API.
2015-03-05 16:13:49 -05:00
cahrens
450d9e37db
Limit PATCH to own user information.
2015-03-05 13:30:45 -05:00
Andy Armstrong
dfe0057b79
Implement profile API
...
TNL-1491
See the API design here:
https://openedx.atlassian.net/wiki/display/TNL/User+API
2015-03-02 16:28:52 -05:00
cahrens
3ed31c2b1b
Add name change and email change support to accounts API.
...
Name change is immediate, email change is multi-step.
2015-02-27 16:35:05 -05:00
Will Daly
e609f982d7
Country Access: block enrollment
...
Block users from enrolling in a course if the user
is blocked by country access rules.
1) Enrollment via the login/registration page.
2) Enrollment from the marketing iframe (via student.views.change_enrollment)
3) Enrollment using 100% redeem codes.
4) Enrollment via upgrade.
This does NOT cover enrollment through third party authentication,
which is sufficiently complex to deserve its own commit.
2015-02-10 13:07:51 -05:00
Will Daly
b22b0a35be
Merge pull request #6924 from edx/will/ECOM-1045
...
ECOM-1045: Add messaging for when students miss the verification deadline
2015-02-09 10:02:19 -05:00
Will Daly
0da4b13f25
Add messaging for when students miss the verification deadline
...
Show ordinary receipt unless the student is in the payment flow.
2015-02-08 14:35:11 -05:00
Omar Al-Ithawi
4e733c6e1f
Unicode fixes for log messages and other things
2015-02-04 09:55:44 +02:00
Renzo Lucioni
80589eab36
Remove old payment and verification flow
...
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
2015-01-29 10:56:25 -05:00
AlasdairSwan
23da87f078
Merge pull request #6414 from edx/alasdair/decoupled-verified-state-copy-cleanup
...
ECOM-811 design and layout changes
2014-12-31 14:40:15 -05:00
Will Daly
400efdf153
Merge pull request #6421 from edx/will/ecom-850
...
Set attempting_upgrade session flag in the new payment flow
2014-12-31 11:04:28 -08:00
Will Daly
c15adf9cd9
Set attempting_upgrade session flag in the new payment flow
2014-12-31 13:11:34 -05:00
AlasdairSwan
686905d9a2
ECOM-811 design and layout changes
...
Copy clean up
2014-12-31 12:07:35 -05:00
Will Daly
a90f7ab1bf
Enter the new verification / payment flow using a GET param
...
Allow disabling of experiment
2014-12-30 13:36:25 -08:00
AlasdairSwan
8eb484c109
ECOM-811 design and layout changes
2014-12-30 06:53:59 -08:00
Will Daly
d3459be05a
Add Jasmine tests for the payment/verification flow.
2014-12-22 13:25:49 -05:00
Stephen Sanchez
9bd1f3a8d7
Merge pull request #6327 from edx/sanchez/logging-verified-split
...
Adding a number of logging messages for verification process.
2014-12-22 10:49:29 -05:00
Awais Qureshi
cf83a3cc2c
Merge pull request #6323 from edx/awais786/ECOM-759
...
ECOM-759 if course is none return 404 error code.
2014-12-22 20:39:35 +05:00
Awais
9d9f0c2f75
ECOM-759 if course is none return 404 error code.
2014-12-22 14:48:32 +05:00
stephensanchez
33f62685a8
Adding a number of logging messages for verification process.
2014-12-19 20:43:49 +00:00
Renzo Lucioni
988785545e
Merge pull request #6311 from edx/renzo/photo-submission-confirmation-email
...
Send confirmation email on successful photo submission
2014-12-19 09:51:54 -05:00
Renzo Lucioni
1e4f890120
Send confirmation email on successful photo submission
2014-12-18 18:27:05 -05:00
Will Daly
5109a862e0
Preserve the contribution amount specified on the track selection page.
2014-12-17 15:35:31 -05:00