From 45adddb57398fa70a32dafaee20002cbe51f9ef6 Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 21 Jun 2024 18:29:41 +0000 Subject: [PATCH] Update documentation --- .buildinfo | 4 + .doctrees/authentication.doctree | Bin 0 -> 3423 bytes .../check_program_requirements.doctree | Bin 0 -> 7485 bytes .doctrees/commands/configure_instance.doctree | Bin 0 -> 12047 bytes .doctrees/commands/configure_tiers.doctree | Bin 0 -> 21375 bytes .doctrees/commands/create_courseware.doctree | Bin 0 -> 19688 bytes .../commands/create_courseware_page.doctree | Bin 0 -> 5026 bytes .doctrees/commands/create_product.doctree | Bin 0 -> 5832 bytes .doctrees/commands/create_user.doctree | Bin 0 -> 6300 bytes .../commands/generate_discount_code.doctree | Bin 0 -> 14154 bytes .doctrees/commands/import_courserun.doctree | Bin 0 -> 16534 bytes .doctrees/commands/index.doctree | Bin 0 -> 4348 bytes .../commands/refund_fulfilled_order.doctree | Bin 0 -> 6772 bytes .../regenerate_edx_auth_tokens.doctree | Bin 0 -> 5543 bytes .../commands/resolve_pending_order.doctree | Bin 0 -> 5354 bytes .doctrees/configuration/ecommerce.doctree | Bin 0 -> 26358 bytes .doctrees/configuration/hubspot.doctree | Bin 0 -> 3942 bytes .doctrees/configuration/index.doctree | Bin 0 -> 2908 bytes .doctrees/configuration/open_edx.doctree | Bin 0 -> 56239 bytes .doctrees/configuration/quickstart.doctree | Bin 0 -> 27710 bytes .doctrees/configuration/tutor.doctree | Bin 0 -> 72408 bytes .doctrees/configuration/uwsgi_tuning.doctree | Bin 0 -> 14422 bytes .doctrees/ecommerce/flexible_pricing.doctree | Bin 0 -> 17261 bytes .doctrees/ecommerce/index.doctree | Bin 0 -> 2858 bytes .doctrees/ecommerce/overview.doctree | Bin 0 -> 7978 bytes .doctrees/ecommerce/subsystems/basket.doctree | Bin 0 -> 5697 bytes .../ecommerce/subsystems/discount.doctree | Bin 0 -> 13076 bytes .doctrees/ecommerce/subsystems/index.doctree | Bin 0 -> 3006 bytes .doctrees/ecommerce/subsystems/order.doctree | Bin 0 -> 4909 bytes .../ecommerce/subsystems/payment.doctree | Bin 0 -> 3441 bytes .../ecommerce/subsystems/product.doctree | Bin 0 -> 6117 bytes .../ecommerce/subsystems/reporting.doctree | Bin 0 -> 5761 bytes .doctrees/environment.pickle | Bin 0 -> 539979 bytes .doctrees/index.doctree | Bin 0 -> 4817 bytes .nojekyll | 0 _sources/authentication.rst.txt | 4 + .../check_program_requirements.rst.txt | 22 + _sources/commands/configure_instance.rst.txt | 23 + _sources/commands/configure_tiers.rst.txt | 86 ++ _sources/commands/create_courseware.rst.txt | 60 + .../commands/create_courseware_page.rst.txt | 17 + _sources/commands/create_product.rst.txt | 19 + _sources/commands/create_user.rst.txt | 20 + .../commands/generate_discount_code.rst.txt | 51 + _sources/commands/import_courserun.rst.txt | 56 + _sources/commands/index.rst.txt | 22 + .../commands/refund_fulfilled_order.rst.txt | 21 + .../regenerate_edx_auth_tokens.rst.txt | 16 + .../commands/resolve_pending_order.rst.txt | 17 + _sources/configuration/ecommerce.rst.txt | 77 ++ _sources/configuration/hubspot.rst.txt | 9 + _sources/configuration/index.rst.txt | 10 + _sources/configuration/open_edx.rst.txt | 213 +++ _sources/configuration/quickstart.rst.txt | 81 ++ _sources/configuration/tutor.rst.txt | 219 +++ _sources/configuration/uwsgi_tuning.rst.txt | 68 + _sources/ecommerce/flexible_pricing.rst.txt | 52 + _sources/ecommerce/index.rst.txt | 9 + _sources/ecommerce/overview.rst.txt | 31 + _sources/ecommerce/subsystems/basket.rst.txt | 30 + .../ecommerce/subsystems/discount.rst.txt | 101 ++ _sources/ecommerce/subsystems/index.rst.txt | 12 + _sources/ecommerce/subsystems/order.rst.txt | 30 + _sources/ecommerce/subsystems/payment.rst.txt | 4 + _sources/ecommerce/subsystems/product.rst.txt | 28 + .../ecommerce/subsystems/reporting.rst.txt | 17 + _sources/index.rst.txt | 22 + _static/basic.css | 925 +++++++++++++ _static/doctools.js | 156 +++ _static/documentation_options.js | 13 + _static/file.png | Bin 0 -> 286 bytes _static/insipid-sidebar-readthedocs.css | 66 + _static/insipid-sidebar.js | 308 +++++ _static/insipid.css | 1223 +++++++++++++++++ _static/insipid.js | 149 ++ _static/language_data.js | 199 +++ _static/minus.png | Bin 0 -> 90 bytes _static/plus.png | Bin 0 -> 90 bytes _static/pygments.css | 75 + _static/searchtools.js | 619 +++++++++ _static/sphinx_highlight.js | 154 +++ authentication.html | 217 +++ commands/check_program_requirements.html | 217 +++ commands/configure_instance.html | 218 +++ commands/configure_tiers.html | 313 +++++ commands/create_courseware.html | 251 ++++ commands/create_courseware_page.html | 212 +++ commands/create_product.html | 214 +++ commands/create_user.html | 216 +++ commands/generate_discount_code.html | 242 ++++ commands/import_courserun.html | 218 +++ commands/index.html | 260 ++++ commands/refund_fulfilled_order.html | 154 +++ commands/regenerate_edx_auth_tokens.html | 148 ++ commands/resolve_pending_order.html | 149 ++ configuration/ecommerce.html | 264 ++++ configuration/hubspot.html | 142 ++ configuration/index.html | 227 +++ configuration/open_edx.html | 416 ++++++ configuration/quickstart.html | 280 ++++ configuration/tutor.html | 412 ++++++ configuration/uwsgi_tuning.html | 200 +++ ecommerce/flexible_pricing.html | 238 ++++ ecommerce/index.html | 217 +++ ecommerce/overview.html | 233 ++++ ecommerce/subsystems/basket.html | 219 +++ ecommerce/subsystems/discount.html | 284 ++++ ecommerce/subsystems/index.html | 223 +++ ecommerce/subsystems/order.html | 220 +++ ecommerce/subsystems/payment.html | 194 +++ ecommerce/subsystems/product.html | 216 +++ ecommerce/subsystems/reporting.html | 205 +++ genindex.html | 140 ++ index.html | 201 +++ objects.inv | Bin 0 -> 828 bytes search.html | 163 +++ searchindex.js | 1 + 117 files changed, 13062 insertions(+) create mode 100644 .buildinfo create mode 100644 .doctrees/authentication.doctree create mode 100644 .doctrees/commands/check_program_requirements.doctree create mode 100644 .doctrees/commands/configure_instance.doctree create mode 100644 .doctrees/commands/configure_tiers.doctree create mode 100644 .doctrees/commands/create_courseware.doctree create mode 100644 .doctrees/commands/create_courseware_page.doctree create mode 100644 .doctrees/commands/create_product.doctree create mode 100644 .doctrees/commands/create_user.doctree create mode 100644 .doctrees/commands/generate_discount_code.doctree create mode 100644 .doctrees/commands/import_courserun.doctree create mode 100644 .doctrees/commands/index.doctree create mode 100644 .doctrees/commands/refund_fulfilled_order.doctree create mode 100644 .doctrees/commands/regenerate_edx_auth_tokens.doctree create mode 100644 .doctrees/commands/resolve_pending_order.doctree create mode 100644 .doctrees/configuration/ecommerce.doctree create mode 100644 .doctrees/configuration/hubspot.doctree create mode 100644 .doctrees/configuration/index.doctree create mode 100644 .doctrees/configuration/open_edx.doctree create mode 100644 .doctrees/configuration/quickstart.doctree create mode 100644 .doctrees/configuration/tutor.doctree create mode 100644 .doctrees/configuration/uwsgi_tuning.doctree create mode 100644 .doctrees/ecommerce/flexible_pricing.doctree create mode 100644 .doctrees/ecommerce/index.doctree create mode 100644 .doctrees/ecommerce/overview.doctree create mode 100644 .doctrees/ecommerce/subsystems/basket.doctree create mode 100644 .doctrees/ecommerce/subsystems/discount.doctree create mode 100644 .doctrees/ecommerce/subsystems/index.doctree create mode 100644 .doctrees/ecommerce/subsystems/order.doctree create mode 100644 .doctrees/ecommerce/subsystems/payment.doctree create mode 100644 .doctrees/ecommerce/subsystems/product.doctree create mode 100644 .doctrees/ecommerce/subsystems/reporting.doctree create mode 100644 .doctrees/environment.pickle create mode 100644 .doctrees/index.doctree create mode 100644 .nojekyll create mode 100644 _sources/authentication.rst.txt create mode 100644 _sources/commands/check_program_requirements.rst.txt create mode 100644 _sources/commands/configure_instance.rst.txt create mode 100644 _sources/commands/configure_tiers.rst.txt create mode 100644 _sources/commands/create_courseware.rst.txt create mode 100644 _sources/commands/create_courseware_page.rst.txt create mode 100644 _sources/commands/create_product.rst.txt create mode 100644 _sources/commands/create_user.rst.txt create mode 100644 _sources/commands/generate_discount_code.rst.txt create mode 100644 _sources/commands/import_courserun.rst.txt create mode 100644 _sources/commands/index.rst.txt create mode 100644 _sources/commands/refund_fulfilled_order.rst.txt create mode 100644 _sources/commands/regenerate_edx_auth_tokens.rst.txt create mode 100644 _sources/commands/resolve_pending_order.rst.txt create mode 100644 _sources/configuration/ecommerce.rst.txt create mode 100644 _sources/configuration/hubspot.rst.txt create mode 100644 _sources/configuration/index.rst.txt create mode 100644 _sources/configuration/open_edx.rst.txt create mode 100644 _sources/configuration/quickstart.rst.txt create mode 100644 _sources/configuration/tutor.rst.txt create mode 100644 _sources/configuration/uwsgi_tuning.rst.txt create mode 100644 _sources/ecommerce/flexible_pricing.rst.txt create mode 100644 _sources/ecommerce/index.rst.txt create mode 100644 _sources/ecommerce/overview.rst.txt create mode 100644 _sources/ecommerce/subsystems/basket.rst.txt create mode 100644 _sources/ecommerce/subsystems/discount.rst.txt create mode 100644 _sources/ecommerce/subsystems/index.rst.txt create mode 100644 _sources/ecommerce/subsystems/order.rst.txt create mode 100644 _sources/ecommerce/subsystems/payment.rst.txt create mode 100644 _sources/ecommerce/subsystems/product.rst.txt create mode 100644 _sources/ecommerce/subsystems/reporting.rst.txt create mode 100644 _sources/index.rst.txt create mode 100644 _static/basic.css create mode 100644 _static/doctools.js create mode 100644 _static/documentation_options.js create mode 100644 _static/file.png create mode 100644 _static/insipid-sidebar-readthedocs.css create mode 100644 _static/insipid-sidebar.js create mode 100644 _static/insipid.css create mode 100644 _static/insipid.js create mode 100644 _static/language_data.js create mode 100644 _static/minus.png create mode 100644 _static/plus.png create mode 100644 _static/pygments.css create mode 100644 _static/searchtools.js create mode 100644 _static/sphinx_highlight.js create mode 100644 authentication.html create mode 100644 commands/check_program_requirements.html create mode 100644 commands/configure_instance.html create mode 100644 commands/configure_tiers.html create mode 100644 commands/create_courseware.html create mode 100644 commands/create_courseware_page.html create mode 100644 commands/create_product.html create mode 100644 commands/create_user.html create mode 100644 commands/generate_discount_code.html create mode 100644 commands/import_courserun.html create mode 100644 commands/index.html create mode 100644 commands/refund_fulfilled_order.html create mode 100644 commands/regenerate_edx_auth_tokens.html create mode 100644 commands/resolve_pending_order.html create mode 100644 configuration/ecommerce.html create mode 100644 configuration/hubspot.html create mode 100644 configuration/index.html create mode 100644 configuration/open_edx.html create mode 100644 configuration/quickstart.html create mode 100644 configuration/tutor.html create mode 100644 configuration/uwsgi_tuning.html create mode 100644 ecommerce/flexible_pricing.html create mode 100644 ecommerce/index.html create mode 100644 ecommerce/overview.html create mode 100644 ecommerce/subsystems/basket.html create mode 100644 ecommerce/subsystems/discount.html create mode 100644 ecommerce/subsystems/index.html create mode 100644 ecommerce/subsystems/order.html create mode 100644 ecommerce/subsystems/payment.html create mode 100644 ecommerce/subsystems/product.html create mode 100644 ecommerce/subsystems/reporting.html create mode 100644 genindex.html create mode 100644 index.html create mode 100644 objects.inv create mode 100644 search.html create mode 100644 searchindex.js diff --git a/.buildinfo b/.buildinfo new file mode 100644 index 0000000000..707e374c11 --- /dev/null +++ b/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 0bd13fe87530f01595e010e46b7ef608 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.doctrees/authentication.doctree b/.doctrees/authentication.doctree new file mode 100644 index 0000000000000000000000000000000000000000..94df931873450638a3c80d4d5cf7fb8397a36ef6 GIT binary patch literal 3423 zcmai0|7#RS6pzMBa`|#GekldDT`5+j-mNYDL4+!5gA|)w(NO$Fmbu-zn<2Y1>&$Gt z6omE%L1BJ#`~UXyc5gR#iO|52oj32j`MmG%@6NvmTT9iS-?q7sYC2#^qIAM->DLk+ z7a3Qs{9NAsr+i=D@m<5-SzVZzmwpKxv5;wExGLY2zDMj%rgkusU$s1TQma;6bi|5S zeN)~MUEguirF`zn_ns6^;58YuN{Tqac;SFg3Bj5B4`q#MC1*h3O0na+Q43it`;{5e zeSaa9ikJJvi1~HqoROo#!9ucVStgdyuf{2}7DRk^6wB(bwWP>T4kH#H8a^hT!mm0u zp{r7Ci)&(2To=pYhJO&cEDv+0ob6ktl98VFljrvf^(+K58`h9QwqWYOSit}0#rb07 zuhwCRwIY~b!|xV;xAD6RGcLr4WBK~|^3sy!Zwszs z{;OmY!?N`Ne{dUoEeUI|Hw>5!_I^8<217;8I>RyCC5~avRlt+i>&<=e%y8y-@Fb3P z0Yy?ZJkyGW9@-oBA3YlGJ`DaCzB&lP!g3R_T!u$KhO8C~4WCHsOcnUB6&&vNA-Okv z7`!Utm|I)jaFv{SzQIK}z!x0oL#|pq`x*$1oCp`_G2lFGP)pU%c&5#9V8}t%*#IeE zk+ZEVycFzO$405NB4Dj~ug`EUnEHGdmQs|%R8OP|GwG(e(S1#{pTfuVFGALu<6kO< z_C3-9yKA#w@DIBNjO_kh zs>AuD2xj3TIP)H-$hTS+ko-UBlNg^tU3)IdjXXk%g$@2Mzf|W|0f45D;Fp&|puh9kt4P@QQc(K>}bP=-3E=0v@t5I=~)N$HDwsNf65h_?mld*t`I zj>ei2{ld+xXi4chlrGo(q*98uz*?n^inhv|E+_8!E2to4)2fQ#Ha&qsb(iZn?O0mA zSn}%)4^MC`=)H5k7Z-+lXw-Jh&4yBUPQPZkb5cz(7IxY`KQ`!6@Js1e{$wfYr)}qc zMHenFT)8i{_kDN56-RMvQ{s>ym?)?$$6>>0?EsaJ<+SwY!qRWl5F)&L2!{39u`nr4 zTTaIjbz!;%lulJarN1703vht(vp~c8NLL$*rvru@grtp+k zl<1vASvHdZ@67~eqha4~8lG$8qLd$TxbwVU7c6a$9lyh;5?*x76}DmO_)fw{#RSjw z-Z7)#MR1^PW}tKtj+m24gik8?3~d388(gLD7H-^s(6RwbBy+jp+5oi&K*RA{l_hvjYA}VNmI}Ql=&an{c=r zQ^=pklHf0+nQ4u~C@!r5T)gE7*^E*^*NEV0vN5@i)kpr`)aEZEvEk>u< zWJbB0YF1YwZIFj0QYIVm1m$}S1cGyiH?GFuI*d5>v^2u@Oii~!y))Z?k*n#rZfKwU zGFL~miTbs=m7sQ!iBi>rK61=VI9e0dw;g~&W;yKC$eM)q&i80_3)Ffy1sU4L?O}!b zDb`xhSBY4Ei>KnT^<5&k;~WUzm*VLsD{kWdW3g%d)_klg>8)5I;`BT;))b61-SE{g z=P5NGz$3QVNT+T1E7mKgh%I+_L1VXhwGz6tpdYQ(xDvH;^|Y?p4JI5KMzxGmTil3s znj*lk0rO(@8LcXye}?fN%9luf>^UeStos)6t{-gs#sYbxC08NakSb1#gi>Te(OOTa NwavN!4ew$!_z!y(0*U|t literal 0 HcmV?d00001 diff --git a/.doctrees/commands/check_program_requirements.doctree b/.doctrees/commands/check_program_requirements.doctree new file mode 100644 index 0000000000000000000000000000000000000000..0977b8b7f0822e85b8223d339c977c3fa71c0dd5 GIT binary patch literal 7485 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 G8vg}@V(DT4 literal 0 HcmV?d00001 diff --git a/.doctrees/commands/configure_tiers.doctree b/.doctrees/commands/configure_tiers.doctree new file mode 100644 index 0000000000000000000000000000000000000000..6897efa0d362aab3a01866c32812ade6031c723c GIT binary patch literal 21375 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 XZfp_CHmJj=E%J`3BcZ`Ru9p7?AxW1{ literal 0 HcmV?d00001 diff --git a/.doctrees/commands/create_courseware.doctree b/.doctrees/commands/create_courseware.doctree new file mode 100644 index 0000000000000000000000000000000000000000..2b248b7a7343af57aaaa0ea2fde98e9827364553 GIT binary patch literal 19688 zcmeHPZ;Tz+Rd;Ofu6NhF>%Vb}6PP$nyx#2FH6?8l$Bjr`IceiR!EsB#Sa0Xe+_y7t z=gqv%AKP1j6h2hM(I8dyfr|K31VvE+@g0#CBqTl+XvGIUQ6WoIsuZcJ5J*TA_?>g- z&b@E;z1jCRAwq&kj`rQT_uO;N@0@ebxpU{fG4<>Jcx4~|moFtf&kygd*{&N#u1Na% zAvbcet_aiqm;2{_x&KT3<$N}_?EH*a!Gywf)0zVb89T+3L zv$<$@z2-=|Y}s`N6;sMgLmXvhz7RO=G{6 zrO*S(eZY4Ul5xff>?A=W{+=U(Dpt8 zg5Hx5Y8n4l@NX6W*3j8I?=7LzVec{TfOjVU)OynwHo*^Jwd}-qR2M52P87Rqb8?`RX!tn!Y}JDLh)!rlJ+fCj2(~S_ zL1Ou-l}0>8(i4u~_JvzcvrMBLJEWe}(S{B~O9W)|cZ3C=WAXXSk1<5fb8gN0bZXu8 zgTS(bBr+$H!q9j>^i$ssiXm2d%&ARL}hpRNHrbb-oUW)BPZD$k347qbc z%qd0_EAW$aP+OR_PGQUyNe@?u93LLbn!4+!UPV_0%WOmB^wUWiN8zSvfJdtMDuX+0 z!mivHR&s58xHz{gzya=O|S=!i0wnL{_ZJW@+#s&wQ?I>Hd5TGdVv_yi=BFTa@S+zu% zWU(;g3`SX?n~2oPdR7$jGvU5&CB7?Gtt_G56t3keMLI&9rBTCXN3iW>h>tGE6bdmB z`p1Zh;H7I*aJJfU)U_~!T$z^P+{bo`W`OyY38wdO>BYx~FrZ9hsiGKz+^?DB>b;p( z{I@v#Y<+-wHF$lWMgQ7fL|>z&XaZ2R=?`!}p6SmSra!NcRypSp)sRoWwjHMSJ%zUV zsi*#n@g=2j6Pbm91ja!aAClHu7iD(!f^`w;mut5IVfik8aZ>z(b*s?`kVM?3 zKN1nN8$H_*F8`FNLW4Z$mi(JM_clMnAB`*ytXnred#(A|8&_m&kpoz_UcGVsr5i6^ z)qRnhTDNEr{wP|Dl!eKu6oG%h0iA-O)Q(f@BKhbGvLF0(;Ab2K0VNuZWM|j%nHU_E z^^o7W!X)I19?c_=xTZv|Nr|+avd{wcNN%elq4aI<@3=5H{dyDXFO(!#PO2&XU-@a{ z{ZqaXZoV_V*HCEun{jJ{(#5it4g<&~r4!q#jxt(|imD6=MWI3dSr-~EdBWLB%Fs~! z)S=-A;|ocAziWhsV*{b#zhIj;Ij!gV&FYDm7CBkbwBbR~T|eBk9Omc3+zJ&B@&`rK zL?B|cv52bp(ezy`-%fL~+TarnWx)DXWVj!rl@gRZej1B#nBgDTeY)L?m-E z9cc-aAef{jAitn;isS}UMd?+PQL=JLVoN)LL#47x5^4l3*m2uL=i&BVhp*= zn#IXN#EkZOfsfh+^A!AWtU!{%thZ&2NzB-)19Vwva+NvY00b7g8PX&OQZm6>AW3!j zvUrO?b`|%i=wd6Q4Ccj~tdsX(2!rwvu{GcCc;gFC18$jU*oeNAU16Z3|DC@y9Sob~X|xjnM+ts0+0 zoio(y(Eh*E@3cNfsuP$h-&ES1mJNDv=lMM<^9$teq&4kpAC$vu?njCaOKLQVprB-* zDO&XK&ec5%|IA(kjb6V798oW)Y7sRzBh}vA3AK)y>sS8bCsCVOQJWS8RC&eHL>pp= zgV7xk$G+>L)+@J#NHv^AB3`xwdsBzM^OKS?R4FQ|Gy)!jQOsz7!7T=bZiT|Gfv!Vy za;%#!1S!?akIbk!o`yfHHLM5Z(^98>Bf}|MYBC&3GioxNnd`jCS*AGUZ!N@^CejGf zoX)S7Be)291T4(v^DWf!B5l$Jqp{_u>M?9d(~~Cl^}EL7{1Y1+vO0pDG_30(tcjNU zGJ~O&S0y*AGP{vKQOT%Mpxi?4yiJ_(JBPA7$Pu8_49YI1WrJZBe^QDx&OSC0+RoQ8 zg3V%1^KB5M$EIlvT52ht;%LYM^vw!|-7U3bY5%IR5HhDDSQ%?U{`TG(nPSMsQ_F$^ z+CcVnK3k$~PvUH2~?qrg=&Dl6KV^JB8pr&$EG$k^&>NhE!|0Gr_ zZeS#Y%!abOG9g5(q2dGk2km!v>)VGB>=3WPA>MZhb-bc^OmiL&)Sm!C{{gj304fa` z1?opOHn=n@;gp5aAdphUIyya0oL69(EeR<=ig%@2;N^AWg5q=m#Zd0_4Ag&e zm0HlxV?0wWN2Z_9kWngqS|^g=`YP&6Sslw*Evv?5SF~;HPSY+loa5XM%YT_9si=6Y z4E1V71+^m4>)p<0Saj5LD-*D*bxy-4*ZE_Z_%csi%b=-q8Zt`fpDWX}Uu?A5mM_!J z9|s#%9#^B&@@v?QICF`2D$ZbQg5UacNOA?XBXA<%T-ETqBx?ng#lfkS_0JV)Blt0* zQCv}0t?-Oa#7Y7>SAfo#LOponx20GQ-uRsnf@%C{g30ka12DFjwOSEO{AkE1{5qsW zb9C=w~c)XyuB%3Zl@l$hl*v!$znP&fgK&*ttdBZByqf8uV9+{AK279 z^RkgZ9ospzGM~jkbr>e}l?q<9`ezgBD--%zn9%=(P7Us8uF0+GahS%JCbK3QqOEE4 z+L=$we7>JQv_gkfI=@Rfh0bLS0mp zgGu%aWKPOPE*9^;&{*hNJ;CNL%nCcja)o2zu_L@AjrbukU0JYBjhI5|=J*f>44eD6 ziS$4T#=j_wIXkWtTI)1+@_4d>S%1K@*4neVI?<4Ki^-~$&o3Bpno5_8Mg1aixr7QR z#Tx*llHn|(I6**%0`+#1UbG4tJ0N@bz)r}1Y%~K3wTH_EV}L^gxYIR!DGeEgDGq5i=zTQ5dcKJF&)UgkrOq#1@jAM| zvV8l4F>BWHb$S)!%NIID-hv14Q#w|n5|ftgE7Mq)cE8$&3kU`1@r>_baq&0c2+=nXfUUDu?5lQ3E#7W7X7hVVV&Q8D&P; zSVj;iPPkN!2nJ-Ehh)oORU`^KR+q1nqAI4s6|9~?844;`)o7shrxR=Xk69Nmll6hH zL*Ba!@7ke>hG{F~A+ZLvzRk0bjRXxDg~aoOggRa{3<={PHSKJsaEVbk{4EJI3SWiVv;wp1LFp9b{T#S9%kT(Wd_B!9i`+gQTjxj}CCYd$o6k zY+2QGlUIAz%F2ymVOU#Pk@2G3#ORzS5h@|()QAaHtl6dZ``AQUq1x}G7{MjPa$&kk z+EEp(`NEF|n;bi8CM)nOR^OBE{hP~u~Tg6YwgYi>zAjs9yaWG!7Yy3vrQ z3Z|;1CI=)cOX&63V4caYqKX%1&>jw{uhkoXLvsu>fFbk^1K9D@(4{w#F3A7{>jtaN zslot2p5Of`5e(|o_r2r&g$k8gTs*>C@;DyeA47keWvZoX;!Q(F;mxZVX`D_#Pg;gn zJ^nXH@(SR4tS*0RA|(>gUty&H=yL<LkvtXM^9vU9IKSSIzzY`h zfuWdxt|+EfP}ctgRtWU37P;M-*O>+lo*ai~q15m4w6*M+IM9$$IDDLN(8ue?K>@vY zU@$ec69cw?leAiDuo0n~4gJp%k%{&xXE1`3j3*2GuhBoVt+h`>&B?}#JI_It2YAx4 zwNFDvY5!HJ{qiFd(=cnH5TP1V?;9&5WyLoht({bX^kD)?O)|=3)+u2 z^Q6PU&$kBAvfH@1!Mf}Dj%RLcYU!}iFV`bF-GaBkRG|GKsA@% zQ_uwRnc`KxabDSIsyVQX)4~Rs;tr37+ay)5lt^OmmVvzsEswI^v5 z_wj>bJC?L=4?pJPC`!SqX#4kYBxAjw&r23?-a6buhq>Y>>LL7ENF%37SCi0Furh_C zJ@IxwKh_2r_?<8wzL_u3A+9j%Ht%8kwcCF)U&PG~eh=S@ce@yvfZ%D_f(=z}Y0|b} zQ(cdO`HBI>eJR)S!?EZ^F;0VvI|Az5pU-)AQ2w0CkK&Y3+JtmzmZ(ls`IIYK*(Ro2 zge8Q~B6{F0aThJKfWr|a67lDU&{0I}+%{d`Gk-k>tYRQma&l_wPvoqvE6=8KZ9=0S~qWbi>{aDIejfbAt7R1`p_ ze!dXc;bvxU(p@+%e(%Q>JNa>Wvq=+smarU5gOAss2YfFTwjm}o;=9Tqyy<+=&e90q zbg8C%KaTU}3vSl!HA|C(V!6Q&5uM(a z_wyt2``4!DZ+Zd#!F~@0bh%1?IO(FSYkoe1S0_-^asDlTHiO8q3)MdAc(@YC0r1k_ zpk-DeMsH<3OhGp~@j2ll4BUtH;KCPN#!$wEV-zTotX1jecgc2x$d=AXH!E%RVKUv8 zaN)t*;J_0i#T+Lc^xA5QF3yQI@$Dz>nxOlY-pr2{=SX3zL0iVO`}qM8-k}?s@gO-}ByKBHp`9ffv>+Uoc^3Miv|&#zT^TIoU$qt@=rc%@)}YdVra9 zTTxJ25_dgOX)Jrs4p5v`v+|&01N6DF>cj0$R%sPauwEkeU=^pxg2l`&=hFR8ML?lc IAZxAtH~8W4(*OVf literal 0 HcmV?d00001 diff --git a/.doctrees/commands/create_courseware_page.doctree b/.doctrees/commands/create_courseware_page.doctree new file mode 100644 index 0000000000000000000000000000000000000000..131fb9afc1960fcd9f8617321f262d767a622774 GIT binary patch literal 5026 zcmeHLZHpYo5kBd(ySMj#lBI;mg0USdilW^;NWhK>0Y{L;9J++q7>6L{dS`mK+cz^k z?(RA5eF!KR8z1yHPcVTb1VesF2!{L|gTELIe!6?!?xd5?As=&auwC63oh=~~JUO7BBIhhjLzzGH@A<04x&{mQd_ zb0y&!E%%ElF{?yt$)|+|A{K#V9xLnZAWDc*5aM?)BdPzj5*K+pn3CvF(wSXTn1Lp9 zJ5{plEMPm(&AtzX>^3~Rga5nuzlZ-Z7PDQpg+=S^1-8syG;d6Fnon|)X*E(Li>G2S zihs3RWcMeqUroH-lSrf~X4T~B0F0%A(=Y8^E~bET2o%U%lALwGG<)}51XMtRBPx%B zDN#HMUZ09W2R0M|&jQV8aR0%Z!AwZ^d(Mw&7PK)7#PnSRe(ZyG^M9+e3L?OH&4aVg zUb1m|CYGUmfxwc%v|JX*I1hFJD9Vm?otz-Lt?EV|<+8qA%x6k2zCx_SS9Ik0~yB3)Ko5z_Z zi@FBuVSDuNFMhP8qPP8WS4P8b`IsM{N87>AI!Vmqp9g;!jS_Ih!{NlEGEs;UzV7cO)GWU&ZE%#2e(E5wyW?a(iE@ zI%>_h4cp1Z-Lzr*uoJdT$NOv3B1xzY6OP-UzSp}K^U%(OxM$POw0Rv-Zf@m(#|H<& zD6p*Ak$T>@ESQo*@Tt2c9Gl>(s3@bMUG@*(2{cJycAhw*#$ls#2#-5K|L4WgutEP6 z2;4Ng-`esP{!hCHw)s$JLH7c$FP&{1{P%Clw!c<4lwJH6dj>51TU{RJM+XPKbR6mr z0It1#?8T$N+&r6m&bGz%1kC?F3-fBLtj4$RwReF1PuI_9U#=F|&m6EX0N8IZu0`^* z?g!L{7#TAn0Yd3vg4W+qs*L7W=bmHJ@=Ty}XL{*<{*>^?9{q?=%tT$VkGj$F{!ogb;Dxn-}I=d>i5N{Ho}FqdMEJo3$LPYaFi zdT+_B)@x{tVPQMcOJ*}Fq-~wUrcqw6CB9)cD~f8Hka#`pG|z#V6q%-3T$=vdBq`7- z*Sur;Xe{$Wm-}pM-wfw8LwB!*EHQ}DXQ0_ga}3s`5E`b^8DAh)lhUkt6F_6xAr`Dw z!$Kw)ZD_#NR}Q^z z$Xv!fVK(9-&BG=o0jv{nWTVW`Iz!EtlelEJ(Qie$qD3siMQRgjn=W#pXxQE9vLw>s z5m(%&>{b|aMW%^$q_T2QmkP>m9nL5ehpRg%-Kds@GoJX@;|==@hbSstZPLtYixKiQ zyt@%9Kis=yc5J;NbFw)SG2toK<%8`Xn9ZE#A*zI;N+So@x|QG+M?+g0=DSSmT)j4# zK&;03v1TG03pqzcUAHTp0azL0`bT&)!m$GR=;hs?0MAW1i_WOGl2-lgT0M%F*pxk_ za?Gioxidfr6Qs63getcga$>f9yA?7%X9@n1zgH4r zQ-58h1cmlqfvQ#j>Y5w-VVH=BRM6gv7~Z=P0`Kb$C_4zT`>@Dyg#CKqK1ozGaDwa+ z5zl7Gfr=NdTB1!4P2`;>a!$cc`2Mg1qmWq|UthrJ zc+gokH&;(d{Z|Qyp>5U-`j%4hK?CxE75d+I*jMaJ_C9;ezF?mhW@u;haSl`M2aB&x z*!w5!i<5%gw!<&c;XcOu;B)q2VK%x!bZR#uj#RLA;V3V$wOX(9_ID+I9lS!&)2T?B zyl_jOJ0omX4^L?v)~C8nS5N5&?Mhvuh_0X2Rn6e`1C!u(wmgBWCKBkF-IpxfC4>8w z{9}OeLHRpW1-_)9zVHP|Arbt64WXP8uQg&9%Qc=wNfF!JncFa~#+LIcdhku)_-j*7 Bbmag5 literal 0 HcmV?d00001 diff --git a/.doctrees/commands/create_product.doctree b/.doctrees/commands/create_product.doctree new file mode 100644 index 0000000000000000000000000000000000000000..03902416316d92be8447a39fece4dd3d0401d3a3 GIT binary patch literal 5832 zcmdT|TZ-Z;%Y z$*4Esk7(irFtVUWK+gNY`vY(HyI4)qqqji9g_kDLiFcIdhr&DJl2z1RUL<00!y4_% z|MrZ^xB%^43)()rrtNno#_zD#*xNwng2NgJecO6A>!?4ycjAR~Oo~WqHEE3uf+5Ix zrd=88Mv*t7W_<>u`x+Vi*IRR{jYE@=hMu5O@?=s0tO-&tCWqAH(xXJ2=y6El-!Yuf zJ7PRw?r7Kt2GEu{Vnnu$l8z1#Tw>tB{{IxdvEuh%+=|_n6<3`VU4q$i6RP`@lSGnZ z2b3E&M}IW`(K<*USaRb?y(tH}Kbye3+tx)87k9kdS7f75k8=4EDjv>{h|X=3dE;)?!B>oE9jHjd)E&oKMa4^6-dXZL#C82)sAHMQZNv<$yta_j1-h$1Teh$G{=8rd## zJ-y=?c+Aph1@_v~t;f&9_{`K=1b zxrA(>{jz=5e9&&=%)iVFttNgN+Mf-FQyFSHJpu4tlq1lD!{H6+Wy6d_xDbep27HWq z_U~&aZV~U>@@h(;rn0W;ZW-0hq4D^C%o^yG=g8*FcI6BWTE_fm8{p>~^DAS_jsc*> z<*POq)`Vx*g5+d6-w&Hj2j|W$EVTE{d-{j}b<7)on^I&xf7^iz{e514)5K5v+k4uk zuHcz?{s5OFdyR5;Q@1?hLbgb{8)xk|2d`>yO`p+NV`KUlXO)%a?3Q(|zo>N%u3?99 zk6Va|7gwM*f??EljQQ+vk$DHN7!l5PB$rh|?@aOR160@6w^E&Z)AT66ZslZC4X5h( zQd(8qrjWO$&Zy)lri~D;jq6voFB@*N4IXJ17kxcgw7{9`0lJ@OLs7SW>}~au%t<05 zqObS5^PJ>V*w(KjQ;DAQ-hx_jG&IDp(EZvu2wLR2vGnUUa?Q=yc2X@@SAX=<+jVn1 z&eKGqGbmN}0f`Fqk?!W8x@jS^LYDh%b6@o)G(pcR)4aqWL|-f*TO_HMDZWcdN>$+)28TF6R zcEsgpYD1tO&V1X?NCAdd>lejE_KZUKGQ9^<@fL)9Od7kDzL)RS992U@`2C`I}7Wo#Jj^R?Ot1~MzEDoL^>ePni+sNQ{ zzdXG#vsrCv9pHO{0ip;xm1;dA$)q3?3dBQ<&*O1LUDW+#9{M58bWfQC9B#9(xqh;)x<_U>3!%Z_|oLyVLnaTt$!qh*G zwL@*u<17`_Z|^i-5=j3M7u>q+rXO-aMv+#el5)v~3c_v;$_VtuChov=y(06+JhE>q zm-QD85i~ckNfXU2gvnR&3I$Wy;k|QeTgMwbCz-$zBOY^Eez5gTwUN=xN0d-RXz~BuQMq#@$TLpro|vTkt|IHX+A+jUDA|B08sk4z{5Ne=2*sj|BaisfagX& z4rbWvnTGv!#~#5;w96jSe88z3n=_CQ_Lz(#9M+R$geVFnEAK6^>|q9HHOx%mZDO22SBUX~2^)e4xq;J33K_Vl+d>W9_?9N^CIdm$kzZE`xh{hzLG` z1dLLNGcE<7I`nBwc;w^NQRiJF^>+1c2w#oHHm9AcMVdU)FLY|zW)p-jJdr0MM{G!6 zl6*puo$xxh4WZy!5^s^n=y=i5*<9^R&Du9ROoQ9F9&~j|#d9C#m-M9l-aYsTF@Ep> zf7mDN@xhPuXdizH)zeh+B!k#^+B0;g?2}VNa$2zKdeZD$V~^Pbvxz+^)Oy>v=D78M z!$q{b5W&vq7YJHgv%+MuUF=HS3GU literal 0 HcmV?d00001 diff --git a/.doctrees/commands/create_user.doctree b/.doctrees/commands/create_user.doctree new file mode 100644 index 0000000000000000000000000000000000000000..5d7e0205207f53686a81fde5671247d0533a22f3 GIT binary patch literal 6300 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 HR^z_`Whw0L literal 0 HcmV?d00001 diff --git a/.doctrees/commands/index.doctree b/.doctrees/commands/index.doctree new file mode 100644 index 0000000000000000000000000000000000000000..ed175232ad99765553066e26c1ba697e4d785bd2 GIT binary patch literal 4348 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 SOz923l~ALrdqRMCXP*OhlBgd5 literal 0 HcmV?d00001 diff --git a/.doctrees/commands/refund_fulfilled_order.doctree b/.doctrees/commands/refund_fulfilled_order.doctree new file mode 100644 index 0000000000000000000000000000000000000000..04c3a5fb99a86c0a0c0e39a756cf5e2cc2b7d17d GIT binary patch literal 6772 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 JQIs~r{{S=2IQ;+s literal 0 HcmV?d00001 diff --git a/.doctrees/commands/resolve_pending_order.doctree b/.doctrees/commands/resolve_pending_order.doctree new file mode 100644 index 0000000000000000000000000000000000000000..143f687db7277e266e692155c8b23faffa0a1f24 GIT binary patch literal 5354 zcmeHLTZsp+nnDs6XH zr>j~!`(RKoHeRSVcL;_g1VesF2!{NIK)}BwUsZMY^o+FYah|g-6LY_=~ zk%crH4hypgYdR5EG$T=C6}wT+t$#?TMp1qELLtQ`g|ncY66mW6_8r~zYXjMuZkKkQ z==F#vv^dE}L~jzMGCs-`{9){0+NFtcN}2c~WI1GdIq)$a{doDNcwDA|)F2}feu z3x9r`Cl3bDUk;q!gFwVFX64|8_V+Uhn_qjlnvdYfE}TFn8A(~gmA~<>t*rb)h*Rn1 zsizqAWJ&`*<}~!mfOs|_9#6an=OdbZV3FWqSFhYudR+Cr4;hzUKoT#e_@W%LGH;wm zV;;e^6D!+E5}Dx(sH1ar&kJe2SK^dVMCH;GV>?R8xk2QD3imzkrc3>#Hx@axGMX7f zpj{p*F95DRsP^XZ@jWQ&ok1UOL@U*3_)||9UC+3ra}1@9H0(Pl-ul0+VoM~^xpyWqKvg93;FLD#XCk?)JQ4&n z#XrP1Dd?lO}BkHd75@BIw@bbQ^Kb{2kXccpPw)Ea#Kl|ca?GFB{ z_MiFjy>IWwcEgWbl^?4*yk8M?`-AgDk!gwVdN|wqx65yBs@EgOZbR9f3*oz$)OqiB zy&j38$L7Dw<98P0_U_~AFnFm_oN;>q+|u`7Sof9^S{)8h`*e9LO(CBwi{`D$CHaWf z@W+|soKC7Uph0Pz2Af!1o(8o)uLx!5SE)I6WfjYMJPYQ<@@AS~e%c7;u027vMtKxb z!NQ?d|9Sko%ZZ+?%GgC zU3Y6im6a_kxDm>~FK?p><(IJQmVV_M^qRTw%cl5QOshyXPxGpz?PHt2eiLH;T-HCs z{Ds*Adi|wByUvZ>mu1JiSF7VYD9haJG#{NmUlEUJf717c!$YpI>h3990o6~AJz#YIn|5z4qhPedX<(hmWjCn z*AZnYnpL<4>53AEDl=1}zSH;0GT}0ymS5p7IKGVArJyPnM1_TQw1m1EK8c|E}&$wcK)iPnfazWWco#^e1rXs^>LZ4E& zb5(CL64k?&KA=+$FWOF^VruDDNJseu+wGo_EHV8eJ<0L=<@rgUW|_!*hRz|P86sd*4OF4`oaY--T2@M-Z!gR&h5?0HWhj&BFQ8t6AF)q7_XxJ);BU5;8^fo`-E*cU~{6| zfk?(M6CUAV1qjyGyChe_pON$`2i$hTJWl-@l5nggaG)_uNMr==S&9X_iT;d~N}7kl zpT-7I`*fNLN&V(Zi;_V3Pr2j{vU`5WB^gD=kW$M|l`2TPZ5Shw95(MDbf;wV(MGy{ z`z7-Wn@F13+@y(-79!+Zc&9+9-0A7Me>5FWFj5;)&RsnGOxaS}|3gOrQz4xQzAH$!!**I7b zZzwbIcPjBnUSc47O0zzvYHasFK^QOR~x4{}&Yu;eP-C literal 0 HcmV?d00001 diff --git a/.doctrees/configuration/ecommerce.doctree b/.doctrees/configuration/ecommerce.doctree new file mode 100644 index 0000000000000000000000000000000000000000..7ffc250455451c5fa1f5d424c5b2180563ca2495 GIT binary patch literal 26358 zcmeHQYiu0Xb+#U)L{V?ctX)aY$d8Jmxl4+cZCQ?EQxs)0k|S|ESg0@}mE?z$}Hf z=O*2)KC9o__CjOW8i@NsJ9JFtRea}^=a%hCq|KHfE!u9`De@(6@_G2wVxbEw&L59@|Qe9t3!Z zzx!Oh#{b%GMD_GbQ7#~l?2i{QEJRA3B>b$06gwJw>c^T{Q)4RSA4y0sRa9-c~6T1 zQwuGHVpw%&6@O_LX69G4i!RYoGu`X9@43VyfI<(cg;vsC23Fbg(ZKf{hu-J; zQVzu*F{lM^VPVJk!p>Uv68l)60MA%Qz@7Kw-v{yUQT%%h{9rv~<*dWjC{}N)9jy#rhMrb5E4Dkzngvna z^uY|irkAi_U^OI*z_4*a+4NB@s4YF50i0_{Rr(UTy z(JxUT8doZk`MPSG0zKP3&?NfjcyqS&1L~45T-kKT9gsF{YPD$kb4-C|1d~>a1X-`w znFJM0&9TcNIK+!W%`0oqn!dLb<+YKK3;L1?F^8TcaU%_IU3VfAEAD$W?edhC(>x62 zFWZ4R%Gz+LE`^cqIICbAtz_wb1!L2!b*OVohr-i_iQ%9QL#+h;VB zly%!VmLD0>&Z1|Ln)+rCIbpyj3M?;jz_g@5Ed4sraV0~txd=lx!L%Eie%%Lz+UY2O zE(ro{3TgrjJiNGQg<(B7H8y4zOB2*QUn073jhTmvWG}`R7msn?9=3+!XFeeEHqzC9 zUR`}?;eO~z&#kB`_~&kq)sXD{x&MFGQ0P}y>DO6d8jzmnAu&Vo^S6?-6yUOpyUnq| ze7d8q?nw8XC|BSox?^1hkk52arImzAo5A^OFsj*=Wg3*~N>x+wI0@0>VjgyVagppy z2*VUG6~c@aY);9muWH_PGBmz_tl=N6*Z2>Gmqd+!p8&yHel_8gu4r}X^2M_==cfxZ zXIg3X4;fnV?_JR<9af>$w|k@2Kdy(qbQ1Rh{l8zYv7{9>Zl%>kH+(fWJ$2>s%>1?X zob_IYTKxM^oL`@_)PYlaRque$(;La&UyllsWcxscch_qyNk)xZN%qOENya7e(){Es zg!9Vf^NWi+GGZA&aT9~_u@aH4euBtGQSVUvSeLZVLZ~dlkzN;}dKf*{BduJA{no+i zJzcbyOM&)sDc07yaX(kCjd)XzMN@AndV;yws?A#XEzCdZz;?R`p|6|HD)&Sw3WWiq z5EfptuX)REllP5i%5*#gO^JU>&TqwZ;RJ;6TUlqg-IJGQv?X&jAm$ zL?1F|d(JFTkN_yndZ@c46VZKWu_#0J@59wPe18fh5HR4i$2@c%R`RDZV#KS2KnYP3 z0ulWXhSmWJXjMaAflVb1zE-v!GxgV(KEyRsXK)M;(nnB5^tQnQU_bxG^n|?1F$76 z)*ycS8uVCAUrlqEi;L4!7cX3xCfEAR^x4TP=jXHTH)0*Aw#7vyJA+3#s4t{T!A=2b zRMLxxaSXGpBj3SOE~6UK$1?VyMy|KaQ>b+x_61o{I|wKgQnyT}bLYjx4O!dnNa^4!;grLwMH%&d(PeLdI}F{F|@vM%A2 zSzpb}y0*5WMI??OI9c?zm1wIB)d7J$nMIPI4k}BhjP#ou2kN!kas5-7$^d(u09?kLpv#?@%@)$+xS!97sMwoS7fR zc1G%sNy%BBG-c2-jRE@Pr5Rbq77+YN!!9#716ftpu8k{4gk{?(pe}U4#k%Qgrm=uL zEAq5R`NG;#LPjG`G_RfZypWv9dYzuB`!v)CnyYB8dX&%wE&>A)3X$m@AU)m}i>r#n~G_h?=on|3)siskzW%)Jm? z1Gev?=Xw#Tj4-MFe~Xzwl@#IdtPNR6q=apikYp@!9iv@DO7psHE(hFyrOgLpCGQzd z-tkJhbL#lX@$vC7od|?ITT)8}%7U^k;(`1=MiE_Iue8!{|7K1<%9#Gx8UQKg>i{)Z zysYXuV3s7vp1Vb$OK#nprHlgE!3<<;TYDLsw2oGN9@xZ_6p!2#wbjUkC>9l~1(i-` zK8O|NL`h)b5K8klNNzT|KHHK*{@(=+kVv%YM;IbHmgAeBD7yOfoPnH)_ z`z?bZ)#6Hhbp+zDm(gVH6(WC3iVwAKD?Z0&J!C~lU`Ec^LEVA#N-^gM+k76GF-G9k zn~o9WTXJK=-S%W8Cdn8`dMF%sA;WQqKDV2-IyNrtK#kjXH^V2Hd8Z1sGVF7iVLOtk zdWBjatP(6xE<qv=&VW@q|Fl*0&#e#LBR8u4FM=?v$F5wSENo9MbVfABgH7e7e@uobJ=l_IAVCamY z)1qQJMLcM`Ik+`$4w_n#KRnjxFKjQ9X3HOh`uZh>%z!QJCEr6iR4righnN|LT|CNb!{odNb+crb?NY#; zW!kHBk0Khc)jc1n(2xap@S?S9gc1fyr6R#g1vSb*$M|X|n{U-`q%{2L4+<#MSO^z# z>%?YkFr>_phcU=$Ms;0Xn-I}c${+tE_=9ZNMDL_gboaM2>)LEawh1CiZPdqTs&s!R z)4iiAmqv}|Y;V*$L$hl{T}BDhpz=_G?A@D!?65F%?U_WGrZdDnx(I_?n!WIwpe6)~ zKnse^3);aiIDAu+|BNJ967GD+5|XN_?2@E*yp#WW3>15tF=j`qC+-NfZ>Opj$lq2) zQo9_vFecn|a0Nw=+9)ahav2t6T{SfWJA@!px|*|akUJ~@pGz4&@*TMS*r98y1F`e0 zEmP))dEr9KIZ$ORUrg&dY_8;y#g-d9yh)IIQO{GVj%VuV&%9|wV~(l&GLjYXYwr5- zQ{?PCbo@mAu}8*N9(s6wVtis^%tFqKYVD|ASTmpmMJ*t7G{ry5z8!{ew*Va9@#E#k zOqH%;SIyw*vWp^{#dGGY+!2+1l)AFRqk&fOJfx~TR3nDk93{H6Gni>qnE66R} z6m)M&8EMP*w}VV6sAegrY_6bO>lTTgG^$r_$@mI()m|2oZQ>+6_WfI_AK)e5b{Zlz zZCRe^&a{odR6W5Yw4*R5rj6RSGi~uz+6<(PM_Can=x;4CnErd3NQVq4SQcY|&D!Jb;5^wMb@>b25k~Hp#5oNaPA&}^m9!N^< z+mdvc87m?XS9x@p!l5WMVzKD6bgt%7y9Do>DUrG#BSrf+HiY&l(D-r>XjA*PXb;Vq z4vuVTlVG4JI@#48$*-nJuGJ$&>5n&rQVt;gK@TWV`?e_k>RCF_L`NuSHQ{yCxEmv6 z1654q1EyhJpdHVhkPaBO*5DN&qk!@(*9%9naTXz5&6O+@$8gZsmwW%r2UAlq`D5B8 zv}FZVn3#40xPyc!(pYT?9sfEd>Fo+}x}<-*p(V{@iT<*OC8hRlm-K-|I1@SKu3*5q zcN!;GS_u5Tl)&BfPtpCi4WT;*@W0ywy41ccx^HlIli2qxG7zZfgIM~WffIX_!eHn2 zaMUl6+`LBifSve(gI+;^fFn3mrxJQB8B(%54}P%Dc#;#2#%3JK-?4*8wBO7R^H3!_ zlOEQDBu1n{T8R8UQHq<0+ZpO~Y5$i1RyNo=TViQu#<5iIp=Y&){PM2I1t;9p4}3H+NXqA+fAzeJfijLFVM#?;=}5%{u2HD z%lM!@GqE?2Nt_==sFMV23)_)GCpi#2OzsgScPZHj*C#NWqG)c_NeU2Od&m-#wkB!8 z6D9kvQ6Nl0z@^6Jz7&gKUExm&vm$0C;bXZ&8px~D316C>hpaFwlO$INNLh?3>Onlp zQ}d&9Qq0N7prC}#^NIttG$)}X=3z-}e$ksiji3rtn5Bn_72w3Y$Txl;DIuuhY^|lf~+y(mGgrMKxKn zzM*C0rur)?cIvR{bzqJk{Gvm(Y+r?JjZ`b`U#7JD$)0FQ8(_0Z54HjJ=(-zV_az%( zs&F=WUmV&*9aIgPgIlIQIz*P+|7m$M zK)M6QT>#2Ba)XS;qOwup9OUU(f`(KMs(FwBqpjBw(mqp+cPQD(_fakutK{?37K~70 zGiO*yTcSZUA8i%8ufZvHY(zuDEOUoVk|GrAs&<^pT+!|*d&L1OB zaLKoE7(pm6+c4#+WMX2#faac?`wXdKcCdLA+6+-C6s1GQgz?4I9(erm$46-|=JM3o z97urM71Y}Zg1mOd3`)Mum9DzMhhqp1_xGuGmyU^$VQ^QWiJ?_BAN_@8iiWbnPu|pO zDml2%W;9N7rg(R=KufK>Qx$V%u$MD~b#!oL-k2a@dE-0V=nG}=&X5j{q?$#7IgmV3 zhI##FU|i54NE=aHET!0@y72UeNqI3OKLGWmtX6i>Q~#vXKHlRnaI1{1I&xr=?4hY7-^7VdOZM=b!^0O40lrr!7fshjb&USuG-UgilYWV{>Qg}cJ3SDJ+P5Xt7iLhfX9Is9 zJVy7{a7yv$n$e}M+lGey=77RzI&+aasDgq;pPG}WDm+=-UxTbIdC2rov_e1b^NC~t z&*maU+~TFhpT7-&l4|C*fF)&@A8d$Sp2G6~PY>)u?NfH?U2-gQeL~BIP(6yNd}C zoQ+GB5LS^AL43h)a)SR-qL2t-KfBP0`_rh2Moa@Hr?@S&d@ri-Q{TKWBdmJ05u41CIM2NfaO+6*fZ-Ej;9-LYzws3LmJiQ}|PmegQi2J7yobgd8%&M~+ z^|;6qiIKVH$z_TY0T7k7P=yVsv)jZ9wLd9lYO>1` zz=;!0|I4B@--=RG`x6t2YkYM>C_MuZFZX~FwQq~kp$j?+Q~fE(<05A1hgx<3N*X{v5YTpHV$HyO0{y&~Y?{jORr*y&q0r=}Z zAWH4qB6<+zktM1dJf%H4-lR|-%Vx>qA78sIr^ZmnCMnKuZ3yRcz~L)B;7sjPoY(PI zs*|v4boNSKZ$r9DdI(LP!I!b`HODVjL7q}GSL!yuLWUJ%QWBJ0;c`TK!=kA4>MWvE zBgwJy3@7;lrkOMB3T`SGMnQu%S({!trr{>X6F8pCp7JNc*vqslE`6j6W+K;qF*12i z$HpC$$0r^h)v$y}={`ppTILGy>tx87BdrTZgV)5OI21tQ8Xli2DHy<05=b}<@=jVD zx<;8O4r7QA6B%KC1)V@r^^3%vAV}Hbnj5ig@P0y zB+$?oy2b_vMJU%yMI)&5P*9_Im#`{=i9v2(cLPfJdM^AhVC{Gnx>=Kk5y@o?fG+|A z=H5-8p5oi|)B^PnKiWw-`bE}xX`4jQ#~K=6*9sr#3+tTw`k=%glZzjY&n}K zgH>_g8RA1_>;pm{&`lkB4v`<*l}*Q&@A)=x`u=EoE%lDfJsj9-RVKJIxj-zv{X>C2 zeVyL+(YnpNg_qN?_!f7Uubu5p?qs({;{&+G!VMgDEm{GPSIGZice3||9`+0y=Wt(> zY-8fSraK}soSWj^Lh~1r``vfSC;XoGc)Qf1jd)*jKRq@jX;aj|3Dm3X=H%o6aomqZ z!x4nWthHx09uT*kd42<5*vW?wp((x$`nY@ppt9qu@usmxJjg-7%?s`l8tf2Xai#;` zc7J=NW#Jh3Lhg~nQ9bnw- zjR6nxCn)-&`-Fl5T}V=p_ts-R(Lr2fKO67#O)_W&hi<)VoZB4luyiN++86ILSM0EW z{n;=IWTU>g&oGNo1=H=u@fQ~c0xggwuHnf5mZM}6N(7(nf@TF=q2?KA)rbe8u$()Y z3vB#-sQG2V^nK4SU=P=DOdl&iprX7W-oq)cjMB$OX~c&!Z!$wv5A`GWvzw2b!XSGe zYJQRF9PcF@z0(Vd_jg8+0n2r0z z^*Er2ZAgZ|dFI`E6ncg9QM}m(yX`WfTD_34BnZnMunRX}|7pNI>z!4BJ|S==(tUa3dC+FkRbMiuaMcfpgpn7}2p&{?fRx_h`Jk zZq^IQO>2bAPI^*=e^DUOi0_t18t^#C*Rc!lxp~j8K%(xVmJ9&2EZ`JPXf@7lj}L<< zYlTEO69fuDojBx1yf;{NLw%)S*%iydzu@1k4&4nN?+j{4Iu~AyAk_f~btn7IzZTe4 zBAm2`DPsq}(e$~zfy#`8=)Ht1?ryN3(_p`mA=JPPaF18A-7*J)mT88Vqns1|r{O{rF_hG23|3M#rjmOfsmLcs=oJVGB6 z^f5&*o~Dm?Xn^n1$3N4@+xUp$0h)(JEo5@oOgGppH`olXu+eX@k#De3UtuHOV58k& zBi)FsBh;4ww01J+taBW+MS_okMkOB{G`iJ*gEmU=G0>=zjDtpA00WIhgHgOo-!lQ<){35!ur_OYAoDP3JjC^?Y)qD1tFHLy4?8 z)dp$wm_FOM%vaVDa$qT)%VCSB>xfxVuvP zxm}YoE@yob$5O@A1KX7eLo*R|vh~{nu91-Ip)>P(SA&BS+3;#Icu;cYkiSFU~Sj1+zPsM<@TN`IpNbx)8M0Q{47;A_srnkIHNOf z#P_j$otKt1Qvy5iWY4w3x#4WxH7k2ZZbNWM^HDY?u0yQVe4JVM>HS*gvGG2%B0-D+ z5#JkW>A_mh$@GPkJ5l;V*{uA+Q5rfkJqv>TyMiIGSwty%c1&iCfk=~4?qzjkd($=QcNeF%Q6~F zlo0AUm(zgCOAYfp4uVUfIT;ITprO=v-pBoUFyVssi*!9;2k!cR#=N|O2XZqgb2DPE z0s)BZZUMj$nWO*?09}KeHC(fFtHj@d+we{uvSz~??bZvq|c z=j@T!41EW#Sq13_ETTUurpFH1Lx5tv1{p;5%bJ9_|2RKC?;y`7ABP`(_M2y?CuiaN zr^E2{)8XgupB;r~C&x#lC+`w-5fJ3~k_wfU&_S&iC_wIg(klc8B#Klf?R(!NbNB(o z9(_3c!;^PC-a;<9R)ct|``~R6&OAz_}i$mlylh9t3!<^J; zT)M0ijLRj6b|7-SG`GMQ8qW{gGH<8sp?leCB8@1zSD0!w)zp;jv|*J+N{?4ur{ZkW^Ufg==?sx|PJi`zl0f%z8BZ!=4WJ(e480R(Y zB<>|mBaF!~rYT?pH5`~3xn@}{J{&x*(ZHInOERm%1<9>(U~MPPk~Ey-5m7A&98lB} zoeyGm3rc}>pZWzUH8hJ=I7>X5?$BAP3`NUayeuFR+3=DZUgC8(jJfeM7LNFJ2oGCz zouKBn;fz6L6h()-or*2=6S!Dg4*WMLF;x4t0*Ud`V&r=Z%iH{Tyz2IRu>m%63KR;C z2A+R%=f3NvG+m5E@65KRj0tS_b>V)(tWC|Y1_O{yKfSU{$-dH4l+#_$Sr`D$(9#6y zu}H@z=)E`I`X%Do)syI!cu!e~|5+^_l}kKcFR1QwYA1ybbb|r2iGZ@UC1aFOY*~K1 z=?($NB%D{~e6EKk^$59kcg&TvWEL_$Wda|7cS9(T`)!jDRN0?1l(a#hUMkMzF)TK! zGPH*g!!{NnePyvB%0&qA`XWoA!mq&PT2c0ZYoJF(Tuy+2swwRIE@86qEjFHb>*yLG?0VBv9_ zWh+7L0*PG49JOIXOZ1eYHDTS|gHb@1#R?D9U={SO-0k0>mP;_mkT#hgn!cZ6e+Iqf ziRE{um@uyG3HB<5g>cT5IuW|Au_DR&8_C%H7+tsvAr=G>l?h@@;V|!rqL)!UxQY z)>FSmf&ML=|2qE^;Kw?TGQ#f)gM531*hIVL%Aizg>U^rzKbMv^z4KFL3`ad<0mocP z1+_G&@*WhB>UYl2>;3F3RyuV_wZ~{cjQ_=e#-XnQi=R`$m_{Ts5M=M0z^K45Oqz0s z$F@5DZz%fbSAShrHQ$8)w6?mk^5P3q4-3n`e{@M{R0DI>ZFuaV(1)WBPkg;26!|e0 z{A%-H5B)~+uX?Gfw(OSwiMT)S=XGKVd~D6hMJa6|48^*8l(j literal 0 HcmV?d00001 diff --git a/.doctrees/configuration/index.doctree b/.doctrees/configuration/index.doctree new file mode 100644 index 0000000000000000000000000000000000000000..e4479343c7e262330b2115442fdca9128c41972a GIT binary patch literal 2908 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

pT??dshPGA?<@uit+rwyUu&>$jKNN(8i@g6 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 literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/flexible_pricing.doctree b/.doctrees/ecommerce/flexible_pricing.doctree new file mode 100644 index 0000000000000000000000000000000000000000..c8bf984a6b78bfd44c0f4d065f351a543057f08b GIT binary patch literal 17261 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 ABme*a literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/subsystems/discount.doctree b/.doctrees/ecommerce/subsystems/discount.doctree new file mode 100644 index 0000000000000000000000000000000000000000..7c6f4b52985fb23822b376a54d373c4ff3da256e GIT binary patch literal 13076 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 OF%dRb{Bk4fw*LW}s7@>Z literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/subsystems/index.doctree b/.doctrees/ecommerce/subsystems/index.doctree new file mode 100644 index 0000000000000000000000000000000000000000..8e1fb04fc5805ec0be4757a3e06dae7ce21e083f GIT binary patch literal 3006 zcmZ`*TW=gS6mFC3W_PojTU&%kQdFVRRy5fP@ql@FLuTMk1tQmh0kW5q6`xm&%>h=eHeCyfnHwE?S~3 zwqF*HMK`p(^olQSh2F3E$jzMRsVkxul(v53)98I=?`=`V(#|M6`$8OqE@?s)o1tAt zcoDXg)V#RJM>O=P_g0Q_kIZ5wo07R0^>(7Da}eUYrDSF1`?7iWBh^ z-Q5CYhJd43?o`;T8+v+WX_lcxbh&x){OJN}(GC#J8xx_oz!FZ@tzVPYK!~<_u(esi zwu}jgTa9Pgc|#`gG~D%;YNu$d5dj<~mb;2fEpI$kRUvAfvMzb_cRTDRxs6mM4Ke$3 zNk!1maooqAVd@+-V`OZN_8c4t?cb@&(Z6O6wN37`+!q&O?;><3Tysmku>eJvQBd5| zG{a)Y8siZv+CMGA?O_pist^eLUP7T)FLSG~8lVp(l0EJslvZrwtO$o=n9;`brOkI? z5XT!pK&E43)8bv&bs$kjN{V9+z~E6O;fhDlI&vkwAoGC(fAxWS0$qfD1zw`~YmRbm zgr1c-m1upbiu@SH$>6cQ@JKv6x(>4c-)4C@V$G~BV62$m5r8nA(zIMOacJ285U98nI* z=4cS@uuF4q$U+o0B(OGMd76<1kEm)Xkbt7qR7Hb(rKDs-Z2dx%Ii52^rfEdeKA&dB zak6}}gh=AaYw2W#*FA!%M@K3qQb)Nx=LtC1M=}n~C`kvSgIbNu2U_?je!+?3n0g>4 z*U=h7zjrW(n&tWJa1hA`*yssRsAMXA@$>$pu$%FWfFhV>Iw=d*j}lCCP9iVD$HM!} zeKQgj|PxH`AU@iI5Ya@B?_a zl!>_SyOdf_{>VXTheF*c*VU3JlhEp}2q%f4hzE_Y$c8GHCB*5=JcEn)5-x(qh9GB^JxR*fdlJJyDMesO_ zL${3jpnhHft7=>gwCk|R_3QZH37u+`fV)5>R{f15x402Grn& zjH5gpu1KpV5X7)HZWir0Pw{$!d^-xOZ;^;sE_9>7&oV^#rVz=s6A$qJmFT-LSngGM zdXPwTJi3R)N)jnK*Q>%@mQ;EO9=%ORMm6m(Rqw6|8}06j#qQi|dFXJ(K1Qqc1-No= z-B!JWs~!WRe5J&(xRV&AP*~)E`(pcfe7!*a9?8EgegXLLMg@)Vs&wdg<*=C>E8?9- bT()eder^CFlh~~ui=(Zc0`cxu%h;?;Jovi&AbZ#&G3C4 zwOXqvbTBpFcYV?+%~#!8qwBf5lZ%qo=XOlpfEuI3*c#aAZCVwX_WG}Z=2-O7mU@_cT7u+{O6a7Z>Vjnn)rl=9HlIKkhN2Wk1aWYH->_U_ zT(HS9WlLH^9Gp_+%&=@}mz0*tgo@nj0qx*^TV~*h@$vpUUwB_Msem{f#W+0YANpwL zzeI@hkB~^e!vACZKf(V9;md!+Pxt{pMx@jyz%`t z(n5tl{&W?5=A1_Mpvrm(`t4j8rf5#axlAvX1OMN*S5`uvCL#O}Ukl`^p+&{ApxDvl zL4x1IhY!0bO=W2)BC?z!E|D1p^`I1T1Q`P?<5aUDR)m!hW~@$5lfv7nhfg?Fp9_{} zheu()U7!{$pG(EWv^-<;L(PoAMtb<^m#_a!zI^rBOY-db)6c$$YmGFpsZt_kq@p5Q zhn2HEznJv`C`Efsgd!Q>@THZQ`R}GvE#L(rKX`4ywx1D;7gzmtO{lvCsS7X zZ~#0lFb)8ocxa%xmcR|z&_IK3kMbw^fELmMF+0<*okVb@kEbl252s=49l8Ql&SQ=a2*2vt+xs`-+2-juA3wruQ`E_@p}t$X(O6;zer2b5NJ+-=M8~jZhSyC1JY(KTf*#Y)N9AN|vW?h+SQ(X=vpB ze;w|6RDSH<3jmmh`h+rp_KWG*qxM4SsLxj1pygp1hSvM!mfK0K@*Obg`rWOT68m1a z(N?C~?RS0pM4>dYGK1H@qPa!G+co-Y(wfSe`ke2cyMDx9BUOz7d>l(I2AfJs16A2X z%xZUQRJ+Zn0>Qo)U>Gz*t8$FCjZBH}q5Ujw7(M8$=C!*!ftXSnwlw*J+xGW|(iUXq zt9Jc^+tFy;D-t?qwAT>$L8P#p`My_^H)vf++s9+SWNaD9?6rKBPp4RX#DPQa_08r*WC=a;1Pf|S}F+?cr`g8$3yM4<}>+NBS! zPuy7P_PhZaUgGeNFLAZoZc`HO&M>}>OP;%@aBWc;$ykN3!8QUhbMDsAVohKp+##|y z8u*&qq1H&UAi3KDv9_Jrq9R>9!mEKG5Q?fqHHVnpKnaoVkA6X_G_#o`fD>@-u~{WG zBg-p8h@^&G3N$1kUUyNRH67;+hBR8Pw|Rn`+k!C~JzGdR2;FYj2(B{m2Kc`J!X}z2 z-#Fr6ytEAGy@}g!H$1!L_IMj-291i+zGQ>4><&lwZ|C&8^4$766D8=#+j{OEV^=Z>1BH^h6&Lj12= z@g5z0yk6jvDVUjrJ%9!yZi*b6^$i^(g)+nIvkiBEfGkLtnVkV70{NBO({pszGtvQd zjcc~_alfT;FEr#^if87Z6z+PI021F|LpwdiSx6c)(ck|sYJ^NNW*O3V4h=YC27BC3!F54cfjcI_ z>xT#3p!I(9et}rcClS!D+$t+C{X2r&h){yuMI_>yEsz_A7}P2TXu=!9zAq2Z3U4Ba zn#{i%dz)|D54qx!f5WHN^*t4LcBtvEcj}6Nb7lEQ z{#)W9V#-gg+g?7oAZt4nIDfAUyKSx8Zv4p3 z93sIX5|Mnv`~!X{pWQvZ55W&WVx`vF<#JWI9$(e`I{CBSTT6fbz;uku#f(&yR24PB zZ&j*vEtNL>5kCDbya}K9sV3(}IbG7=*T7LSE-FoBcoqD9WVc+H*>Hc;(9&`x$Lnmu zHrVE?@ClpxiRD(%OGp0jJF<-0vL9Swmd4UHL}u{bdPx`2h<{>v8+yw&Is!XvV26I1 zkA|~#zcJW*>Td}yX*hKS@!P~&%?oGo&iJl%UYYoY%~B9!K*V|?N!zcsD%V|X3R0eF zT1Ot|H!W%6QD6t`0o!E{**ZJ&U(apZ%{wBkIWa_5g<70c-#m5l`5dO1d2iC3ma1(j zoH;kECmY;KUYKcv$9(YOrYqoqDPBh!O*(eTV?Y0OV{PpvquFpJ8>M8HoKcfGSvyg4 zA!wB;T~Te0hZBoi&QP6Mrj={hC;}FBg2t#FXD~dgxg86U(X;v#u4W*4d0 zyx^(-M7#!2K}FB|iauo@MBHE>0xZ}gfYL|!9^-q0?^6H)`;48iBX*36y|n@YSJ3f- zKOBnmWGvD^R#L{piwef!CDGdux!zlnQ~(tI-IfvY*s;H7HIYV;SkO6=vq56_h&Qpy z5)odk`Rx@Ct*~|RDL4Fn>2$=?d_>RP6{SZ}zh$VkTsCMFha>W%M5U#&3V!29A{^jz zY#kfQ+0NN;$_`Hbw4st}0>lW|R0KF|N!wwwqm{BSmDYR_{Ed0=JG}`x^qzrXd)PWH zu-mh$%wsXeQp7?|v_KBHx?WVt-01{qe@Q=WQg5MKFHjXqD z?yj)EiLt@o)c^!t*ed4UjFG&6-N3QKvuI=(M zAK}$R;7CP{_7w#lBudKk82SrRXQ-=GzG!1M-KL998Jb_dnNp;*`D<=?pRWgb#Z7E1 zc*tPo=BiFmbGvwqL1m<(gV4Q!Ek`Hr=ZW{?3QEv`Q(;mWrB#Uc4(2Pwso%c1;SXc6 zA#G%XEEK%uHhg>giQn&Nm!m`|N)-JDN_HcqAh12wg@2z}+nF!tbCAufTUw^%Oz8&Y zbU$(?1HhSM%0hT7!m$PV$>XP=!=L-QF0YA?lne16uf(HrNzB(Xs%MYvjNH3U?w( z0H&|8@iykJP^7QKI8B}fq)c1T3gx?m1&mS)9rsIco#nJ8T;!OiBj_fp4~K~uxhm=& z(BAoVDqqK`)Nl1rg4#tUa#?ZIhRrR}4Fxn|B0Y?~16EEbbGJlhFi9IEj zEVZgD`tNKpYums literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/subsystems/product.doctree b/.doctrees/ecommerce/subsystems/product.doctree new file mode 100644 index 0000000000000000000000000000000000000000..13811a7863e1e05a28a2b90217bb80ec3949c5f3 GIT binary patch literal 6117 zcmeHLTWcK26_zg}X>^ybF}63o3Y(RPXT}SG1cSpaPHc=>VH^?ivb1WtYo&k&s>&J94*MjIGZ9l&n)z5nMM^VWeqL_B@g|f{N-x=LP9TRa*}Cb5jo|ExnXTmAHdhm#(Q>;O60<c4RC` z&e|IL_YR{$g&#B|0xUG!9~-Nk4drS7k&I zd!(YN0_Zf*M>&sh?kKR&G{}s*QOW@;e8kS0e{IsX^1Gpl51vXEDXEdWQ+^0fP zKF(gyqd*IQD~Ew8SANu=;?%xR@Hj}_1N0|EHlO$l@8G^$?qqZ03HnQ+xaJ4+Idn6o z@+qfDyy>xP`u-G-oD%aqoo-d8@c)PT+C7Z-NBGxEbxtHO-NQ6_q;g_Y_q;P|d4SIj zVkkhjeW<71ZKr$ZvgHdWeyvRws~Ztc_X<$e=C9`7KQ2d_C2 zjjaaw&uOq5?}4^J!m0du*Lp6@c82iuLb3bCMAef6X3?h7o;S#n z)Un@#s{jIUD-|q&OjV;aQTUuxaP@*X$cZ1#!@DRF?nazAT8S~85l$MOG>*`9@Rg6FjtiTZFYCgWLLk>%{PkE^4`B+TvLCAhQ4s#yLsW;OrGS6HlvAe*3Q`WzWPb- zg5jV4Th;c*D#%*oKUf}+@J~&U{oWZGdhgVeD3s-sivHv?{L4SX-x|Vq&mmkZ|MnY| z|K6ab{;%3vIX`$>^?&Kqe{Wj-CnTS!{L41+i>dq`nEdmiD!0g$%Fm{5X1yzw=2FjP z#oxCc%muq*I5};u!gW+DM%U|ef-|CIi@rOrcFg5gtNAzU&m=-_NW9yZ0sK2}ugH-*qB4v!c*>q04Qyx^22+TVoTnj3pMfx_31^ z7K>5{4N>WcAL4BWrCIbMAm(NJKv<}jg-ozo)*=dR60y4wrQ?!BX|9bxCKH;rHa|7X zcA}9LX?TdLDJ?%WD+*(TJam0Lntc$w>mf9uc5m(2nrNwe&jb$ZC5Mf4wqs*yUT6VqWa2D_ElL}t(;Fpv*ZK)SZ+ruIr!KAu5m zAxa_<1FJOMLXUdi?FC_71Q;#h{|Z)ve2QjS7v&C{!t^&7P!etbk!}%SE zE>~#bh$ns|b<2K%iK5c^Ce7?@CB~C4Vnm0h^2-;O%)0eASWY&EAtpTKy8LkMU9*zY zd{Qsl%Pd*QkU)0p8s-~J>s&n=3;x|kZli(<{n7xU&mY%&cS=WGi8 z(04Y+W=$QTSw9S$&ZWfMPgv7mQm7|&__G3Dt)QsuZta&L<`1M&?R|{FAP*ki`x~_E zREX32MUGC%4my3m;lsc&tVdw{HG&OPap9T`6o}L((0Gde3cQGSMmvz)FJUt25Yq{z zk01e~RD;LO2w3|eO$kpzjAU)xbyBZaLsi&nGV(F)*j%C6fgNm`c^^&SzOY1|#T>qY z5eb?%is*!)=DJNEkP59CB6@7cm>(nBO+o#r6JSsqHH%prQZXe3e9i*>_vYR$`1sy+ z{KE`8-dnM&Mf_8kuEny`8J92|-Z3*C<+xyPV`SyeEwN+v*d1b@6=u2pxQ^X&#Qpfi z8kC1vAFlEIz1k3uhugv!(xFHidvT~YP5>M1?i9st&D9;cHbo!dSn3kab@L>xY6n>n z5hfCajUPxskwDq)hT+IDbC?7<_~%gOC*>=63&y+fJ4~V!48${R0?ib7u>rd`UgVjZ Vhry=C_IVd#8w;zj;j6~}e*oA6?9c!J literal 0 HcmV?d00001 diff --git a/.doctrees/ecommerce/subsystems/reporting.doctree b/.doctrees/ecommerce/subsystems/reporting.doctree new file mode 100644 index 0000000000000000000000000000000000000000..595434efe88a82de90997bc429ab1bbe8b776122 GIT binary patch literal 5761 zcmeHLOOG745nf6AntiWi2>~oQGy=yGvb*C$4ncqb3FII#6s;3mPJA&MoNo4z*zRVB zkKLJr0q5Yr3-IQS0bdOGV!(eWKOp}g{~%wnA2Yj31m%=Nw7>$xBD+{stnVupKU@3T z`Ms6+7xrx}RW&=|Syt&x*d}adI`yTfT=Qk~=r7Hu&BHJ<{K9H)QqhDJtVpFQG9#+y zlP2uZa;FM=(tW>SMe3BUhR@}iT$dZ4G!Nw{tU2Whu{0I#d?0FVoT{emLqD-|>qObm za;#o`CT3*DzhCru(^|J)bJ*evL4sG za`xErDx2uparT>ceD!z?)9ko4X)ID*mI47C+umtAHhm;cjD%f;swjN;}A0^g)(f| z_J~YT;<|t&y)w6aI|Ce>A{3e2Xd_VD(oUB~CzJ7)Bp7fuO# z!hU5LXH%~-I^o*D7*!YIh+PPFfhduI6KI)06@Iq1FkM00ytUIw?wGPH)kT5Kf=`n< zS;>YNvNmgu7*3V(bFDIFeT`ixi)mY09eut~PBP?_Fcrc87p%&J;gqhHJ+wZRjN7G{ zrrMHc+OWEF3<0r^PTB;$_v#S-r-#rH0MIvX(RV7}AdJf&0@(6RP{@z){}%q=#{VOL zR{lgD%LnoZ*jnvD3yf{IJhvdKgI*9uA6da3b0UUFO81r}3j==n@&*uF{GweR4cU0H z0Xt7sYV=bMUNnOZSA`2R{_x+Kak^y27R)#q-2UfNWIoe5TizY;)!?BLhz2D9_6A{L zxvwJMN0eC*B0-4Is{uR1p1${N)~!8i$>l=(BCG!K+1J>BmRu-=7#!e?0J^dk`6|x^ zv3fBFUQ%X@WM_>SzC5l%X=U`Ctm{Q)-_yELcRc) ztMC5$-QV|^YzGTJW-spt!O<__V1F40AK$;ZvhobogEs5apYmJ9lBCM6$RKM|Z@PR% z&T(dIky5EmK^;g@QPC$T`Tz{d+@f?Hx2hLkQ{}>a2)K&1oOE!Nov>$=%K|qPlr&xd z7QBpgm(+2VDP%p$a62mW1(27k8SFxJ6ZAFE6hXpSE-n~qv#|u0E4vJ8;K4ap1y$v? zszxM{0o*F=EkOVUl*f9?3El_f z7I;z7W|mpU^E`TCEv_2RxrV!tQ>ibwVTItP0&?LTZV3HeEYb@x4L$Mb^h#5I*myEm9PFp2fQ9|xJQ zS2%Vx6ItCXxV0a@fKx$kOC&w=RvZ&S*(EI`jI2e%YpS{?r@yu=sk$>X5ywMAv!rw} zjhlJjQr3(Z4Pw!uyxb|f@AP10mRw6zH9BRTYy5ykcB@0owsgP^CnJ?>P$VWsq3KUY2T3J%K zA0;u<>F5`t+6tfPWL8o(9f%p-o0H`)V~V6MIagM-`MRH=oKiuCBb}8SJx+kR9XMlw zj0id?-R+hoIbH$G9YtsAh9)N$YnUN^UCpABGptD_($@t7Mk*Y$D+G&$)7zSZ4szDaoi4*LgNn8 zhW0@!@g9VS5YvJUQH~*`-pJS3f?nj}Gh4?2m&hKSswzhgbfj>bSOQFZZJ8=5cMHv1 zB+{$dS%Z`*Cn5uU=deHu;jqWu6syh>QR0@E;O)@R&6KP@>|Xznt3}=t+GV&Us&jgM z3!5#K2;#&8Rb>j;aEapvO<2sELn;rj3NMPtnvCAsJ_XfXk+$z~5JOu&4AzNH@stPo z1_|5W59RmrJNd2rMjEN**YYbLMl|c@HO!@Fg6}Wox0ljf%C9fIe3K;K;W6(UwCEar z%~#UAw}ZS*RBbN)uSsKNByqx zquW>XgMN)`fTz3Hb#*hSf*_UHBq01@yL(Q952z^{kEwZp{7b~-^X3Bp1Q%^U4gHEm lPP7{i+;T;{J&5D6Zge*plBhc5sC literal 0 HcmV?d00001 diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle new file mode 100644 index 0000000000000000000000000000000000000000..5a42169371589c7b7a325215c857b74c44c0285e GIT binary patch literal 539979 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 >p*7B!pges24x7t6bE#;CubfDqxeqD%TTe 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

~Z17iP-GfY6 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] [--live]`` + +Options +------- + +* ``--program `` - Check this specific program. Can be either the readable ID of the program (e.g. ``program-v1:MITx+DEDP``) or the numeric ID, and can be specified multiple times to check multiple programs. +* ``--live`` - Check only live programs. diff --git a/_sources/commands/configure_instance.rst.txt b/_sources/commands/configure_instance.rst.txt new file mode 100644 index 0000000000..03d308182a --- /dev/null +++ b/_sources/commands/configure_instance.rst.txt @@ -0,0 +1,23 @@ +``configure_instance`` +====================== + +Configures a fresh MITx Online instance. For more information, see :doc:`MITx Online Quick Start<../configuration/quickstart>` and :doc:`Local Open edX Tutor and MITx Online Deployment<../configuration/tutor>`. + +For Tutor deployments, this will use ``local.edly.io`` for URLs for the edX platform. If you're running a dev deployment, or are using Tutor Nightly, ``--tutor-dev`` will additionally add the proper ports (as Caddy is disabled in these cases). In either case, the two demo courses will still be created but only the Demonstration Course (``course-v1:edX+DemoX+Demo_Course``) will exist in edX, and then only if you import the demo course using the relevant Tutor command. + +Syntax +------ + +``configure_instance [--dont-enroll|-D] [--dont-create-superuser|-S] [--edx-oauth-client ] [--edx-oauth-secret ] [--gateway ] [--tutor|-T] [--tutor-dev]`` + +Options +------- + +* ```` - One of ``macos``, ``linux``, or ``none``. Specifying ``none`` will additionaly stop creation of the OAuth2 application record for edX. Defaults to ``none``. +* ``--dont-enroll|-D`` - Don't enroll the test learner account in any courses. (Defaults to enrolling the account in ``course-v1:edX+DemoX+Demo_Course``.) +* ``--dont-create-superuser|-S`` - Don't create a superuser account. +* ``--gateway `` - The Docker gateway IP. Required on Linux. See :doc:`Configure Open edX<../configuration/open_edx>` for more info. +* ``--edx-oauth-client `` - Use the specified client ID for the edX OAuth2 client. (Useful if you're redoing your MITx Online instance and you've already created the corresponding record in edX, since you're not allowed to edit it there.) +* ``--edx-oauth-secret `` - Use the specified client secret for the edX OAuth2 client. (Useful if you're redoing your MITx Online instance and you've already created the corresponding record in edX, since you're not allowed to edit it there.) +* ``--tutor|-T`` - Configure the instance for use with a Tutor edX deployment. +* ``--tutor-dev`` - Configure the instnace for use with Tutor dev or nightly. diff --git a/_sources/commands/configure_tiers.rst.txt b/_sources/commands/configure_tiers.rst.txt new file mode 100644 index 0000000000..4c852f3406 --- /dev/null +++ b/_sources/commands/configure_tiers.rst.txt @@ -0,0 +1,86 @@ +``configure_tiers`` +=================== + +Creates financial assistance tiers and discounts for a course or program. + +This operates in two modes: creating tiers for a program and creating tiers for a course. + +*In the tables below, represents the current year.* + +**Configuring tiers for a course** + +The command will use the readable ID of the course as part of the financial aid discounts. They will default to this: + +=========================== ============= ====== +Code Type Amount +=========================== ============= ====== +-fa-tier1- percent-off .75 +-fa-tier2- percent-off .50 +-fa-tier3- percent-off .25 +-fa-tier4- percent-off 0 +=========================== ============= ====== + +Note that configuring course tiers requires the course to exist. Use ``create_courseware`` (or any of the other methods) to create the course before you run this command. + +**Configuring tiers for a program** + +The default discounts will be: + +==================== =========== ====== +Code Type Amount +==================== =========== ====== +DEDP-fa-tier1- dollars-off 750 +DEDP-fa-tier2- dollars-off 650 +DEDP-fa-tier3- dollars-off 500 +DEDP-fa-tier4- percent-off 0 +==================== =========== ====== + +Specify changes using ``--program`` and/or ``--program-abbrev``. + +**Tiers** + +The actual tiers that will be created are: + +========= ======================== +Threshold Discount +========= ======================== +$0 -fa-tier1- +$25,000 -fa-tier2- +$50,000 -fa-tier3- +$75,000 -fa-tier4- +========= ======================== + +These can be overridden by providing a CSV file. The CSV file should have the following fields and should not have a header row:: + + threshold amount,discount type,discount amount + +If you specify tier information, you must provide all the tiers you want to create - the specified information will override the default. In addition, you must supply a zero income tier. This is a requirement and the command will quit if you don't have one set up, as that tier is used as the starting point for financial assistance. (In other words, learners will see errors if there's not a zero-income threshold tier set up.) + +**Reuse** + +The command will try to reuse any discounts and tiers that match ones the command would have created, so you can safely run this for a course or program that may have already had financial assistance tiers set up. + +Syntax +------ + +Configuring tiers for a program: +``configure_tiers [--program ] [--program-abbrev ] [--tier-info ]`` + +Configuring tiers for a course: +``configure_tiers [--course ] [--tier-info ]`` + +Options +------- + +Program options: + +* ``--program `` - Program ID to use or create. +* ``--program-abbrev `` - Abbreviation to use for tiers and discounts. + +Course options: + +* ``--course `` - Course ID to use. This won't create a course; use ``create_courseware`` for that. + +Common options: + +* ``--tier-info `` - Tier info in CSV format. diff --git a/_sources/commands/create_courseware.rst.txt b/_sources/commands/create_courseware.rst.txt new file mode 100644 index 0000000000..feb9d525dd --- /dev/null +++ b/_sources/commands/create_courseware.rst.txt @@ -0,0 +1,60 @@ +``create_courseware`` +===================== + +Creates a new courseware object. + +**For programs**, this creates the basic program record. +**For courses**, this creates the course, and then optionally adds it to the specified program (and can add it as an elective or required course). It will also optionally create an initial course run for the course. Finally, it will also add the course to the program's requirements or electives list. +**For courseruns**, this creates the course run and associates it with the specified course. + +This will not run ``sync_course_run`` for you, so for best results, ensure the course run is set up on the edX side, use this command, then run ``sync_course_run`` to pull dates and other information from edX. + +Syntax +------ + +``create_courseware [--live] [--self-paced] [--create-run [create_run]] [--run-url [RUN_URL]] [--program [PROGRAM]] [--run-tag [run-tag]] [--required] [--elective] [--force] [--start <date>] [--end <date>] [--enrollment-start <date>] [--enrollment-end <date>] [--upgrade <date>] [--dept <department_name>] [--create-depts]`` + +Checks +------ + +The command performs the following checks: +* It checks to see if ``readable_id`` contains ``course`` or ``program`` at the front - if it doesn't, it will assume you've swapped the title and readable ID mistakenly and stop. +* It checks to see if the course will be live before adding it to the requirements tree. If ``--live`` isn't specified, it will ignore your request. This only applies to course creation. +* If creating a course or program, ``--depts`` must be specified and the department names must exist. + +Both of these checks can be overridden with the ``--force`` flag. + +Options +------- + +* ``object`` - One of ``program``, ``course``, or ``courserun`` +* ``readable id`` - The readable ID of the object. Note: do not specify the run tag for course runs. +* ``title`` - The title of the object. +* ``--live`` - Makes the object live (default is not). +* ``--force|-f`` - Force the creation of the object. (See "Checks" section for details.) +* ``--create-depts`` - If specified, any departments specified that do not currently exist will be created. + +Programs can take the following options: +* ``--depts`` - The departments to associate the program with. + +Courses can take the following options: + +* ``--program <PROGRAM>`` - The program to assign the course to. +* ``--create-run <run tag>`` - Create a course run for this course with the specified run tag. +* ``--run-url <url>`` - The courseware URL for the course run. (Only if ``--create-run`` is specified.) +* ``--self-paced`` - The course run is self-paced. (Only if ``--create-run`` is specified.) +* ``--required`` - The course is a requirement for the program. +* ``--elective`` - The course is an elective for the program. +* ``--depts`` - The departments to associate the course with. + +Course runs can take the following options: + +* ``--program <PROGRAM>`` - The program to assign the course to. **Required.** +* ``--run-tag <run tag>`` - The run tag to use. **Required.** +* ``--run-url <url>`` - The courseware URL for the course run. +* ``--self-paced`` - The course run is self-paced. +* ``--start <date>`` - The date the course run should start. +* ``--end <date>`` - The date the course run should end. +* ``--enrollment-start <date>`` - The date the course run enrollment should start. +* ``--enrollment-end <date>`` - The date the course run enrollment should end. +* ``--upgrade <date>`` - The date after which course run enrollments should not be possible. diff --git a/_sources/commands/create_courseware_page.rst.txt b/_sources/commands/create_courseware_page.rst.txt new file mode 100644 index 0000000000..54170f58f9 --- /dev/null +++ b/_sources/commands/create_courseware_page.rst.txt @@ -0,0 +1,17 @@ +``create_courseware_page`` +========================== + +Creates a very basic About page in the CMS for the given courseware object. + +The about page will only have the handful of fields that are required to be there, and will be linked to the specified courseware object. If the courseware object is a course, it will also be added to the Featured Products section on the homepage. By default, the CMS page will be saved in a draft state. + +Syntax +------ + +``create_courseware_page <courseware id> [--live]`` + +Options +------- + +* ``courseware id`` - The courseware object to make a CMS page for. +* ``--live`` - Makes the resulting page live. diff --git a/_sources/commands/create_product.rst.txt b/_sources/commands/create_product.rst.txt new file mode 100644 index 0000000000..d4bd44ffff --- /dev/null +++ b/_sources/commands/create_product.rst.txt @@ -0,0 +1,19 @@ +``create_product`` +================== + +Creates a product for the given courseware ID. (For now, this only works with course runs.) + +By default, the product description will be the courseware ID. This is the recommended setting for this to make it easy to determine which products are for what courseware objects. + +Syntax +------ + +``create_product <courserun> <price> [--description|-d <description>] [--inactive]`` + +Options +------- + +* ``courserun`` - The course run to use. +* ``price`` - The price (numbers only) of the product. +* ``--description <description>`` (or ``-d``) - Optionally specify the product description. (Defaults to the courseware ID.) +* ``--inactive`` - Makes the product inactive. (Defaults to active.) diff --git a/_sources/commands/create_user.rst.txt b/_sources/commands/create_user.rst.txt new file mode 100644 index 0000000000..72e37e8f6d --- /dev/null +++ b/_sources/commands/create_user.rst.txt @@ -0,0 +1,20 @@ +``create_user`` +=============== + +Creates a learner account in the system. You will be prompted for the account password. + +Syntax +------ + +``create_user username email firstname lastname displayname countrycode [--enroll <courseid>]`` + +Options +------- + +* ``username`` - Username for the learner to create. +* ``email`` - Email address of the learner to create. +* ``firstname`` - The learner's first name. +* ``lastname`` - The learner's last name. +* ``displayname`` - The learner's display name. +* ``countrycode`` - The country code to use. (Default US) +* ``--enroll <courseid>`` - Optionally enroll the user in the specified course run. The enrollment will be an audit enrollment. diff --git a/_sources/commands/generate_discount_code.rst.txt b/_sources/commands/generate_discount_code.rst.txt new file mode 100644 index 0000000000..345246b16e --- /dev/null +++ b/_sources/commands/generate_discount_code.rst.txt @@ -0,0 +1,51 @@ +``generate_discount_code`` +========================== + +Creates discount code(s). + +This can create a single code, a batch of explicitly defined codes, or a batch of automatically generated codes (with an optional prefix). + +Syntax +------ + +``generate_discount_code <code> [<code>...] --amount <amount> [-activates <date>] [--expires <date>] [--discount-type <discount type>] [--one-time] [--once-per-user] [--count <count>] [--prefix <prefix>]`` + +Batch Generating Codes +---------------------- + +You can create a batch of explicitly named codes by simply passing multiple discount codes to the command. All of the codes will be created (assuming they don't already exist) with the options you've specified. + +Alternatively, you can created a number of codes using the ``--count`` and ``-prefix`` option. Using these options will generate the number of codes specified by ``--count`` and will prefix the code with ``-prefix`` if it is specified. The code will be generated using a UUID - if you've supplied a prefix, the code will be in the format ``<prefix><uuid>``. Note that the command won't insert any punctuation between the prefix and the UUID, so you will need to add that yourself if you want, for example, a dash separating the two. UUIDs are 37 characters in length so prefixes need to be a total of 13 characters or less. + +Output +------ + +Generated codes will be written to a ``generated-codes.csv`` file, with the following information: + +* Discount code +* Code type +* Amount +* Expiration date + +The file is overwritten if it exists. + +Options +------- + +General options: + +* ``--amount <amount>`` - The discount's amount. For percent off discounts, this should be on a scale of 0-100. This is required. +* ``--discount-type <discount type>`` - One of ``percent-off``, ``dollars-off``, or ``fixed-price``; the type of discount code to make. Defaults to ``percent-off``. +* ``--activates <date>`` - The date the code should become active (in ISO-8601 format). +* ``--expires <date>`` - The date the code should stop being active (in ISO-8601 format). +* ``--one-time`` - Set the discount to be redeemable only once. +* ``--once-per-user`` - Set the discount to be redeemable only once per learner. + +For explicitly named codes: + +* ``code`` - The code to generate. (You can specify any number of these.) Max length 50 characters. + +For automatically generated codes: + +* ``--count <count>`` - The number of codes to create. +* ``--prefix <prefix>`` - The prefix to append to the code. Max length 13 characters. diff --git a/_sources/commands/import_courserun.rst.txt b/_sources/commands/import_courserun.rst.txt new file mode 100644 index 0000000000..b145dd4a79 --- /dev/null +++ b/_sources/commands/import_courserun.rst.txt @@ -0,0 +1,56 @@ +``import_courserun`` +==================== + +Creates courserun(s) in the system based on edX course data. + +You can specify either a specific courserun to create, or you can specify a run tag (e.g. ``1T2023``) and a program (e.g. ``program-v1:MITx+DEDP``), and the command will create courseruns for the courses that it finds in edX. + +You can also optionally have it create a CMS page for the course, if one doesn't already exist. + +Furthermore, you can specify a price, and it will create (or update) product(s) for the courserun(s) with the specified price. Created products will use the readable ID for the courserun as the product description and will be made active depending on the courserun. This command will not update existing courseruns; only new ones that it creates will get products. + +If the course does not exist, it will be created with the same data as the edX course. Any specified courserun that doesn't exist in edX will be skipped - it won't make empty course runs for you (use Django Admin or ``create_courseware`` if you want to do that, since you'll need to specify a few things that you can't here.) Similarly, any courserun that already exists will be skipped - ``sync_courserun``, which runs on a regular basis, will handle syncing the pertinent data for it. + +New courseruns will be created with the following data synced from the edX course_details API call: +* Start and end dates +* Enrollment start and end dates +* Title +* Pacing (self-paced or instructor-led) +* Courseware URL (depends on the ``OPENEDX_API_BASE_URL`` configuration setting) + +You may want to adjust these after they're created. + +Syntax +------ + +To create an individual courserun: + +``import_courserun [--courserun <courserun>] [--program <program>] [--live] [--create-cms-page] [--price <price>]`` + +To walk a program: + +``import_courserun [--program <program>] [--run-tag <run tag>] [--live] [--create-cms-page] [--price <price>]`` + +Options +------- + +* ``--courserun <courserun>`` - The courserun to check for. Takes precedence over ``--program``. +* ``--program <program>`` + * _If walking a program:_ The program to walk through. Requires ``--run_tag``. Specify either the numeric database ID or the readable ID for the program. + * _If creating a single courserun:_ The program the course should belong to, if any. +* ``--run-tag <run tag>`` - The run tag to use for the new courseruns. Required for ``--program``; don't use otherwise. +* ``--live`` - Make the course live. (Default is to set the flag to false.) +* ``--create-cms-page`` - Attempt to create a basic CMS page for the course, in a similar fashion to ``create_courseware_page``. If this fails (for instance, if the course already has a CMS page), this step will be skipped. +* ``--price <price>`` - Create (or update) a product for the courserun with the specified price. If the command creates multiple courseruns, this will create a product for each. +* ``--dept <department_name>`` - Specify department(s) assigned to the course object. If program is specified, all courses associated with the program and imported will have the same department. + +Example +------- + +The use case for this was creating a batch of course runs for an upcoming semester of DEDP courses; these courses existed in edX but not in MITx Online. Since in that case the semester was 1T2023, this command would have created all the applicable courseruns all at once: + +``manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --dept Economics`` + +Or, the same but with the standard DEDP pricing applied: + +``manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --price 1000`` diff --git a/_sources/commands/index.rst.txt b/_sources/commands/index.rst.txt new file mode 100644 index 0000000000..3ba2d4299d --- /dev/null +++ b/_sources/commands/index.rst.txt @@ -0,0 +1,22 @@ +MITx Online Commands +==================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + check_program_requirements + configure_instance + configure_tiers + create_courseware + create_courseware_page + create_product + create_user + generate_discount_code + import_courserun + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` diff --git a/_sources/commands/refund_fulfilled_order.rst.txt b/_sources/commands/refund_fulfilled_order.rst.txt new file mode 100644 index 0000000000..b88313c685 --- /dev/null +++ b/_sources/commands/refund_fulfilled_order.rst.txt @@ -0,0 +1,21 @@ +``refund_fulfilled_order`` +========================== + +Looks up a fulfilled order in the system, sets it to Refunded, and then adjusts the enrollments accordingly. + +- If --unenroll is specified, the learner will be unenrolled from the course run associated with the order. +- If --audit is specified, the learner will keep their unenrollments, but they will be set to "audit" instead of "verified". + +This does not make any sort of call to CyberSource or any other payment gateway to perform a refund - you're expected to have refunded the learner's money manually already. (At time of writing, PayPal transactions can't be refunded using the normal means, so they get refunded manually via CyberSource and then this command comes in to clean up afterwards.) + +Syntax +------ + +``refund_fulfilled_order <reference number> [--audit] [--unenroll]`` + +Options +------- + +* ``<reference number>`` - The reference number for the order to refund. +* ``--audit`` - Change the learner's enrollment status to ``audit``. +* ``--unenroll`` - Unenroll the learner. diff --git a/_sources/commands/regenerate_edx_auth_tokens.rst.txt b/_sources/commands/regenerate_edx_auth_tokens.rst.txt new file mode 100644 index 0000000000..c5b7632de3 --- /dev/null +++ b/_sources/commands/regenerate_edx_auth_tokens.rst.txt @@ -0,0 +1,16 @@ +``regenerate_edx_auth_tokens`` +============================== + +Regenerates the authentication tokens for a specified learner. In essence, deletes the ``OpenEdxApiAuth`` record and then makes a call to edX to generate a new refresh and access token. + +If the user doesn't have an ``OpenEdxUser`` record either, then this command is not appropriate. Use ``repair_missing_courseware_records`` instead. This will also not do anything with enrollments or grades. The main usecase is if the learner's ``OpenEdxApiAuth`` record gets deleted for some reason, or if their refresh tokens on the edX side are revoked. + +Syntax +------ + +``regenerate_edx_auth_tokens <username>`` + +Options +------- + +* ``username`` - the learner's ID, username, or email address. diff --git a/_sources/commands/resolve_pending_order.rst.txt b/_sources/commands/resolve_pending_order.rst.txt new file mode 100644 index 0000000000..e0d5c549c3 --- /dev/null +++ b/_sources/commands/resolve_pending_order.rst.txt @@ -0,0 +1,17 @@ +``resolve_pending_order`` +========================= + +Looks up the specified pending order in CyberSource and resolves it. This can mean either fulfilling the order or cancelling it, depending on the status of the payment in CyberSource: if the order is found and the result code is 100, it will be fulfilled; otherwise, it will be cancelled. + +This only works on pending orders and won't accept a reference number for an order that's not in the Pending state. + +Syntax +------ + +``resolve_pending_order [--all] [--order <reference number>]`` + +Options +------- + +* ``--all`` - Process all pending orders. +* ``--order <reference number>`` - Process a specific order specified by reference number (e.g. ``mitxonline-prod-1``). diff --git a/_sources/configuration/ecommerce.rst.txt b/_sources/configuration/ecommerce.rst.txt new file mode 100644 index 0000000000..3aa6743e3f --- /dev/null +++ b/_sources/configuration/ecommerce.rst.txt @@ -0,0 +1,77 @@ +Configure eCommerce +=================== + +To use the eCommerce subsystem, some configuration is required. These instructions will also set up a course in your MITx Online environment that you can use for enrollment. + +You'll need a working MITx Online setup and a working devstack setup to begin, and superuser accounts for each. + +Set Up MITx Online eCommerce Config +################################### + +The CyberSource configuration for the app can be lifted out of Heroku. **Make sure you use values from RC - otherwise, you will actually be charged for purchases (and test credit card numbers will fail).** For best results, you should also have an account for the test Enterprise Business Center (``https://ebc2test.cybersource.com/ebc2/``). + +The ``.env`` settings you need to copy over are: + +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_ACCESS_KEY`` +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_PROFILE_ID`` +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURITY_KEY`` +- ``MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURE_ACCEPTANCE_URL`` + +Alternatively, you can set up your own CyberSource developer account and generate a set of API keys there: `Evaluation Account Setup <https://ebc2.cybersource.com/ebc2/registration/external>`_ If you set up your own developer account, you will need to properly configure it for Secure Acceptance with the credit card types you wish to test, and you will need to generate your own API keys and supply them in the ``.env`` file. + +You may also set ``ECOMMERCE_DEFAULT_PAYMENT_GATEWAY`` to ``CyberSource`` - this sets it to the default value, but setting it now will prevent issues if the Payment Gateway ol-django library adds in new payment gateways. + +Set Up a Course +############### + +The devstack environment comes with a couple of test courses set up. If you want a different course, you will need to set that up in Open edX before starting here. Bootstrapping a course in edX is beyond the scope of this document. + +In Open edX +----------- + +1. Log in to the Django Admin interface. +2. Find a course from the `Course Overviews <http://edx.odl.local:18000/admin/course_overviews/courseoverview/>`_ page. +3. Note the *Display name* and *Id* fields. + +In MITx Online +-------------- + +1. Log into the Django Admin interface. +2. Under Courses, open Programs and add a Program. (The specifics here aren't important - there just needs to be a Program.) +3. Under Courses, open Courses and add a Course. The *Title* and *Readable Id* fields should be set to the *Display name* and *Id* fields from the edX course you plan to use. Make sure Live is set and the Program is set to the program you created in step 2. +4. Under Course Runs, add a Course Run. The *Title* and *Courseware Id* fields should be set to the Id and Display Name fields from the edX course. The Courseware url path should be set to the URL where the course lives in edX (ex. ``https://courses-qa.mitxonline.mit.edu/learn/course/course-v1:MITx+14.750x+3T2022/home``). The dates will be overwritten when the system is synced with Open edX, but for testing it's good to put Start Date, End Date, Enrollment Start, and Enrollment End. A good starting point for these is today plus/minus one year for each. +5. You now need to add the course to the CMS. Navigate to the Wagtail CMS admin, at /cms. +6. Open the Courses folder under Home Page. +7. Select Add Child Page. +8. Fill out the form. The course you added in steps 1-4 should appear. (If not, double-check your settings in Django Admin.) Publish the page when ready. +9. Open the Home Page, and select Edit. +10. Under the Featured Products section, select Add. You will be given a button to choose a page, and the page chooser there should list the page you created. +11. Publish the Home Page when ready. + +You should now be able to see the course under the hero image on the MITx Online homepage, and navigating into the course should give you the option to Enroll. (At this point, you won't have a Product set up, so enrolling now should just enroll you in the course.) + +Setting Up a Product +#################### + +1. Log into MITx Online Django Admin. +2. Under Ecommerce, open Products and create a new Product. Set *Content type* to Course Run and *Object Id* to the ID of the course run you created earlier (it's probably 1 if you're working from a new install). Price should ideally be set to a non-zero value, that is less than $999, in RC/Sandbox environments. Description needs to be filled in but can be anything - for clarity, it's recommended to use the course name. Make sure Is active is checked. + +You should now be able to enroll in the upgraded course. + +* If you've enrolled in the course already, you should now see the upsell card on the course listing page. +* If you haven't enrolled, enrolling should pop the upgrade modal. +* In either case, enrolling in the paid version of the course should bring you to the cart, and you should then be able to check out. + +Testing Checkout +---------------- + +The test CyberSource credentials won't actually process a charge that has been run through the system. However, you should avoid using a valid credit card number when testing. Any card number that is both invalid but passes the checks should work. Here are some examples: + +- Visa: 4111111111111111 +- Visa: 4242424242424242 +- MasterCard: 5555555555554444 +- MasterCard: 5105105105105100 +- American Express: 378282246310005 +- Discover: 6011111111111117 + +Supply any expiration date in the future. The CVN code should be any three-digit (not AmEx) or 4 digit (AmEx) number that is fairly unique (not like 123, 111). What card types are allowed and whether or not the CVN code is required depends on the settings in the CyberSource account - currently, the MIT test account does require an expiration date and CVN code and supports the four card types listed above. Transactions are logged and can be found in the test EBC. You can additionally adjust the settings in the EBC to email the payment data to you while you're testing - but you should ask around before doing this in case someone else is testing eCommerce elsewhere. diff --git a/_sources/configuration/hubspot.rst.txt b/_sources/configuration/hubspot.rst.txt new file mode 100644 index 0000000000..6672c1de51 --- /dev/null +++ b/_sources/configuration/hubspot.rst.txt @@ -0,0 +1,9 @@ +Configure HubSpot +=================== +In order to connect your local instance of MITx Online with HubSpot, you will need to define the following envrionment variables in your `.env` file. + +``` +MITOL_HUBSPOT_API_PRIVATE_TOKEN=<ask a developer to add you to the hubspot account> +MITOL_HUBSPOT_API_ID_PREFIX=<your_initials>-mitxonline-dev +HUBSPOT_PIPELINE_ID=19817792 +``` diff --git a/_sources/configuration/index.rst.txt b/_sources/configuration/index.rst.txt new file mode 100644 index 0000000000..f5024eaaf2 --- /dev/null +++ b/_sources/configuration/index.rst.txt @@ -0,0 +1,10 @@ +Configuration +============= + +.. toctree:: + :maxdepth: 2 + + open_edx + tutor + ecommerce + quickstart diff --git a/_sources/configuration/open_edx.rst.txt b/_sources/configuration/open_edx.rst.txt new file mode 100644 index 0000000000..3627f1efe7 --- /dev/null +++ b/_sources/configuration/open_edx.rst.txt @@ -0,0 +1,213 @@ +Configure Open edX +================== + +In order to create user accounts in Open edX and permit authentication from MITx Online to Open edX, you need to configure MITx Online as an OAuth2 provider for Open edX. + +Setup Open edX Devstack +####################### + +Following steps are inspired by `edx-devstack <https://github.com/edx/devstack>`_. + +Add ``/etc/hosts`` alias for Open edX +------------------------------------- + +If one doesn't already exist, add an alias to ``/etc/hosts`` for Open edX. We have standardized this alias +to ``edx.odl.local``. Your ``/etc/hosts`` entry should look like this:: + + 127.0.0.1 edx.odl.local + +Clone edx/devstack +------------------ + +.. code-block:: shell + + git clone https://github.com/edx/devstack + cd devstack + make requirements + make dev.clone + +Pull latest images and run provision +------------------------------------ + +.. code-block:: shell + + make pull + make dev.provision + + +Start your servers +------------------ + +.. code-block:: shell + + make dev.up + +Stop your servers +----------------- + +.. code-block:: shell + + make stop + +Setup social auth +################# + +Install ``social-auth-mitxpro`` in LMS +-------------------------------------- + +There are two options for this: + +Install via pip +^^^^^^^^^^^^^^^ + +.. code-block:: shell + + pip install social-auth-mitxpro + +Install from local Build +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Checkout the `social-auth-mitxpro <https://github.com/mitodl/social-auth-mitxpro>`_ project and build the package per the project instructions +* Copy the ``social-auth-mitxpro-$VERSION.tar.gz`` file into devstack's ``edx-platform`` directory +* In devstack, run ``make lms-shell`` and within that shell ``pip install social-auth-mitxpro-$VERSION.tar.gz`` + + * To update to a new development version without having to actually bump the package version, simply ``pip uninstall social-auth-mitxpro``, then install again + +Install ``openedx-companion-auth`` in LMS +--------------------------------------------- + +There are two options for this: + +Install via pip +^^^^^^^^^^^^^^^ + +.. code-block:: shell + + pip install openedx-companion-auth + +Install from local Build +^^^^^^^^^^^^^^^^^^^^^^^^ + +* Checkout the `openedx-companion-auth <https://github.com/mitodl/open-edx-plugins/tree/main/src/openedx_companion_auth>`_ project and build the package per the project instructions +* Copy the ``openedx-companion-auth-$VERSION.tar.gz`` file from the ``dist`` folder into devstack's ``edx-platform`` directory +* In devstack, run ``make lms-shell`` and within that shell ``pip install openedx-companion-auth-$VERSION.tar.gz`` + + * To update to a new development version without having to actually bump the package version, simply ``pip uninstall -y openedx-companion-auth``, then install again + +Configure MITx Online as a OAuth provider for Open edX +###################################################### + +In MITx Online: + +* go to ``/admin/oauth2_provider/application/`` and create a new application with these settings selected: + + * ``Redirect uris``: ``http://<EDX_HOSTNAME>:18000/auth/complete/mitxpro-oauth2/`` + + * **[macOS users]** You will need redirect uris for both the local edX host alias and for ``host.docker.internal``. This value should be:: + + http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/ + http://host.docker.internal:18000/auth/complete/mitxpro-oauth2/ + + * **[Linux users]** You will need redirect uris for both the local edX host alias and for the gateway IP of the docker-compose networking setup for MITx Online as found via ``docker network inspect mitx-online_default``:: + + http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/ + http://<GATEWAY_IP>:18000/auth/complete/mitxpro-oauth2/ + + * **[WSL 2 users]**: Use the URLs for macOS. You will also have to set ``OPENEDX_IP`` to ``host-gateway`` in your ``.env`` file to make this work. (Networking with WSL 2 works very differently, and the defaults won't work.) + + NOTE: ``GATEWAY_IP`` should be something like ``172.19.0.1``. + + * ``Client type``: "Confidential" + * ``Authorization grant type``: "Authorization code" + * ``Skip authorization``: checked + * Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later + +In Open edX (derived from instructions `here <https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/tpa/tpa_integrate_open/tpa_oauth.html#additional-oauth2-providers-advanced>`_): + +* ``make lms-shell`` into the LMS container and ensure the following settings are set in ``/edx/etc/lms.yml`` if you are using Juniper or a more recent Open edX release, otherwise they should be in ``/edx/app/edxapp/cms.env.json``: + .. code-block:: yaml + + FEATURES: + ALLOW_PUBLIC_ACCOUNT_CREATION: true + ENABLE_COMBINED_LOGIN_REGISTRATION: true + ENABLE_THIRD_PARTY_AUTH: true + ENABLE_OAUTH2_PROVIDER: true + SKIP_EMAIL_VALIDATION: true + REGISTRATION_EXTRA_FIELDS: + country: hidden + THIRD_PARTY_AUTH_BACKENDS: + - social_auth_mitxpro.backends.MITxProOAuth2 + +* ``make lms-restart`` to pick up the configuration changes +* Login to django-admin (default username and password can be found `here <https://github.com/openedx/devstack#usernames-and-passwords>`_), go to ``http://<EDX_HOSTNAME>:18000/admin/third_party_auth/oauth2providerconfig/``, and create a new config: + + * Select the default example site + * The slug field **MUST** match the the backend's name, which for us is ``mitxpro-oauth2`` + * Client Id should be the client id from the MITx Online Django Oauth Toolkit Application + * Check the following checkboxes: + + * Enabled + * Skip hinted login dialog + * Skip registration form + * Sync learner profile data + * Enable SSO id verification + * Set Backend name to: ``mitxpro-oauth2`` + + * In "Other settings", put: + + .. code-block:: json + + { + "AUTHORIZATION_URL": "http://<LOCAL_MITX_ONLINE_ALIAS>:8013/oauth2/authorize/", + "ACCESS_TOKEN_URL": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/oauth2/token/", + "API_ROOT": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/" + } + + * ``LOCAL_MITX_ONLINE_ALIAS`` should be your ``/etc/hosts`` alias for the mitxonline app + * ``EXTERNAL_MITX_ONLINE_HOST`` will depend on your OS, but it needs to be resolvable within the edx container + + * Linux users: The gateway IP of the docker-compose networking setup for mitxonline as found via ``docker network inspect mitx-online_default`` + * OSX users: Use ``host.docker.internal`` + + * Save the configuration. + + + +Configure Open edX to support OAuth2 authentication from MITx Online +#################################################################### + +* In Open edX: + + * go to ``/admin/oauth2_provider/application/`` and verify that an application named 'edx-oauth-app' exists with these settings: + + * ``Redirect uris``: ``http://mitxonline.odl.local:8013/login/_private/complete`` + * ``Client type``: "Confidential" + * ``Authorization grant type``: "Authorization code" + * ``Skip authorization``: checked + * Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later + +* In MITx Online: + + * Set ``OPENEDX_API_CLIENT_ID`` to the client id + * Set ``OPENEDX_API_CLIENT_SECRET`` to the client secret + * Set ``OPENEDX_API_BASE_URL`` to ``http://host.docker.internal:18000`` when running ``devstack`` and ``mitxonline`` locally through Docker + +Configure Logout +################ + +* In Open edX, configure ``settings.IDA_LOGOUT_URI_LIST`` to be a list including the full url to ``<protocol>://<hostname>[:<port>]/logout`` in MITx Online + + * For devstack, this means modifying the value in ``edx-platform/lms/envs/devstack.py`` to include ``http://mitxonline.odl.local:8013/logout`` + * For production, this setting can go in ``lms.env.json`` under the key ``IDA_LOGOUT_URI_LIST`` as a JSON array of with that string in it + +* MITx Online: + + * Set ``LOGOUT_REDIRECT_URL`` to the full path to the edx ``/logout`` view. + +For local development this will be ``http://<EDX_HOSTNAME>:18000/logout`` + + +Configure Open edX user and token for use with MITx Online management commands +############################################################################## + +* In Open edX, create a staff user and then under ``/admin/oauth2_provider/accesstoken/`` add access token. The value of said token needs to match the value set for the ``OPENEDX_SERVICE_WORKER_API_TOKEN`` key in the MITx Online app. diff --git a/_sources/configuration/quickstart.rst.txt b/_sources/configuration/quickstart.rst.txt new file mode 100644 index 0000000000..e261019b1b --- /dev/null +++ b/_sources/configuration/quickstart.rst.txt @@ -0,0 +1,81 @@ +MITx Online Quick Start +======================= + +You can use the ``configure_instance`` management command to perform a quick-start of a fresh MITx Online instance. This command takes care of a lot of the boilerplate required to set up an instance. It: + +* Creates a superuser account (if you want) +* Creates the OAuth2 application record for edX (if you want, and optionally with an existing secret) +* Creates a set of courseware objects, including a DEDP program and courses with runs that match what ships with a standard devstack instance +* Creates a set of CMS pages for the courseware objects that it creates +* Sets up financial assistance appropriately +* Adds a couple of products in for the courses it creates +* Creates a learner account for the system + +It does not: + +* Run migrations +* Completely set up integration with devstack + +In addition, there are a handful of tasks that you'll need to perform afterwards: + +* The CMS pages (course about pages and the financial assistance form) need to be reviewed for content. +* The financial assistance form will need to be published, and linked into the appropriate course. +* You may want to adjust the products that are created. + +The ``configure_instance`` command has a few flags you can use to customize how it works. For more details on this, either run it with ``--help`` or read the :doc:`configure_instance<../commands/configure_instance>` command documentation. (Do this especially if you're using the command to **reset** your MITx Online instance - you can provide an existing OAuth client ID and secret.) + +Performing a Quick Start +------------------------ + +To quick-start your MITx Online instance: + +1. Run the ``migrate`` command. +2. Run the ``createsuperuser`` command. +3. Follow the steps in the :doc:`Configure Open edX<open_edx>` documentation +4. Run ``configure_instance <platform>``, where ``platform`` is ``macos``, ``linux``, or ``none``. (If you don't want it to create OAuth2 records, set this to ``none`` or leave it blank. The default is ``none``.) + +``configure_instance`` will prompt you to enter a password for the test learner account and will prompt you to enter account information for the superuser account. At the end, you'll see your edX OAuth2 application credentials, which can then be plugged into Open edX (if you haven't specified ``none`` for your platform). + +Results +------- + +Running ``configure_instance`` will peform these tasks in order: + +1. Runs ``createsuperuser`` to create the superuser account (unless disabled with ``--dont-create-superuser``). +2. Creates the OAuth2 application record. (This is the one part of this that doesn't rely on an existing management command.) +3. Runs ``configure_wagtail`` to set up the CMS. +4. Runs ``configure_tiers`` to add the DEDP program and configure financial assistance tiers and discounts. +5. Runs ``create_courseware_page`` to add a basic about page for the DEDP program (required for the financial assistance form). +6. Runs ``create_finaid_form`` to create a financial assistance form for the DEDP program. +7. Runs ``create_courseware`` twice to create two courses, each with a course run, that correspond to the demo courses in devstack. (Details below.) +8. Runs ``sync_course_run`` to sync the courses with the devstack instance. +9. Runs ``create_product`` twice to create two products for the courses. +10. Runs ``create_courseware_page`` twice to add course pages for the two courses. (These are marked as live.) +11. Runs ``create_user`` to create the learner account. + +The courses that are created are: + ++----------------------+-----------------------+-------------+-------------+ +| Course | Readable ID | Run Tag | Price | ++======================+=======================+=============+=============+ +| Demonstration Course | course-v1:edX+DemoX | Demo_Course | $999 | ++----------------------+-----------------------+-------------+-------------+ +| E2E Test Course | course-v1:edX+E2E-101 | course | $999 | ++----------------------+-----------------------+-------------+-------------+ + +The learner account that is created is: + +* Username: testlearner +* Email: testlearner@mitxonline.odl.local +* Display Name (split in half for first/last names): Test learner +* Country Code: US +* Enrollments: ``course-v1:edX+DemoX+Demo_Course`` + +The program that gets created is the standard DEDP program (``program-v1:MITx+DEDP``). The *Demonstration Course* is added to the DEDP program; *E2E Test Course* is not. + +Notes +----- + +The steps that involve communication with edX may not work if your environment isn't set up properly. In these cases, the attempts will be queued to be run later. + +If you've set your platform to ``macos`` or ``linux``, the command will do the first part of the *Configure MITx Online as an OAuth provider for Open edX* section in the :doc:`Configure Open edX<open_edx>` documentation. diff --git a/_sources/configuration/tutor.rst.txt b/_sources/configuration/tutor.rst.txt new file mode 100644 index 0000000000..1b52b87674 --- /dev/null +++ b/_sources/configuration/tutor.rst.txt @@ -0,0 +1,219 @@ + +Local Open edX Tutor and MITx Online Deployment +=============================================== + +These instructions describe setting up MITx Online and Tutor from scratch on Linux. These instructions should largely apply to macOS users, and they should also apply to users converting from a devstack-based deployment to Tutor. + +.. + + These instructions should work for a Tutor Dev or Tutor Nightly deployment as well. Specify ``--tutor-dev`` instead of ``--tutor`` when running ``configure_instance`` so the URLs have a port on them. + + +At the end of this guide, you should have: + + +* A fully working MITx Online deployment. +* A working Tutor deployment of edX. +* SSO should work from edX to MITx Online. +* MITx Online should have a service worker set up and should be able to perform tasks using the edX api. +* Tutor's included AuthN MFE should be disabled in favor of the MITx Online authentication system. + +Preliminary Steps +----------------- + +``pyenv`` (and ``pyenv-virtualenv``\ ) are highly recommended for managing local Python versions. `Use the instructions on their GitHub page to install if you haven't already installed it. <https://github.com/pyenv/pyenv>`_ + +You'll want to create at least a virtualenv for Tutor. As of this writing, Tutor uses Python 3.8.12 (in the LMS container at least); I have also successfully used 3.9.16. 3.11 has *not* worked for me. You can optionally create a virtualenv for MITx Online too but that's not strictly necessary. (I have one so I can run black/isort/etc. without having to jump into a container to do it.) + +Tutor Setup, Part One +--------------------- + +.. + + Note that no hosts file changes are needed if you use the default ``local.edly.io`` domain - that's a real domain with a wildcard subdomain cname that points to 127.0.0.1. + + +To begin, you need to follow the `One-Click Installer <https://docs.tutor.overhang.io/quickstart.html>`_ instructions provided by Tutor. Do this with your Tutor virtualenv activated. + +.. + + Mac/Arm users should instead follow these instructions: `Running Tutor on ARM-based systems <https://docs.tutor.overhang.io/tutorials/arm64.html>`_ It's mostly the same steps that the quickstart does internally, with some changes to rebuild some of the images and flip some dependencies to use compatible images for Arm. + + +Once Tutor has bootstrapped itself and is available, create a superuser account: + +.. code-block:: + + tutor local do createuser --staff --superuser edx edx@example.org + +Supply a password (the one used by devstack is ``edx`` so use that if you want to be consistent with it). Then, create a service worker account for MITx Online: + +.. code-block:: + + tutor local do createuser --staff mitx_online_serviceworker service@mitxonline.odl.local + +Supply a password (this one doesn't matter for a local deployment, you won't ever actually use the account). + +For best results, create two new courses within edX. The MITx Online ``configure_instance`` command expects a couple of courses to exist in edX (because they come with the devstack package): + +.. list-table:: + :header-rows: 1 + + * - Course ID + - Course Title + * - course-v1:edX+DemoX+Demo_Course + - Demonstration Course + * - course-v1:edX+E2E-101+course + - E2E Test Course + + +If you have a devstack instance handy, you can export these and import them into Tutor. Otherwise, just create them and make sure to set dates for the courses (they default to 2030 otherwise). + +Finally, go here to create an access token for the service worker user: https://local.edly.io/admin/oauth2_provider/accesstoken/add/ The token can be anything, and the expiration date should just be today plus 10 years. + +MITx Online Setup +----------------- + +To set up MITx Online: + + +#. Get the gateway IP for the ``tutor_local_default`` network: ``docker network inspect tutor_local_default | grep Gateway`` + + * Mac users should instead use the host.docker.internal IP. Specify this by setting ``OPENEDX_IP=host-gateway`` in your MITx Online ``.env`` file. + +#. Set up your ``/etc/hosts`` file to point ``mitxonline.odl.local`` to localhost. +#. Clone the repository somewhere. +#. Set up your ``.env`` file. These settings need particular attention: + + * ``OPENEDX_IP``\ : set to the gateway IP from the first step + * ``OPENEDX_API_BASE_URL``\ : set to http://local.edly.io + * ``OPENEDX_SERVICE_WORKER_USERNAME``\ : set to ``mitx_online_serviceworker`` (unless you changed this) + * ``OPENEDX_SERVICE_WORKER_API_TOKEN``\ : set to the token you generated + +#. Build the app: ``docker compose build`` +#. Run migrations and configure Wagtail:: + + docker compose run --rm web ./manage.py migrate + docker compose run --rm web ./manage.py configure_wagtail + +#. Run the ``configure_instance`` command:: + + docker compose run --rm web ./manage.py configure_instance linux --gateway <ip> --tutor + + where ``<ip>`` is the IP from the first step. (On macOS, specify ``macos`` instead of ``linux``. You can also skip ``--gateway``.) You will need to supply passwords for the MITx Online superuser and test learner accounts. Make a note of the client ID and secret that it will print out at the end. + + +Tutor Setup, Part Two +--------------------- + +Note that some of these steps require editing the main configuration files for the production instance (which is also used for a local deployment). Most of the settings that need to be adjusted to get integration working are overridden by the default Tutor configuration, so you can't update them by setting ``config.yml``. If you're using the development Tutor build, you'll likely need to edit ``development.py`` rather than ``production.py`` as necessary. + +These steps will also disable the AuthN SSO MFE, so from here on you'll get normal edX authentication screens (if you're not being bounced to MITx Online). + + +#. Get the gateway IP of the ``mitxonline_default`` Docker network:: + + docker network inspect mitxonline_default | grep Gateway + +#. Log into to edX using your superuser account, and make sure your session stays open. Sessions are pretty long-lived so this just means not closing the browser that you started the session in. (Part of this process will involve mostly breaking authentication so it's important that you are able to get into the admin.) +#. Stop Tutor: ``tutor local stop`` +#. Change into the configuration root for Tutor:: + + cd "$(tutor config printroot)" + +#. Create a ``env/build/openedx/requirements/private.txt`` with the required extensions:: + + social-auth-mitxpro + openedx-companion-auth + +#. Edit the ``env/apps/openedx/config/lms.env.yml`` file and add:: + + FEATURES: + SKIP_EMAIL_VALIDATION: true + + to the ``FEATURES`` block (should be at the top). +#. Edit the ``env/apps/openedx/settings/lms/production.py`` and/or ``env/apps/openedx/settings/lms/development.py`` settings file. (The former is used by a local instance, where the latter is used by both dev and nightly instances.) + + * Add to the end of the file: + + * ``THIRD_PARTY_AUTH_BACKENDS = ['social_auth_mitxpro.backends.MITxProOAuth2']`` + * ``AUTHENTICATION_BACKENDS.append('social_auth_mitxpro.backends.MITxProOAuth2')`` + * ``IDA_LOGOUT_URI_LIST.append('http://mitxonline.odl.local:8013/logout/')`` - there's an existing one of these around like 300 in production.py too. + + * Find and update: + + * ``FEATURES['ENABLE_AUTHN_MICROFRONTEND'] = False`` (defaults to True) + * ``REGISTRATION_EXTRA_FIELDS["terms_of_service"] = "hidden"`` (defaults to required) + +#. Build a new ``openedx`` image: ``tutor images build openedx`` (this will take a long time) +#. Run a Docker Compse rebuild: ``tutor local dc build`` (this should be pretty quick - it's likely not required, just doing it here for safety) +#. Restart Tutor: ``tutor local start -d`` (omit ``-d`` if you want to watch the logs) +#. Check your settings. There's a ``print_setting`` command that you can use to verify everything is set properly: + + * ``tutor local run lms ./manage.py lms print_setting REGISTRATION_EXTRA_FIELDS`` + * ``tutor local run lms ./manage.py lms print_setting AUTHENTICATION_BACKENDS`` + * ``tutor local run lms ./manage.py lms print_setting FEATURES`` - will print a lot of stuff + * ``tutor local run lms ./manage.py lms print_setting THIRD_PARTY_AUTH_BACKENDS`` + * If you do have weird errors or settings not showing properly, make sure you edited the right yaml files *and* that they're using the right whitespace (i.e. don't use tabs). + +#. In a separate browser session of some kind (incognito/private browsing/other browser entirely), try to navigate to http://local.edly.io . It should load but it should give you an error message. In the LMS logs, you should see an error message for "Can't fetch settings for disabled provider." This is proper operation - the OAuth2 settings aren't in place yet. +#. In the superuser session you have open, go to http://local.edly.io/admin . This should work. If you've been logged out, you should still be able to get in. If you can't (for instance, if you're getting 500 errors), you will need to turn off ``ENABLE_THIRD_PARTY_AUTH`` in ``FEATURES``\ , restart Tutor using ``tutor local stop`` and ``start``\ , not using ``reboot``\ , then try again. +#. Go to http://local.edly.io/admin/third_party_auth/oauth2providerconfig/add/ and add a provider configuration: + + * Enabled is checked. + * Name: ``mitxonline`` + * Slug: ``mitxpro-oauth2`` + * Site: ``local.edly.io`` + * Skip hinted login dialog is checked. + * Skip registration form is checked. + * Skip email verification is checked. + * Sync learner profile data is checked. + * Enable sso id verification is checked. + * Backend name: ``mitxpro-oauth2`` + * Client ID and Client Secret: from record created by ``configure_instance`` when you set up MITx Online. + * Other settings: + + { + "AUTHORIZATION_URL": "\http://mitxonline.odl.local:8013/oauth2/authorize/", + "ACCESS_TOKEN_URL": "\http://<MITXONLINE_GATEWAY_IP>:8013/oauth2/token/", + "API_ROOT": "\http://<MITXONLINE_GATEWAY_IP>:8013/" + } + + where MITXONLINE_GATEWAY_IP is the IP from the ``mitxonline_default`` network from the first step. **Mac users**, use ``host.docker.internal`` for MITXONLINE_GATEWAY_IP. + +#. Configure Tutor for OAuth2 authentication from MITx Online. + + * Go to http://local.edly.io/admin/oauth2_provider/application/ and either add or edit the ``edx-oauth-app`` entry. + * Ensure these settings are set: + + * Name: ``edx-oauth-app`` + * Redirect uris: ``http://mitxonline.odl.local:8013/login/_private/complete`` + * Client type: ``Confidential`` + * Authorization grant type: ``Authorization code`` + * Skip authorization is checked. + + * Save ``Client id`` and ``Client secret``. + +#. Update your MITx Online ``.env`` file. Set ``OPENEDX_API_CLIENT_ID`` and ``OPENEDX_API_CLIENT_SECRET`` to the values from the record you created or updated in the last step. +#. You should now be able to run some MITx Online management commands to ensure the service worker is set up properly: + + * ``sync_courserun --all ALL`` should sync the two test courses (if you made them). + * ``repair_missing_courseware_records`` should also work. + +#. In the separate browser session from step 12, attempt to log in again. This time, you should be able to log in through MITx Online, and you should be able to get to the edX LMS dashboard. If not, then double-check your provider configuration settings and try again. + + * Unlike devstack, the Tutor instance has an Update button for the provider configuration, so you can just update the record you put in. + * If you are still getting "Can't fetch settings" errors, *make sure* your Site is set properly - there are three options by default and only one works. (This was typically the problem I had.) + +#. Optionally, log into the LMS Django Admin and make your MITx Online superuser account a superuser there too. + +Other Notes +----------- + +**Trying to set configuration settings via ``tutor config`` will undo the specialty configuration above.** If you need to make changes to the configuration, either manually edit the ``env/apps/openedx/config/lms.env.yml`` file or the ``env/apps/openedx/settings/lms/production.py`` file and restart your Tutor instance. + +**Make sure your service worker account is active.** It's an easy checkbox to miss. + +**Restarting** If you want to rebuild from scratch, make sure you ``docker image prune``. It's also recommended to remove the Tutor project root folder - ``tutor config printroot`` will tell you where that is. + +**Running Multiple Tutor Instances** If you want to run more than one Tutor instance, it's pretty important to specify the project root explicitly or you may end up with one instance trying to use config files from another and things getting confused from there. `See the Tutor documentation for this. <https://docs.tutor.overhang.io/local.html#tutor-root>`_ (A suggestion: configure aliases to the ``tutor`` command that run ``tutor --root=<whatever>`` so you don't have to rely on environment variables, especially if you keep multiple terminal sessions going.) diff --git a/_sources/configuration/uwsgi_tuning.rst.txt b/_sources/configuration/uwsgi_tuning.rst.txt new file mode 100644 index 0000000000..605e1fff52 --- /dev/null +++ b/_sources/configuration/uwsgi_tuning.rst.txt @@ -0,0 +1,68 @@ +======================================= +Setting up uWsgi tuning for MITx Online +======================================= + +This setup satisfies the testing to help with tuning as mentioned in this `Discusssion Post <https://github.com/mitodl/hq/discussions/393>`_ + +Largely borrowed from work on OCW studio: + +| `Adding uWSGI stats <https://github.com/mitodl/ocw-studio/pull/1898/>`_ +| `Tuning the App <https://github.com/mitodl/ocw-studio/pull/1886/>`_ + + +****************** +To set up locally: +****************** + +Set up uwsgitop +--------------- +1. Install uwsgitop: ``docker compose run --rm web poetry add uwsgitop`` +2. Set UWSGI_RELOAD_ON_RSS in your .env to a high value (e.g. 500) +3. Set UWSGI_MAX_REQUESTS in your .env to a high value (e.g. 10000) +4. ``docker compose build`` +5. ``docker compose up`` +6. In a new terminal window/tab, ``docker compose exec web uwsgitop /tmp/uwsgi-stats.sock`` +7. You should see your application's memory usage without usage. Ready to go. + + +Set up Locust +------------- +1. Install Locust: ``docker compose run --rm web poetry add locust`` +2. Add locust to your docker-compose.yml locally, under services: + +.. code-block:: shell + + locust: + image: locustio/locust + ports: + - "8089:8089" + volumes: + - ./:/src + command: > + -f /src/locustfile.py + +3. Add the following to the web block, at the level of, and directly after, ``build``: + +.. code-block:: shell + + deploy: + resources: + limits: + cpus: "2" + memory: "1g" + +4. Add locustfile.py. There is an example file at ``locustfile.py.example`` in the root of the repo. ``cp locustfile.py.example locustfile.py`` will copy it over as is. Change variables and/or add tests as needed. + +Put it all together +------------------- + +1. Run ``docker-compose build`` +2. Run ``docker-compose up`` +3. You can use locust from ``http://0.0.0.0:8089/`` in a browser +4. You can use uwsgitop in a terminal with ``docker compose exec web uwsgitop /tmp/uwsgi-stats.sock`` + +****************** +To test: +****************** + +Coming soon! diff --git a/_sources/ecommerce/flexible_pricing.rst.txt b/_sources/ecommerce/flexible_pricing.rst.txt new file mode 100644 index 0000000000..3721af188b --- /dev/null +++ b/_sources/ecommerce/flexible_pricing.rst.txt @@ -0,0 +1,52 @@ +Flexible Pricing +================ + +The Flexible Pricing system allows learners to request alternative pricing for MITx Online courses based on their location and annual income. These requests can be made through a customizable form in the Wagtail CMS system. + +When the learner accesses the Flexible Pricing request form, they will see one of the following: + +* If they aren't logged in, they'll see a message saying so. Learners must be logged in to request flexibile pricing. +* If they haven't submitted a request, they'll see the flexible pricing form and will be able to submit a request. On submission, the learner will see a message saying their request has been approved (if it can be approved automatically), or will see a request for more information to be submitted via DocuSign. +* If they have submitted a request, they'll be presented with a status page for their request. The text for approved, denied, and in progress states can be customized. + +Form Creation +************* + +*To manually create a Flexible Pricing request form,* follow these steps: + +1. Navigate to the course page for the course. (Do not click the pencil button to edit, simply select the page itself.) +2. Click the Add Child Page button in the header. +3. You will be presented with the New Flexible Pricing Request Form page. Fill out the form. + + 1. The Intro field text is displayed on the form regardless of the state of the request. + 2. The Guest text is displayed if the learner isn't logged in yet. + 3. The Application Processing text is displayed if the learner navigates to the form again and their application is still being processed. + 4. The Application Approved text is displayed if the learner navigates to the form and their application has been approved. + 5. The Application Approved No Discount text is displayed if the learner navigates to the form and their application has been approved, but they've been approved for a zero-value tier. (In other words, the learner has exceeded the upper limit of flexible pricing.) + 6. The Application Denied text is displayed if the learner navigates to the form and their application has been denied. + 7. The Form Fields are the data that the learner must provide to be considered for flexible pricing. Leave this alone - the system will automatically add the proper fields when the form is published. + +4. Publish the form when you are ready. +5. Navigate back to the course page for the course, and edit the page. Add a link to the flexible pricing form you created in the page content. +6. Publish the course page when you are ready. + +To add the Flexible Pricing form to the Price card on a course page, first get the link to the live form. This can be done on the edit page for the flexible pricing form (as well as in a few other locations within the CMS). Then, add that link to the Link field in the Price card for the course. + +*To generate a Flexible Pricing request form with some reasonable defaults for your courseware object,* use the ``create_finaid_form`` management command: + +.. code-block:: bash + + $ manage.py create_finaid_form [--force] [--slug <slug name here>] [--title <title here>] courseware-readable-id + +This command will create an appropriate flexible pricing form for the courseware object: + +* If you've specified a Program, the form will be located under the program's page in the CMS. +* If you've specified a standalone Course, the form will be located under the course's page in the CMS. +* If you've specified a Course that is in a Program, the form will be located under the program's page in the CMS, *unless* the ``--force`` option is specified. In that case, the form will be under the course page. + +You can customize the title and slug using their respective options. By default, the system will use the object's title to generate a form title and slug. + +Processing Submitted Request +**************************** + +TBD diff --git a/_sources/ecommerce/index.rst.txt b/_sources/ecommerce/index.rst.txt new file mode 100644 index 0000000000..fb0009238e --- /dev/null +++ b/_sources/ecommerce/index.rst.txt @@ -0,0 +1,9 @@ +Ecommerce +========= + +.. toctree:: + :maxdepth: 2 + + overview + flexible_pricing + subsystems/index diff --git a/_sources/ecommerce/overview.rst.txt b/_sources/ecommerce/overview.rst.txt new file mode 100644 index 0000000000..916ec66478 --- /dev/null +++ b/_sources/ecommerce/overview.rst.txt @@ -0,0 +1,31 @@ +Overview +========= + +Goals +***** + +We will be creating a robust ecommerce implementation, incorporating learnings from the last several years to implement it in a scalable and reusable way. A good reference point is this guide on Pythonic SOLID Principle. We should also strongly strive towards keeping coupling between the subsystems proposed here to a minimum or at least limited in surface area. +Core + +The core of the ecommerce system should be simple enough to configure and operate but support enough functionality to serve a majority of our use cases. Users should be able to see programs or course runs, select them for purchase, and make a payment. + +Prior Art +********* + +We have a few implementations of ecommerce we’ve created over the years: + +MicroMasters +^^^^^^^^^^^^ +The MicroMasters implementation is highly specialized, particularly around financial aid programs where each learner gets custom pricing. Incorporating this level of complexity into the core of the ecommerce system is not something we want to do, but we should carve out some options to extend the system in the future without implementing it in the core system. + +xPro +^^^^ + +xPro ecommerce was implemented based on our experiences implementing ecommerce in MicroMasters. A good amount of planning went into this implementation, although it also has some specializations we wouldn’t be using in MITx Online such as a vouchers system. We will probably borrow heavily from the core designs that were proved out here. + +Core Systems +************ + +Ecommerce is actually a combination of 3 discernable subsystems that often get muddled together: products, orders, and payment. See the high-level diagram below to understand the pieces of data and operations that happen. + +.. mermaid:: assets/ecommerce-architecture.mm diff --git a/_sources/ecommerce/subsystems/basket.rst.txt b/_sources/ecommerce/subsystems/basket.rst.txt new file mode 100644 index 0000000000..a63398f79b --- /dev/null +++ b/_sources/ecommerce/subsystems/basket.rst.txt @@ -0,0 +1,30 @@ +Basket Subsystem +================ + +This tracks products intended to be purchased, often providing some additional state such as which runs under a program a user is purchasing. + +A simple schema for this would be: + +.. code-block:: python + + class Basket(TimestampedModel): + """Represents a User's basket.""" + + user = models.OneToOneField(settings.AUTH_USER_MODEL) + + class BasketItem(TimestampedModel): + """Represents one or more products in a user's basket.""" + + product = models.ForeignKey(Product) + basket = models.ForeignKey(Basket) + quantity = models.PositiveIntegerField() + +APIs +^^^^ + +- ``GET /api/v0/basket/`` -> get the current basket state +- ``POST /api/v0/basket/`` -> update the basket state + +Notes +^^^^^ +The implementation of this would use the discount subsystem to calculate the discounted prices, those values would be returned in the API for the frontend to use for display purposes. diff --git a/_sources/ecommerce/subsystems/discount.rst.txt b/_sources/ecommerce/subsystems/discount.rst.txt new file mode 100644 index 0000000000..3b0f8b09e8 --- /dev/null +++ b/_sources/ecommerce/subsystems/discount.rst.txt @@ -0,0 +1,101 @@ +Discount Subsystem +================== + +Discounts will need to be provided on occasion, these give the user a reduced price for some or all products. Treating this as a discount system and not necessarily a coupon system (e.g. a coupon is a kind of discount) is a good way to frame this approach. + +The discount system would support discounts of multiple types. We’ve done discounts a lot of different ways before so we need to balance out flexibility against keeping complexity down. Each discount would be associated with a certain Product. + +A discount may optionally be pre-associated with a User so that it can be automatically applied on checkout. + +Discounts should only be computed on the backend, some of our ecommerce implementations have computed the discount on the frontend and we want to avoid this going forward. + +Discount Types +^^^^^^^^^^^^^^ +Discount types would track how the discounted price is computed, some examples/ideas: +``percent-off``: a percentage off the original price +``dollars-off``: a fixed dollar reduction in price (e.g. $30 off) +``fixed-price``: the price is discounted to the fixed price (e.g. a product would cost $100 regardless of what the original price was) + +Redemption Types +^^^^^^^^^^^^^^^^ +There may be a few different ways we want to track discount usage, for example: + +``one-time``: the discount can only be used once by anyone +``one-time-per-user``: the discount can be used once per user +``unlimited``: the discount can be used any number of times + +Data Models +^^^^^^^^^^^ +.. code-block:: python + + class Discount(TimestampedModel): + """Discount model""" + amount = models.DecimalField( + decimal_places=5, + max_digits=20, + ) + automatic = models.BooleanField(default=False) + discount_type = models.CharField( + choices=DISCOUNT_TYPES, max_length=30 + ) + redemption_type = models.CharField( + choices=REDEMPTION_TYPES, max_length=30 + ) + max_redemptions = models.PositiveIntegerField(null=True) + + class UserDiscount(TimestampedModel): + """pre-assignment for a discount to a user""" + discount = models.ForeignKey(Discount) + user = models.ForeignKey(User) + +Implementation Proposal +^^^^^^^^^^^^^^^^^^^^^^^ + +Rather than codifying the discount logic in a complicated computation function, discount types can be implemented by abstracting the logic around discounts into a registry-driven discount factory like this: + +.. code-block:: python + + import abc + from dataclasses import dataclass + + + @dataclass + class DiscountType(abc.ABC): + _CLASSES = {} + + discount: Discount + + # see https://www.python.org/dev/peps/pep-0487/ + def __init_subclass__(cls, *, discount_type, **kwargs): + super().__init_subclass__(**kwargs) + + if discount_type in _CLASSES: + raise TypeError(f"{discount_type} already defined for DiscountType") + + cls.discount_type = discount_type + cls._CLASSES[discount_type] = cls + + @classmethod + def for_discount(cls, discount: Discount): + DiscountTypeCls = cls._CLASSES[discount.discount_type] + + return DiscountTypeCls(discount) + + def get_product_price(self, product: Product): + return self.get_product_version_price(product.latest_version) + + @abc.abstractmethod + def get_product_version_price(self, product_version: ProductVersion): + ... + + class PercentDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT): + + def get_product_version_price(self, product_version: ProductVersion): + return product_version.price * self.discount.amount + + class FixedPriceDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT): + + def get_product_version_price(self, product_version: ProductVersion): + return self.discount.amount # the amount here is the fixed price + +With this implementation, prices before ordering would use get_product_price, whereas the receipt service would use get_product_version_price on the purchased versions. This makes it far more scalable to introduce new discount types without having to refactor existing code. diff --git a/_sources/ecommerce/subsystems/index.rst.txt b/_sources/ecommerce/subsystems/index.rst.txt new file mode 100644 index 0000000000..fd4f0d3a3f --- /dev/null +++ b/_sources/ecommerce/subsystems/index.rst.txt @@ -0,0 +1,12 @@ +Subsystems +========== + +.. toctree:: + :maxdepth: 2 + + product + basket + order + discount + payment + reporting diff --git a/_sources/ecommerce/subsystems/order.rst.txt b/_sources/ecommerce/subsystems/order.rst.txt new file mode 100644 index 0000000000..0e8690df64 --- /dev/null +++ b/_sources/ecommerce/subsystems/order.rst.txt @@ -0,0 +1,30 @@ +Order Subsystem +=============== + +Orders represent a payment for some kind of product(s), these products will typically be either Programs or Course Runs. An order is marked as unfulfilled initially and then marked as fulfilled once a payment is completed. An order can fail or be refunded. + +Data Model +^^^^^^^^^^ +.. code-block:: python + + class Order(TimestampedModel): + """An order containing information for a purchase.""" + status = models.CharField() + purchaser = models.ForeignKey(settings.AUTH_USER_MODEL) + total_price_paid = models.DecimalField() + + class Line(TimestampedModel): + """A line in an Order.""" + + order = models.ForeignKey(Order) + product_version = models.ForeignKey(ProductVersion) + quantity = models.PositiveIntegerField() + + class Transaction(TimestampedModel): + """A transaction on an order, generally a payment but can also cover refunds""" + order = models.ForeignKey(Order) + amount = models.DecimalField( + decimal_places=5, + max_digits=20, + ) + data = models.JSONField() diff --git a/_sources/ecommerce/subsystems/payment.rst.txt b/_sources/ecommerce/subsystems/payment.rst.txt new file mode 100644 index 0000000000..ef6b97a9fc --- /dev/null +++ b/_sources/ecommerce/subsystems/payment.rst.txt @@ -0,0 +1,4 @@ +Payment Subsystem +================= + +The payment subsystem takes unfulfilled orders, takes the user through payment completion, and finally marks the order as fulfilled. We historically and for the foreseeable future use CyberSource, but this should be strongly decoupled from the rest of the ecommerce system and made pluggable for future flexibility. This system would also be responsible for any webhooks/callbacks that the payment processor makes to us. diff --git a/_sources/ecommerce/subsystems/product.rst.txt b/_sources/ecommerce/subsystems/product.rst.txt new file mode 100644 index 0000000000..5f4b7d157b --- /dev/null +++ b/_sources/ecommerce/subsystems/product.rst.txt @@ -0,0 +1,28 @@ +Product Subsystem +================= + +The product subsystem is responsible for tracking all product-related data. Purchasable products are typically Programs and Course Runs. Pricing information is tracked as immutable data for the sake of historically accurate pricing for orders. + +Data Models +^^^^^^^^^^^ + +.. code-block:: python + + @reversion.register(exclude=("content_type", "object_id", "created_on", "updated_on")) + class Product(TimestampedModel): + """ + Representation of a purchasable product. There is a GenericForeignKey to a Course or Program. + """ + content_type = models.ForeignKey(ContentType) + object_id = models.PositiveIntegerField() + content_object = GenericForeignKey("content_type", "object_id") + +This will utilize `django-reversion` to version product data. + +APIs +^^^^ + +The API that would be primarily needed would be one to read back product data. It is presumed that data entry is done through django-admin: + +- ``GET /api/v0/products/`` -> returns a paginated list of products +- ``GET /api/v0/products/1/`` -> returns a single product diff --git a/_sources/ecommerce/subsystems/reporting.rst.txt b/_sources/ecommerce/subsystems/reporting.rst.txt new file mode 100644 index 0000000000..9aa05dc621 --- /dev/null +++ b/_sources/ecommerce/subsystems/reporting.rst.txt @@ -0,0 +1,17 @@ +Reporting Subsystem +=================== + +OL marketing and finance team need to include financial data in their reporting, so they can evaluate and plan campaigns, reconcile accounts, and payout royalties. As a guiding principle, we want to be able to report on any data that is collected by the ecommerce system, but avoid supplementing the data with external considerations (such as marketing costs, or payout rates). + +Use Cases +********* + +MicroMasters +^^^^^^^^^^^^ + +Most of MicroMasters programs and courses function the same as any other MITx course, they wouldn’t otherwise be treated any differently except for marketing purposes, which are out of scope for this document if not MITx Online altogether. + +DEDP +^^^^ + +The DEDP program as it is implemented currently is a special case when it comes to ecommerce - DEDP currently supports financial aid. This essentially amounts to a discount to a lower fixed rate. There are a few tiers of financial aid discounts available, but this is easily handled with a couple of preconfigured discounts. We’d need a UI somewhere that enables staff to assign a discount to a particular learner. That discount would then automatically apply to courses within that program, the same as any other program-scoped discount. diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt new file mode 100644 index 0000000000..a7fd8f7d37 --- /dev/null +++ b/_sources/index.rst.txt @@ -0,0 +1,22 @@ +.. MITx Online Documentation documentation master file, created by + sphinx-quickstart on Tue Dec 7 10:41:39 2021. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to MITx Online Documentation's documentation! +===================================================== + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + authentication + configuration/index + ecommerce/index + commands/index + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` diff --git a/_static/basic.css b/_static/basic.css new file mode 100644 index 0000000000..59043d5577 --- /dev/null +++ b/_static/basic.css @@ -0,0 +1,925 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +div.section::after { + display: block; + content: ''; + clear: left; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 19rem; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox form.search { + overflow: hidden; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li p.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: unset; + max-width: 45rem; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +a:visited { + color: #551A8B; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, figure.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, figure.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-default { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar, +aside.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px; + background-color: #ffe; + width: 40%; + float: right; + clear: right; + overflow-x: auto; +} + +p.sidebar-title { + font-weight: bold; +} + +nav.contents, +aside.topic, +div.admonition, div.topic, blockquote { + clear: left; +} + +/* -- topics ---------------------------------------------------------------- */ + +nav.contents, +aside.topic, +div.topic { + border: 1px solid #ccc; + padding: 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +nav.contents::after, +aside.topic::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + margin-top: 10px; + margin-bottom: 10px; + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table.align-default { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure, figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption, figcaption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number, +figcaption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text, +figcaption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- hlist styles ---------------------------------------------------------- */ + +table.hlist { + margin: 1em 0; +} + +table.hlist td { + vertical-align: top; +} + +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +aside.footnote > span, +div.citation > span { + float: left; +} +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { + margin-bottom: 0em; +} +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + +dl { + margin-bottom: 15px; +} + +dd > :first-child { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +.translated { + background-color: rgba(207, 255, 207, 0.2) +} + +.untranslated { + background-color: rgba(255, 207, 207, 0.2) +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +pre, div[class*="highlight-"] { + clear: both; +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; +} + +td.linenos pre { + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; +} + +table.highlighttable td { + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; +} + +div.code-block-caption { + margin-top: 1em; + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + margin: 1em 0; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: absolute; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/_static/doctools.js b/_static/doctools.js new file mode 100644 index 0000000000..4d67807d17 --- /dev/null +++ b/_static/doctools.js @@ -0,0 +1,156 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Base JavaScript utilities for all Sphinx HTML documentation. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ + "TEXTAREA", + "INPUT", + "SELECT", + "BUTTON", +]); + +const _ready = (callback) => { + if (document.readyState !== "loading") { + callback(); + } else { + document.addEventListener("DOMContentLoaded", callback); + } +}; + +/** + * Small JavaScript module for the documentation. + */ +const Documentation = { + init: () => { + Documentation.initDomainIndexTable(); + Documentation.initOnKeyListeners(); + }, + + /** + * i18n support + */ + TRANSLATIONS: {}, + PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), + LOCALE: "unknown", + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext: (string) => { + const translated = Documentation.TRANSLATIONS[string]; + switch (typeof translated) { + case "undefined": + return string; // no translation + case "string": + return translated; // translation exists + default: + return translated[0]; // (singular, plural) translation tuple exists + } + }, + + ngettext: (singular, plural, n) => { + const translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated !== "undefined") + return translated[Documentation.PLURAL_EXPR(n)]; + return n === 1 ? singular : plural; + }, + + addTranslations: (catalog) => { + Object.assign(Documentation.TRANSLATIONS, catalog.messages); + Documentation.PLURAL_EXPR = new Function( + "n", + `return (${catalog.plural_expr})` + ); + Documentation.LOCALE = catalog.locale; + }, + + /** + * helper function to focus on search bar + */ + focusSearchBar: () => { + document.querySelectorAll("input[name=q]")[0]?.focus(); + }, + + /** + * Initialise the domain index toggle buttons + */ + initDomainIndexTable: () => { + const toggler = (el) => { + const idNumber = el.id.substr(7); + const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); + if (el.src.substr(-9) === "minus.png") { + el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; + toggledRows.forEach((el) => (el.style.display = "none")); + } else { + el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; + toggledRows.forEach((el) => (el.style.display = "")); + } + }; + + const togglerElements = document.querySelectorAll("img.toggler"); + togglerElements.forEach((el) => + el.addEventListener("click", (event) => toggler(event.currentTarget)) + ); + togglerElements.forEach((el) => (el.style.display = "")); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); + }, + + initOnKeyListeners: () => { + // only install a listener if it is really needed + if ( + !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS + ) + return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.altKey || event.ctrlKey || event.metaKey) return; + + if (!event.shiftKey) { + switch (event.key) { + case "ArrowLeft": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const prevLink = document.querySelector('link[rel="prev"]'); + if (prevLink && prevLink.href) { + window.location.href = prevLink.href; + event.preventDefault(); + } + break; + case "ArrowRight": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const nextLink = document.querySelector('link[rel="next"]'); + if (nextLink && nextLink.href) { + window.location.href = nextLink.href; + event.preventDefault(); + } + break; + } + } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case "/": + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; + Documentation.focusSearchBar(); + event.preventDefault(); + } + }); + }, +}; + +// quick alias for translations +const _ = Documentation.gettext; + +_ready(Documentation.init); diff --git a/_static/documentation_options.js b/_static/documentation_options.js new file mode 100644 index 0000000000..f38abe9a89 --- /dev/null +++ b/_static/documentation_options.js @@ -0,0 +1,13 @@ +const DOCUMENTATION_OPTIONS = { + VERSION: '', + LANGUAGE: 'en', + COLLAPSE_INDEX: false, + BUILDER: 'html', + FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt', + NAVIGATION_WITH_KEYS: true, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, +}; \ No newline at end of file diff --git a/_static/file.png b/_static/file.png new file mode 100644 index 0000000000000000000000000000000000000000..a858a410e4faa62ce324d814e4b816fff83a6fb3 GIT binary patch literal 286 zcmV+(0pb3MP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0002xNkl<Zcmb`G zgHi?o6ovOGdxdP*AltSE*&JruJwUGI3!FN?xxO>s`hMrGg#P~ix$^RISR_I47Y|r1 z_CyJOe}D1){SET-^Amu_i71Lt6eYfZjRyw@I6OQAIXXHD<M{a4P!N^sPbQKi=?mBx zoos%BSoiGXjr-;%$QixXMOVNSUNp6L0a1Oz&cgu)wqE?07u5I7qrQIu4Fij)Y3c&0 z@0u_#NH6I?Mk(n;dT}d~^J<WkTLqp|RW-hV56tKpXqu)k@V{?amI+5DOlEU@funz+ kySsbM>fiX^GbOlHe=Ae4>0m)d(f|Me07*qoM6N<$f}vM^LjV8( literal 0 HcmV?d00001 diff --git a/_static/insipid-sidebar-readthedocs.css b/_static/insipid-sidebar-readthedocs.css new file mode 100644 index 0000000000..ad79916e64 --- /dev/null +++ b/_static/insipid-sidebar-readthedocs.css @@ -0,0 +1,66 @@ + + +#ethical-ad-placement { + margin-top: auto; + padding-top: 3em; + min-height: 200px; +} + +#readthedocs-embed-flyout, #duplicated-readthedocs-versions { + margin-left: -10px; + margin-right: -10px; +} + +#duplicated-readthedocs-versions { + margin-bottom: -10px; +} + +#duplicated-readthedocs-versions { + position: sticky; + width: auto; +} + +#readthedocs-embed-flyout .rst-versions.rst-badge { + position: static; + max-width: none; +} + + +#readthedocs-embed-flyout .rst-versions.shift-up { + max-height: none; +} + +/* We have duplicated this section, so we don't need the second instance: */ +#readthedocs-embed-flyout .rst-versions.rst-badge .rst-current-version { + display: none; +} + +#duplicated-readthedocs-versions .rst-current-version { + font-size: 0.9rem; +} + +#readthedocs-embed-flyout .rst-versions .rst-other-versions { + display: block; + font-size: 0.9rem; +} + +#flyout-search-form input { + width: 100%; +} + +#sidebar-checkbox:not(:checked) ~ .ethical-fixedfooter { + left: 0; + right: 0; + width: unset; +} + +#sidebar-checkbox:checked ~ .ethical-fixedfooter { + left: var(--sidebar-width); + right: 0; + width: unset; +} + +body:not(.sidebar-resizing) .ethical-fixedfooter { + transition: left 0.3s ease-out; +} + diff --git a/_static/insipid-sidebar.js b/_static/insipid-sidebar.js new file mode 100644 index 0000000000..4ec001690a --- /dev/null +++ b/_static/insipid-sidebar.js @@ -0,0 +1,308 @@ +(dom_loaded => { + if (document.readyState === 'loading') { + document.addEventListener('DOMContentLoaded', dom_loaded); + } else { + dom_loaded(); + } +})(() => { + 'use strict'; + + const sidebar = document.querySelector('.sphinxsidebar'); + const sidebar_tabbable = sidebar.querySelectorAll('input, textarea, select, button, a[href], area[href], iframe'); + const sidebar_button = document.getElementById('sidebar-button'); + const sidebar_checkbox = document.getElementById('sidebar-checkbox'); + const topbar = document.getElementById('topbar'); + const overlay = document.getElementById('overlay'); + const root = document.documentElement; + + sidebar.setAttribute('id', 'sphinxsidebar'); // for aria-controls + + Element.prototype.css = function (name, ...value) { + if (value.length) { + this.style.setProperty(name, ...value); + } else { + return window.getComputedStyle(this).getPropertyValue(name); + } + } + + function updateSidebarAttributesVisible() { + sidebar_button.setAttribute('title', "Collapse sidebar"); + sidebar_button.setAttribute('aria-label', "Collapse sidebar"); + sidebar_button.setAttribute('aria-expanded', true); + sidebar.setAttribute('aria-hidden', false); + sidebar_tabbable.forEach(el => el.setAttribute('tabindex', 0)); + } + + function updateSidebarAttributesHidden() { + sidebar_button.setAttribute('title', "Expand sidebar"); + sidebar_button.setAttribute('aria-label', "Expand sidebar"); + sidebar_button.setAttribute('aria-expanded', false); + sidebar.setAttribute('aria-hidden', true); + sidebar_tabbable.forEach(el => el.setAttribute('tabindex', -1)); + } + + sidebar.setAttribute('tabindex', -1); + + function store(key, value) { + try { + localStorage.setItem(key, value); + } catch (e) { + } + } + + sidebar_checkbox.addEventListener('change', event => { + if (event.target.checked) { + updateSidebarAttributesVisible(); + store('sphinx-sidebar', 'visible'); + document.body.classList.remove('topbar-folded'); + sidebar.focus({preventScroll: true}); + sidebar.blur(); + } else { + updateSidebarAttributesHidden(); + store('sphinx-sidebar', 'hidden'); + if (document.scrollingElement.scrollTop < topbar.offsetHeight) { + document.body.classList.remove('topbar-folded'); + } else { + document.body.classList.add('topbar-folded'); + } + document.scrollingElement.focus({preventScroll: true}); + document.scrollingElement.blur(); + } + }); + + if (sidebar_checkbox.checked) { + updateSidebarAttributesVisible(); + } else { + updateSidebarAttributesHidden(); + } + + function show() { + sidebar_checkbox.checked = true; + sidebar_checkbox.dispatchEvent(new Event('change')); + } + + function hide() { + sidebar_checkbox.checked = false; + sidebar_checkbox.dispatchEvent(new Event('change')); + } + + sidebar_button.addEventListener('keydown', event => { + if (event.code === 'Enter' || event.code === 'Space') { + sidebar_button.click(); + event.preventDefault(); + } + }); + + let touchstart; + + document.addEventListener('touchstart', event => { + if (event.touches.length > 1) { return; } + const touch = event.touches[0]; + if (sidebar_checkbox.checked) { + if (touch.clientX > sidebar.offsetWidth) { + return; + } + } else { + if (touch.clientX > 20) { + return; + } + } + touchstart = { + x: touch.clientX, + y: touch.clientY, + t: Date.now(), + }; + }); + + document.addEventListener('touchend', event => { + if (!touchstart) { return; } + if (event.touches.length > 0 || event.changedTouches.length > 1) { + touchstart = null; + return; + } + const touch = event.changedTouches[0]; + const x = touch.clientX; + const y = touch.clientY; + const x_diff = x - touchstart.x; + const y_diff = y - touchstart.y; + const t_diff = Date.now() - touchstart.t; + if (t_diff < 400 && Math.abs(x_diff) > Math.max(100, Math.abs(y_diff))) { + if (x_diff > 0) { + if (!sidebar_checkbox.checked) { + show(); + } + } else { + if (sidebar_checkbox.checked) { + hide(); + } + } + } + touchstart = null; + }); + + const sidebar_resize_handles = document.querySelectorAll('.sidebar-resize-handle'); + sidebar_resize_handles.forEach(el => { + el.addEventListener('mousedown', event => { + window.addEventListener('mousemove', resize_mouse); + window.addEventListener('mouseup', stop_resize_mouse); + document.body.classList.add('sidebar-resizing'); + event.preventDefault(); // Prevent unwanted text selection while resizing + }); + el.addEventListener('touchstart', event => { + if (event.touches.length > 1) { return; } + window.addEventListener('touchmove', resize_touch); + window.addEventListener('touchend', stop_resize_touch); + document.body.classList.add('sidebar-resizing'); + event.preventDefault(); // Prevent unwanted text selection while resizing + }); + }); + + let ignore_resize = false; + + function resize_base(event) { + if (ignore_resize) { return; } + const window_width = window.innerWidth; + const width = event.clientX; + if (width > window_width) { + root.css('--sidebar-width', window_width + 'px'); + } else if (width > 10) { + root.css('--sidebar-width', width + 'px'); + } else { + ignore_resize = true; + hide(); + } + } + + function resize_mouse(event) { + resize_base(event); + } + + function resize_touch(event) { + if (event.touches.length > 1) { return; } + resize_base(event.touches[0]); + } + + function stop_resize_base() { + if (ignore_resize) { + root.css('--sidebar-width', '19rem'); + ignore_resize = false; + } + store('sphinx-sidebar-width', root.css('--sidebar-width')); + document.body.classList.remove('sidebar-resizing'); + } + + function stop_resize_mouse(event) { + window.removeEventListener('mousemove', resize_mouse); + window.removeEventListener('mouseup', stop_resize_mouse); + stop_resize_base(); + } + + function stop_resize_touch(event) { + if (event.touches.length > 0 || event.changedTouches.length > 1) { + return; + } + window.removeEventListener('touchmove', resize_touch); + window.removeEventListener('touchend', stop_resize_touch); + stop_resize_base(); + } + + window.addEventListener('resize', event => { + const window_width = window.innerWidth; + if (window_width < sidebar.offsetWidth) { + root.css('--sidebar-width', window_width + 'px'); + } + }); + + // This is part of the sidebar code because it only affects the sidebar + if (window.ResizeObserver) { + const resizeObserver = new ResizeObserver(entries => { + for (let entry of entries) { + let height; + if (entry.borderBoxSize && entry.borderBoxSize.length > 0) { + height = entry.borderBoxSize[0].blockSize; + } else { + height = entry.contentRect.height; + } + root.css('--topbar-height', height + 'px'); + } + }); + resizeObserver.observe(topbar); + } + + let current = []; + let links = []; + + document.querySelectorAll('.sphinxsidebar *').forEach(el => { + let link = el.querySelector(':scope > a[href^="#"]'); + if (link) { + el.classList.add('current-page'); + current.push(el); + links.push(link); + } + }); + const small_screen = window.matchMedia('(max-width: 39rem)'); + + if (current.length === 1 && current[0].childElementCount === 1 && small_screen.matches) { + hide(); + } + const bottom_space = 0; + + if (current.length) { + const top = current[0].getBoundingClientRect().top; + const bottom = current[current.length - 1].getBoundingClientRect().bottom; + if (top < topbar.offsetHeight || bottom > (sidebar.offsetHeight - bottom_space)) { + current[0].scrollIntoView(true); + } + } + + let sections = new Map(); + + const intersection_callback = (entries, observer) => { + entries.forEach(entry => { + let link = sections.get(entry.target); + if (entry.isIntersecting) { + link.classList.add('in-view'); + } else { + link.classList.remove('in-view'); + } + }); + }; + + const intersection_observer = new IntersectionObserver(intersection_callback, { + root: null, + // NB: This uses the initial topbar height, later changes are ignored: + rootMargin: -topbar.offsetHeight + 'px 0px 0px 0px', + threshold: 0.0, + }); + + links.forEach(link => { + let section; + let id = link.hash; + if (id) { + id = id.slice(1); + section = document.getElementById(decodeURI(id)); + // Detect API doc headers: + let single_definition_term = ( + section.nodeName == 'DT' && + section.nextElementSibling.nodeName == 'DD' && + !section.nextElementSibling.nextElementSibling && + section.parentElement.nodeName == 'DL'); + if (single_definition_term) { + // The <dl> contains only a single <dt> + <dd>, + // therefore we can observe the whole <dl>. + section = section.parentElement; + } + } else { + // NB: The first section has no hash, so we don't know its ID: + section = document.querySelector('div.body .section, div.body section'); + } + sections.set(section, link); + intersection_observer.observe(section); + link.addEventListener('click', event => { + if (small_screen.matches) { + hide(); + } + }); + }); +}); + diff --git a/_static/insipid.css b/_static/insipid.css new file mode 100644 index 0000000000..7834022d3c --- /dev/null +++ b/_static/insipid.css @@ -0,0 +1,1223 @@ +/* -- variables ------------------------------------------------------------- */ + +:root { + --sidebar-width: 19rem; + --topbar-height: 3rem; +} + +/* -- page layout ----------------------------------------------------------- */ + +body { + position: relative; /* reference for sidebar-resize-handle */ + margin: 0; + font-family: 'Open Sans', sans-serif; + min-width: unset; + color: #000; + background-color: #fff; + text-size-adjust: none; + -webkit-text-size-adjust: none; +} + +/* keep the footer at the bottom (on very short pages) */ +html { height: 100%; } +body { min-height: 100%; display: flex; flex-direction: column; } +div.document { flex-grow: 1; } + +div.body { + padding: 0 20px; + min-width: unset; /* body_min_width is applied to <body> */ + overflow-x: auto; + + margin-left: auto; + margin-right: auto; + + line-height: 1.618; +} + +* { + scroll-margin-top: var(--topbar-height); + scroll-snap-margin-top: var(--topbar-height); /* Safari */ +} + +/* -- scrollbars ------------------------------------------------------------ */ + +html::-webkit-scrollbar, div.sphinxsidebar::-webkit-scrollbar { + width: 12px; + background-color: #fff; +} + +html::-webkit-scrollbar-thumb, div.sphinxsidebar::-webkit-scrollbar-thumb { + background-color: #ccc; + border-radius: 6px; +} + +html, div.sphinxsidebar { + scrollbar-color: #ccc transparent; +} + +body { + scrollbar-color: initial; +} + +div.sphinxsidebar::-webkit-scrollbar { + width: 7px; +} + +div.sphinxsidebar::-webkit-scrollbar-thumb { + border-radius: 3.5px; +} + +div.sphinxsidebar { + scrollbar-width: thin; +} + +/* -- body styles ----------------------------------------------------------- */ + +strong { + font-weight: 600; +} + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6, +.toctree-wrapper .caption, +p.rubric { + margin-top: 1.3em; + margin-bottom: 1rem; + font-weight: 600; + line-height: 1.35; + overflow-wrap: break-word; +} + +div.body h5, +div.body h6 { + font-weight: bold; +} + +div.body h1 strong, +div.body h2 strong, +div.body h3 strong, +div.body h4 strong, +div.body h5 strong, +div.body h6 strong { + font-weight: 800; +} + +div.body h1 { font-size: 2em; } +div.body h2 { font-size: 1.7em; } +div.body h3 { font-size: 1.4em; } +div.body h4 { font-size: 1.2em; } +div.body h5 { font-size: 1em; } +div.body h6 { font-size: 0.9em } + +.toctree-wrapper .caption, +p.rubric { + font-size: 1.1em; + font-weight: bold; +} + +a.headerlink { + padding: 0 4px; + font-size: 1rem; + font-weight: normal; +} + +blockquote { + clear: inline-start; + margin: 10px 0; + border: 1px solid #0002; + border-left-width: 7px; + padding: 0 1em; +} + +.section > blockquote, +section > blockquote { + margin: 10px -7px; +} + +blockquote.pull-quote p:not(.attribution), +blockquote.epigraph p:not(.attribution) { + font-size: 130%; + font-style: italic; + color: #666; +} + +blockquote:not(.pull-quote):not(.epigraph) p.attribution { + font-style: italic; +} + +blockquote p.attribution { + text-align: end; +} + +div.body a:target, +strong:target { + padding: 3px; + margin: -3px; +} + +div.body dl > dt:target, +div.body div.admonition dl > dt:target, +div.body .topic dl > dt:target, +div.body .sidebar dl > dt:target, +div.body .sidebar .sidebar-title a:target, +div.body a:target, +strong:target { + background-color: #fbe54e; +} + +.footnote:target { + background-color: unset; +} + +.footnote:target .label { + padding: 3px; + margin: -3px; + background-color: #fbe54e; +} + +.citation:target .label { + padding: 3px; + margin-left: -3px; + margin-top: -3px; + margin-bottom: -3px; + margin-right: 5px; + background-color: #fbe54e; +} + +.citation:target .backrefs { + margin-left: -8px; +} + +hr.docutils { + border: 0; + border-top: solid 1px #ccc; +} + +.section > hr.docutils, +section > hr.docutils { + margin-left: -7px; + margin-right: -7px; +} + +.compound:not(.toctree-wrapper) { + margin-top: 1em; + margin-bottom: 1em; +} + +.compound:not(.toctree-wrapper) > * { + margin-top: 0.2em; + margin-bottom: 0.2em; +} + +.compound:not(.toctree-wrapper) > *:first-child { + margin-top: 0; + margin-bottom: 0.2em; +} + +.compound:not(.toctree-wrapper) > *:last-child { + margin-top: 0.2em; + margin-bottom: 0; +} + +section, .section { + clear: inline-start; +} + +/* -- hyperlink styles ------------------------------------------------------ */ + +a { + color: #1863b5; + text-decoration: none; + overflow-wrap: break-word; +} + +a:hover { + text-decoration: underline; +} + +a:visited { + color: #004188; +} + +a.external { + text-decoration: underline; +} + +a.external:hover { + text-decoration: none; +} + +a.external:visited { + text-decoration: none; +} + +/* -- code formatting ------------------------------------------------------- */ + +code, pre, kbd, samp { + font-family: 'DejaVu Sans Mono', Menlo, monospace; +} + +pre { + padding: 7px; + line-height: normal; + font-size: 0.875em; +} + +.section > div > div.highlight, +.section > .compound > div > div.highlight, +.section > .literal-block-wrapper > div > div.highlight, +.section > pre.literal-block, +.section > .compound > pre.literal-block, +section > div > div.highlight, +section > .compound > div > div.highlight, +section > .literal-block-wrapper > div > div.highlight, +section > pre.literal-block, +section > .compound > pre.literal-block { + margin-left: -7px; + margin-right: -7px; +} + +code, +code.xref, +a code, +div.body div.admonition dl > dt code, +div.body .topic dl > dt code, +div.body .sidebar dl > dt code, +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code, +div.code-block-caption code { + background-color: rgba(27,31,35,.05); + padding: 0.1em 0.2em; + font-weight: normal; +} + +div.body dl > dt code { + background-color: unset; + padding: unset; +} + +code.xref, +a code { + font-weight: unset; +} + +code.descname { + font-size: unset; +} + +.sig-name { + font-size: unset; +} + +.sig-paren, +.optional { + line-height: 0; +} + +div.code-block-caption { + text-align: center; + font-size: unset; +} + +div.literal-block-wrapper { + clear: both; +} + +td.linenos .linenodiv pre { + color: #666; + background-color: transparent; + padding: 7px 0px; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +span.linenos { + margin-right: 0.7em; +} + +/* highlighted line (:emphasize-lines:) */ +.highlight .hll { + padding: 0 0.5em; + margin: 0 -0.5em; +} + +kbd.docutils:not(.compound) { + padding: 0.15em; + border-radius: 3px; + border: 1px solid #333; +} + +span.pre { + white-space: pre-wrap; + overflow-wrap: anywhere; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.topic, aside.topic, +div.sidebar, aside.sidebar, +nav.contents { + border: none; + padding: 7px; +} + +.section > div.admonition, +section > div.admonition, +div.body > div.admonition, +.section > .topic, +section > .topic, +div.body > .topic, +.section > nav.contents, +section > nav.contents, +div.body > nav.contents { + margin: 10px -7px; +} + +div.sidebar, +aside.sidebar { + margin-right: -7px; +} + +div.admonition > p.admonition-title, +.topic > p.topic-title, +nav.contents > p.topic-title, +.sidebar > p.sidebar-title { + margin: -7px -7px 7px -7px; + padding: 4px 7px; + font-weight: normal; + font-size: unset; + color: #333; +} + +.first.admonition-title, +.first.topic-title, +.first.sidebar-title { + /* override basic.css, which uses !important */ + margin-top: -7px !important; +} + +div.admonition > p.admonition-title + *, +.topic > p.topic-title + *, +nav.contents > p.topic-title + *, +.sidebar > p.sidebar-title + * { + margin-top: 0; +} + +div.admonition > :first-child:not(.admonition-title), +div.topic > :first-child:not(.topic-title), +aside.topic > :first-child:not(.topic-title), +nav.contents > :first-child:not(.topic-title) { + margin-top: 0; +} + +nav.contents > :last-child { + margin-bottom: 0; +} + +div.admonition { + background-color: #e4ebf2; +} + +div.admonition > p.admonition-title { + background-color: #cadcea; +} + +div.admonition.attention, +div.admonition.caution, +div.admonition.danger, +div.admonition.error, +div.admonition.warning { + background-color: #fbe7d4; +} + +div.admonition.attention > p.admonition-title, +div.admonition.caution > p.admonition-title, +div.admonition.danger > p.admonition-title, +div.admonition.error > p.admonition-title, +div.admonition.warning > p.admonition-title { + background-color: #f0d5b8; +} + +div.topic, nav.contents, aside.topic { + background-color: #fff0eb; +} + +.topic > p.topic-title, +nav.contents > p.topic-title { + background-color: #f0dbd4; +} + +div.sidebar, +aside.sidebar, +div.admonition.seealso { + background-color: #f4f4f4; +} + +.sidebar > p.sidebar-title, +div.admonition.seealso > p.admonition-title { + background-color: #e4e4e4; +} + +div.admonition.seealso { + clear: both; +} + +p.sidebar-subtitle { + font-style: italic; +} + +/* More specific selectors to override previous defintions */ +div.body div.admonition dl > dt, +div.body .topic dl > dt, +div.body .sidebar dl > dt { + padding: unset; + background-color: unset; +} + +div.body div.admonition dl:not(.glossary) > dt, +div.body .topic dl:not(.glossary) > dt, +div.body .sidebar dl:not(.glossary) > dt { + font-weight: unset; +} + +/* -- tables and lists ------------------------------------------------------ */ + +table.docutils { + overflow-x: auto; + display: block; + border-collapse: separate; + border-spacing: 4px 4px; + margin-top: 1em; + margin-bottom: 1em; +} + +table.docutils th { + font-weight: normal; + background-color: rgba(27,31,35,.05); + border-bottom: 2px solid #333; +} + +table.docutils td { + overflow-wrap: break-word; +} + + + +ol, ul { + padding-left: 1.2em; +} + +ol.simple p, ul.simple p { + margin-bottom: 0.3em; +} + +.toctree-wrapper ul, +.contents ul { + list-style: none; + margin-top: 0.5em; + padding-left: 2em; +} + +.toctree-wrapper li:not(:first-child), +.contents li:not(:first-child) { + margin-top: 0.5em; +} + +.toctree-wrapper > ul, +.contents > ul { + padding-left: unset; +} + +dl.citation > dt { + font-weight: 600; +} + +div.body dl { + margin: 1em 0; +} + +div.body dl > dt, +dl.field-list > dt { + display: table; +} + +div.body dt:not(.label), +dl.field-list > dt { + margin-top: 1em; + padding: 1px 7px; + background-color: #f5f5f5; +} + +.section > dl > dt:not(.label), +.section > dl.field-list > dt, +section > dl > dt:not(.label), +section > dl.field-list > dt { + margin: 1em -7px 0; +} + +div.body dl > dt:first-child { + margin-top: 0; +} + +div.body dl > dt.label:target, +div.body div.admonition dl > dt:target, +div.body .topic dl > dt:target, +div.body .sidebar dl > dt:target { + padding: 3px 7px; + margin-top: -3px; + margin-bottom: -3px; + margin-left: -7px; +} + +dl.glossary > dt { + font-size: unset; + font-weight: 600; +} + +dl.glossary > dt strong { + font-weight: bold; +} + +dl.field-list { + display: unset; +} + +dl.field-list > dt { + font-weight: unset; +} + +dl.field-list > dt::after { + content: unset; +} + +dd, +dl.field-list > dd { + padding-left: 0; + margin-top: 3px; + margin-left: 2em; +} + +dd:not(:last-child), +dl.field-list > dd:not(:last-child) { + margin-bottom: 1em; +} + +div.body dl.class > dt:not(:target), +div.body dl.type > dt:not(:target), +div.body dl.concept > dt:not(:target), +div.body dl.enum > dt:not(:target), +div.body dl.enum-class > dt:not(:target), +div.body dl.union > dt:not(:target) { + background-color: #e4ebf2; +} + +div.body dl.exception > dt:not(:target) { + background-color: #fbe7d4; +} + +/* -- relbar ---------------------------------------------------------------- */ + +.relbar { + padding: 10px 10px 0; +} + +.relbar > a { + box-sizing: border-box; + width: 50%; + padding: 10px; + display: flex; + align-items: center; + color: inherit; + text-decoration: none; + user-select: none; +} + +.relbar > a.previous { + float: left; +} + +.relbar > a.next { + float: right; + text-align: right; +} + +.relbar .icon { + color: #888; +} + +.relbar .previous .icon { + margin-right: 1em; +} + +.relbar .next .icon { + margin-left: 1em; +} + +.relbar .title { + position: relative; + flex: 1; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + font-size: 1.4em; + font-weight: 200; +} + +.relbar .title .text { + line-height: 2.1em; +} + +.relbar .title .text .direction { + position: absolute; + right: 0; + left: 0; + top: 0; + font-size: 60%; + line-height: 0.5em; +} + +.relbar .pre { + white-space: pre; +} + +/* -- breadcrumbs ----------------------------------------------------------- */ + +nav.crumbs { + color: #888; + font-size: 90%; +} + +nav.crumbs ul { + padding: 0; + list-style: none; +} + +nav.crumbs ul li { + display: inline; +} + +nav.crumbs a:visited { + color: #1565c0; +} + +/* -- footer ---------------------------------------------------------------- */ + +footer { + padding: 9px 0 9px 0; + text-align: center; + font-size: 75%; + color: #333; +} + +footer, div.articleComments { + border-top: #ccc solid 1px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebar { + position: fixed; + width: var(--sidebar-width); + left: 0; + top: 0; + bottom: 0; + overflow-y: auto; + float: unset; + margin-left: unset; /* override basic.css */ + padding-top: var(--topbar-height); + z-index: 390; + color: #333; + background-color: #f5f5f5; + overscroll-behavior: contain; +} + +#sidebar-checkbox:checked ~ div.document, +#sidebar-checkbox:checked ~ .relbar, +#sidebar-checkbox:checked ~ .articleComments, +#sidebar-checkbox:checked ~ footer { + margin-left: var(--sidebar-width); +} + +body:not(.sidebar-resizing) div.document, +body:not(.sidebar-resizing) .relbar, +body:not(.sidebar-resizing) .articleComments, +body:not(.sidebar-resizing) footer { + transition: margin-left 0.3s ease-out; +} + +body:not(.sidebar-resizing) .sphinxsidebar { + transition: left 0.3s ease-out; +} + +div.sphinxsidebarwrapper { + position: relative; /* reference for sidebar-resize-handle */ + box-sizing: border-box; + padding: 10px; + display: flex; + flex-direction: column; + min-height: 100%; +} + +div.sphinxsidebarwrapper > :first-child { + margin-top: 0; +} + +div.sphinxsidebarwrapper > :last-child { + margin-bottom: 0; +} + +.sidebar-resize-handle { + display: none; + position: absolute; + width: 0; + top: 0; + bottom: 0; +} + +body.js #sidebar-checkbox:checked ~ .sidebar-resize-handle, +body.js #sidebar-checkbox:checked ~ div.document .sidebar-resize-handle { + display: block; + cursor: col-resize; + width: 10px; +} + +.sphinxsidebar .sidebar-resize-handle { + right: 0; +} + +body.js #sidebar-checkbox:checked ~ .sidebar-resize-handle { + z-index: 390; + left: var(--sidebar-width); +} + +#sidebar-checkbox:not(:checked) ~ div.document .sphinxsidebar { + left: calc(0px - var(--sidebar-width)); +} + +div.sphinxsidebar h3 { + font-size: 1.4em; + font-weight: normal; + margin-top: 10px; + margin-bottom: 5px; +} + +div.sphinxsidebar h4 { + font-size: 1.3em; + font-weight: normal; + margin-top: 10px; + margin-bottom: 5px; +} + +div.sphinxsidebar p.caption { + text-transform: uppercase; + margin-top: 10px; + margin-bottom: 5px; +} + +div.sphinxsidebar p.caption + ul { + margin-top: 0; +} + +div.sphinxsidebar p.topless { + margin: 10px; +} + +div.sphinxsidebar p.topless { + margin-top: 0; +} + +div.sphinxsidebar ul { + padding-left: 0; + margin-left: 10px; +} + +div.sphinxsidebar h3 + ul, +div.sphinxsidebar h4 + ul { + margin-top: -5px; +} + +div.sphinxsidebar li { + padding-top: 0.4em; + padding-bottom: 0.4em; +} + +div.sphinxsidebar li li:first-child { + margin-top: 0.4em; +} + +div.sphinxsidebar li li:last-child { + margin-bottom: -0.4em; +} + +div.sphinxsidebar ul ul { + list-style: unset; +} + +.sphinxsidebar a { + color: #004188; +} + +div.sphinxsidebar a.in-view { + font-weight: 600; + letter-spacing: -0.013em; +} + +div.sphinxsidebar code { + background-color: unset; + padding: 0; +} + +div.sphinxsidebar h3, +div.sphinxsidebar h4, +div.sphinxsidebar p, +div.sphinxsidebar li { + margin-right: -10px; + padding-right: 10px; +} + +div.sphinxsidebar h3, +div.sphinxsidebar h4, +div.sphinxsidebar p, +div.sphinxsidebar li { + margin-left: -20px; + padding-left: 20px; +} + +div.sphinxsidebar li.toctree-l2 { + margin-left: -40px; + padding-left: 40px; +} + +div.sphinxsidebar li.toctree-l3 { + margin-left: -60px; + padding-left: 60px; +} + +div.sphinxsidebar li.toctree-l4 { + margin-left: -80px; + padding-left: 80px; +} + +div.sphinxsidebar li.toctree-l5 { + margin-left: -100px; + padding-left: 100px; +} + +div.sphinxsidebar li.toctree-l6 { + margin-left: -120px; + padding-left: 120px; +} + +div.sphinxsidebar li.toctree-l7 { + margin-left: -140px; + padding-left: 140px; +} + +div.sphinxsidebar li.toctree-l8 { + margin-left: -160px; + padding-left: 160px; +} + +div.sphinxsidebar li.toctree-l9 { + margin-left: -180px; + padding-left: 180px; +} + +div.sphinxsidebar li.toctree-l10 { + margin-left: -200px; + padding-left: 200px; +} + +body:not(.js) div.sphinxsidebar li.current, +div.sphinxsidebar .current-page:not(.logo) { + background-color: #fff; +} + +div.sphinxsidebar .current-page li:not(.current-page) { + background-color: #f5f5f5; +} + +div.sphinxsidebar .current-page { + transition: background-color 0.3s ease-out; +} + +div.sphinxsidebar input { + border-color: #ccc; + font-family: unset; +} + +/* -- topbar ---------------------------------------------------------------- */ + +#topbar-placeholder { + z-index: 500; + position: -webkit-sticky; + position: sticky; + top: 0; +} + +#topbar { + border-bottom: #ccc solid 1px; + background-color: #fff; +} + +#topbar, +#titlebar a, +#titlebar a:visited { + color: #888; +} + +.relbar, +.relbar > a:hover .direction { + color: #ccc; +} + +#topbar button:hover, +#titlebar .buttons > *:hover, +#titlebar a:hover, +.relbar a:hover, +.relbar a:hover .icon { + color: #333; +} + +#titlebar { + display: flex; + align-items: center; + flex-wrap: wrap; + min-height: 3rem; +} + +#titlebar .buttons { + display: flex; + align-items: baseline; + margin: 0 5px; +} + +#titlebar .buttons > *, +#topbar button { + margin: 0; + border: none; + padding: 8px; + color: inherit; + background: none; + font: inherit; + cursor: pointer; +} + +#titlebar .title button { + padding: 0; +} + +#titlebar svg, +.insipid-icon svg, +.relbar svg, +.related svg, +.crumbs svg { + width: 1em; + height: 1em; + vertical-align: middle; + fill: currentColor; +} + +#topbar a { + text-decoration: none; +} + +body.js.topbar-folded #topbar-placeholder:not(.fake-hover) #topbar { + transform: translateY(-100%); +} + +body.js #topbar { + transition: transform 0.3s ease-out; +} + +body:not(.js) #search-button { + display: none; +} + +#titlebar .title { + font-weight: 200; + font-size: 1.7rem; + text-align: center; + margin: 0; + flex: 1; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +#titlebar .top, +body.scrolled #titlebar .parent { + display: none; +} + +body.scrolled #titlebar .top { + display: inline-block; +} + +/* -- search field in topbar ------------------------------------------------ */ + +#topbar #searchbox form { + display: flex; + align-items: stretch; + margin: 5px; +} + +#topbar #searchbox input { + flex-grow: 1; + border: 1px solid #ccc; + padding: 7px; + color: #333; +} + +#topbar #searchbox p.highlight-link { + text-align: center; + margin: 8px; +} + +#searchbox p.highlight-link a { + padding: 0 4px; + background-color: #fbe54e; +} + + + +/* -- navigation icons ------------------------------------------------------ */ + +/* cover nav-icon */ +div.body, .relbar, footer, div.articleComments { + position: relative; + background-color: #fff; +} + +.nav-icon svg { + position: absolute; + top: 50%; + left: 50%; + margin: -1.25em; + width: 2.5em; + height: 2.5em; + fill: currentColor; +} + +.nav-icon { + position: fixed; + right: 0; + margin: -2em 1em; + width: 4em; + height: 4em; + color: #f5f5f5; +} + +.nav-icon:visited { + color: #f5f5f5; +} + +.nav-icon:hover { + color: #fff; + background-color: #f5f5f5; +} + +.nav-icon.previous { + bottom: 50vh; + left: 0; + right: unset; +} + +.nav-icon.next { + top: 50vh; +} +#sidebar-checkbox:checked ~ nav .nav-icon.previous { + left: var(--sidebar-width); +} + +body:not(.sidebar-resizing) .nav-icon.previous { + transition: left 0.3s ease-out; +} + +/* -- sphinx.ext.viewcode --------------------------------------------------- */ + +.viewcode-link { + font-size: 90%; + margin-left: 1em; +} + +div.viewcode-block:target { + margin: -0.5em; + padding: 0.5em; + background-color: #ffffcc; +} + +/* -- media queries --------------------------------------------------------- */ +@media only screen and (max-width: 39rem) { + #sidebar-checkbox:checked ~ div.document, + #sidebar-checkbox:checked ~ .relbar, + #sidebar-checkbox:checked ~ .articleComments, + #sidebar-checkbox:checked ~ footer { + margin-left: 0; + } + + #sidebar-checkbox:checked ~ #topbar-placeholder { + margin-left: 0; + } + + #overlay { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + visibility: hidden; + opacity: 0; + background-color: rgba(100%, 100%, 100%, 80%); + transition: opacity 0.3s ease-out, visibility 0s 0.3s ease-out; + z-index: 380; + } + + #sidebar-checkbox:checked ~ #overlay { + visibility: visible; + opacity: 1; + transition: opacity 0.3s ease-out; + } + + #sidebar-checkbox:checked ~ #topbar-placeholder #titlebar .parent { + display: unset; + } + + #sidebar-checkbox:checked ~ #topbar-placeholder #titlebar #titlebar .top { + display: none; + } +} + +body:not(.js) #fullscreen-button { + display: none; +} + +body.js #fullscreen-button .disable { + display: none; +} + +@media all and (display-mode: fullscreen) { + body.js #fullscreen-button .enable { + display: none; + } + + body.js #fullscreen-button .disable { + display: unset; + } +} + +/* -- fix Firefox buttons --------------------------------------------------- */ + +button::-moz-focus-inner { + border-style: none; + padding: 0; +} + +button:-moz-focusring { + outline: 1px dotted; +} \ No newline at end of file diff --git a/_static/insipid.js b/_static/insipid.js new file mode 100644 index 0000000000..0b71b94157 --- /dev/null +++ b/_static/insipid.js @@ -0,0 +1,149 @@ +(dom_loaded => { + if (document.readyState === 'loading') { + document.addEventListener('DOMContentLoaded', dom_loaded); + } else { + dom_loaded(); + } +})(() => { + 'use strict'; + + // make sure all scripts are re-executed when navigating to cached page + window.onunload = () => {}; + + const topbar = document.getElementById('topbar'); + const topbar_placeholder = document.getElementById('topbar-placeholder'); + + const threshold = 10; + + // auto-hide topbar + function scroll_callback(scroller) { + let ignore_scroll = true; + let initial; + let scroll_timeout; + return event => { + window.clearTimeout(scroll_timeout); + const current = scroller.scrollTop; + if (current <= topbar.offsetHeight || (scroller.scrollHeight - current - scroller.clientHeight) < (scroller.clientHeight / 3)) { + document.body.classList.remove('topbar-folded'); + ignore_scroll = true; + return; + } else if (ignore_scroll) { + // We ignore single jumps + ignore_scroll = false; + initial = current; + } else if (current - initial > threshold) { + document.body.classList.add('topbar-folded'); + ignore_scroll = true; + return; + } else if (current - initial < -threshold) { + document.body.classList.remove('topbar-folded'); + ignore_scroll = true; + return; + } + scroll_timeout = setTimeout(() => { ignore_scroll = true; }, 66); + }; + } + + document.addEventListener('scroll', scroll_callback(document.scrollingElement)); + + const sidebar_scroller = document.querySelector('.sphinxsidebar'); + if (sidebar_scroller) { + sidebar_scroller.addEventListener('scroll', scroll_callback(sidebar_scroller)); + } + + const div_body = document.querySelector('div.body'); + const first_section = document.querySelector('div.body .section, div.body section'); + if (first_section) { + document.addEventListener('scroll', event => { + if (window.pageYOffset >= div_body.offsetTop + first_section.offsetTop) { + document.body.classList.add('scrolled'); + } else { + document.body.classList.remove('scrolled'); + } + }); + document.dispatchEvent(new Event('scroll')); + } + + topbar.querySelector('.top').addEventListener('click', event => { + window.scroll({ top: 0, behavior: 'smooth' }); + event.preventDefault(); + }); + + const search_button = document.getElementById('search-button'); + if (search_button) { + const search_form = document.getElementById('search-form'); + const search_field = search_form.querySelector('input'); + + function show_search() { + try { + // https://readthedocs-sphinx-search.readthedocs.io/ + showSearchModal(); + return; + } catch(e) {} + search_form.style.display = 'flex'; + search_button.setAttribute('aria-expanded', 'true'); + search_field.focus(); + document.body.classList.remove('topbar-folded'); + } + + function hide_search() { + search_form.style.display = 'none'; + search_button.setAttribute('aria-expanded', 'false'); + search_button.blur(); + } + + function toggle_search() { + if (window.getComputedStyle(search_form).display === 'none') { + show_search(); + } else { + hide_search(); + } + } + + search_button.addEventListener('click', toggle_search); + if (Documentation.focusSearchBar) { + // Monkey-patch function provided by Sphinx: + Documentation.focusSearchBar = show_search; + } + + search_field.addEventListener('keydown', event => { + if (event.code === 'Escape') { + hide_search(); + search_field.blur(); + } + }); + } + + const fullscreen_button = document.getElementById('fullscreen-button'); + if (document.fullscreenEnabled) { + fullscreen_button.addEventListener('click', event => { + if (!document.fullscreenElement) { + document.documentElement.requestFullscreen(); + } else { + document.exitFullscreen(); + } + fullscreen_button.blur(); + topbar_placeholder.classList.remove('fake-hover'); + }); + } else { + fullscreen_button.remove(); + } + + topbar_placeholder.addEventListener('mouseenter', event => { + topbar_placeholder.classList.add('fake-hover'); + }); + + topbar_placeholder.addEventListener('mouseleave', event => { + topbar_placeholder.classList.remove('fake-hover'); + }); + + document.addEventListener('touchend', event => { + if (event.touches.length > 1) { return; } + const touch = event.touches[0]; + if (touch.clientY < topbar.offsetHeight) { + topbar_placeholder.classList.add('fake-hover'); + } else { + topbar_placeholder.classList.remove('fake-hover'); + } + }); +}); diff --git a/_static/language_data.js b/_static/language_data.js new file mode 100644 index 0000000000..367b8ed81b --- /dev/null +++ b/_static/language_data.js @@ -0,0 +1,199 @@ +/* + * language_data.js + * ~~~~~~~~~~~~~~~~ + * + * This script contains the language-specific data used by searchtools.js, + * namely the list of stopwords, stemmer, scorer and splitter. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"]; + + +/* Non-minified version is copied as a separate JS file, if available */ + +/** + * Porter Stemmer + */ +var Stemmer = function() { + + var step2list = { + ational: 'ate', + tional: 'tion', + enci: 'ence', + anci: 'ance', + izer: 'ize', + bli: 'ble', + alli: 'al', + entli: 'ent', + eli: 'e', + ousli: 'ous', + ization: 'ize', + ation: 'ate', + ator: 'ate', + alism: 'al', + iveness: 'ive', + fulness: 'ful', + ousness: 'ous', + aliti: 'al', + iviti: 'ive', + biliti: 'ble', + logi: 'log' + }; + + var step3list = { + icate: 'ic', + ative: '', + alize: 'al', + iciti: 'ic', + ical: 'ic', + ful: '', + ness: '' + }; + + var c = "[^aeiou]"; // consonant + var v = "[aeiouy]"; // vowel + var C = c + "[^aeiouy]*"; // consonant sequence + var V = v + "[aeiou]*"; // vowel sequence + + var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0 + var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 + var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 + var s_v = "^(" + C + ")?" + v; // vowel in stem + + this.stemWord = function (w) { + var stem; + var suffix; + var firstch; + var origword = w; + + if (w.length < 3) + return w; + + var re; + var re2; + var re3; + var re4; + + firstch = w.substr(0,1); + if (firstch == "y") + w = firstch.toUpperCase() + w.substr(1); + + // Step 1a + re = /^(.+?)(ss|i)es$/; + re2 = /^(.+?)([^s])s$/; + + if (re.test(w)) + w = w.replace(re,"$1$2"); + else if (re2.test(w)) + w = w.replace(re2,"$1$2"); + + // Step 1b + re = /^(.+?)eed$/; + re2 = /^(.+?)(ed|ing)$/; + if (re.test(w)) { + var fp = re.exec(w); + re = new RegExp(mgr0); + if (re.test(fp[1])) { + re = /.$/; + w = w.replace(re,""); + } + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1]; + re2 = new RegExp(s_v); + if (re2.test(stem)) { + w = stem; + re2 = /(at|bl|iz)$/; + re3 = new RegExp("([^aeiouylsz])\\1$"); + re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re2.test(w)) + w = w + "e"; + else if (re3.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + else if (re4.test(w)) + w = w + "e"; + } + } + + // Step 1c + re = /^(.+?)y$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(s_v); + if (re.test(stem)) + w = stem + "i"; + } + + // Step 2 + re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step2list[suffix]; + } + + // Step 3 + re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step3list[suffix]; + } + + // Step 4 + re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; + re2 = /^(.+?)(s|t)(ion)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + if (re.test(stem)) + w = stem; + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1] + fp[2]; + re2 = new RegExp(mgr1); + if (re2.test(stem)) + w = stem; + } + + // Step 5 + re = /^(.+?)e$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + re2 = new RegExp(meq1); + re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) + w = stem; + } + re = /ll$/; + re2 = new RegExp(mgr1); + if (re.test(w) && re2.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + + // and turn initial Y back to y + if (firstch == "y") + w = firstch.toLowerCase() + w.substr(1); + return w; + } +} + diff --git a/_static/minus.png b/_static/minus.png new file mode 100644 index 0000000000000000000000000000000000000000..d96755fdaf8bb2214971e0db9c1fd3077d7c419d GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu=nj kDsEF_5m^0CR;1wuP-*O&G^0G}KYk!hp00i_>zopr08q^qX#fBK literal 0 HcmV?d00001 diff --git a/_static/plus.png b/_static/plus.png new file mode 100644 index 0000000000000000000000000000000000000000..7107cec93a979b9a5f64843235a16651d563ce2d GIT binary patch literal 90 zcmeAS@N?(olHy`uVBq!ia0vp^+#t*WBp7;*Yy1LIik>cxAr*|t7R?Mi>2?kWtu>-2 m3q%Vub%g%s<8sJhVPMczOq}xhg9DJoz~JfX=d#Wzp$Pyb1r*Kz literal 0 HcmV?d00001 diff --git a/_static/pygments.css b/_static/pygments.css new file mode 100644 index 0000000000..8054382b53 --- /dev/null +++ b/_static/pygments.css @@ -0,0 +1,75 @@ +pre { line-height: 125%; } +td.linenos .normal { color: #666666; background-color: transparent; padding-left: 5px; padding-right: 5px; } +span.linenos { color: #666666; background-color: transparent; padding-left: 5px; padding-right: 5px; } +td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +.highlight .hll { background-color: #ffffcc } +.highlight { background: #f0f0f0; } +.highlight .c { color: #60a0b0; font-style: italic } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: #007020; font-weight: bold } /* Keyword */ +.highlight .o { color: #666666 } /* Operator */ +.highlight .ch { color: #60a0b0; font-style: italic } /* Comment.Hashbang */ +.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #007020 } /* Comment.Preproc */ +.highlight .cpf { color: #60a0b0; font-style: italic } /* Comment.PreprocFile */ +.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #888888 } /* Generic.Output */ +.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #0044DD } /* Generic.Traceback */ +.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #007020 } /* Keyword.Pseudo */ +.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #902000 } /* Keyword.Type */ +.highlight .m { color: #40a070 } /* Literal.Number */ +.highlight .s { color: #4070a0 } /* Literal.String */ +.highlight .na { color: #4070a0 } /* Name.Attribute */ +.highlight .nb { color: #007020 } /* Name.Builtin */ +.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ +.highlight .no { color: #60add5 } /* Name.Constant */ +.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ +.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.highlight .ne { color: #007020 } /* Name.Exception */ +.highlight .nf { color: #06287e } /* Name.Function */ +.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ +.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #bb60d5 } /* Name.Variable */ +.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mb { color: #40a070 } /* Literal.Number.Bin */ +.highlight .mf { color: #40a070 } /* Literal.Number.Float */ +.highlight .mh { color: #40a070 } /* Literal.Number.Hex */ +.highlight .mi { color: #40a070 } /* Literal.Number.Integer */ +.highlight .mo { color: #40a070 } /* Literal.Number.Oct */ +.highlight .sa { color: #4070a0 } /* Literal.String.Affix */ +.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ +.highlight .sc { color: #4070a0 } /* Literal.String.Char */ +.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */ +.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ +.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ +.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ +.highlight .sx { color: #c65d09 } /* Literal.String.Other */ +.highlight .sr { color: #235388 } /* Literal.String.Regex */ +.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ +.highlight .ss { color: #517918 } /* Literal.String.Symbol */ +.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ +.highlight .fm { color: #06287e } /* Name.Function.Magic */ +.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ +.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ +.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ +.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ +.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/_static/searchtools.js b/_static/searchtools.js new file mode 100644 index 0000000000..92da3f8b22 --- /dev/null +++ b/_static/searchtools.js @@ -0,0 +1,619 @@ +/* + * searchtools.js + * ~~~~~~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for the full-text search. + * + * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ +"use strict"; + +/** + * Simple result scoring code. + */ +if (typeof Scorer === "undefined") { + var Scorer = { + // Implement the following function to further tweak the score for each result + // The function takes a result array [docname, title, anchor, descr, score, filename] + // and returns the new score. + /* + score: result => { + const [docname, title, anchor, descr, score, filename] = result + return score + }, + */ + + // query matches the full name of an object + objNameMatch: 11, + // or matches in the last dotted part of the object name + objPartialMatch: 6, + // Additive scores depending on the priority of the object + objPrio: { + 0: 15, // used to be importantResults + 1: 5, // used to be objectResults + 2: -5, // used to be unimportantResults + }, + // Used when the priority is not in the mapping. + objPrioDefault: 0, + + // query found in title + title: 15, + partialTitle: 7, + // query found in terms + term: 5, + partialTerm: 2, + }; +} + +const _removeChildren = (element) => { + while (element && element.lastChild) element.removeChild(element.lastChild); +}; + +/** + * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#escaping + */ +const _escapeRegExp = (string) => + string.replace(/[.*+\-?^${}()|[\]\\]/g, "\\$&"); // $& means the whole matched string + +const _displayItem = (item, searchTerms, highlightTerms) => { + const docBuilder = DOCUMENTATION_OPTIONS.BUILDER; + const docFileSuffix = DOCUMENTATION_OPTIONS.FILE_SUFFIX; + const docLinkSuffix = DOCUMENTATION_OPTIONS.LINK_SUFFIX; + const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY; + const contentRoot = document.documentElement.dataset.content_root; + + const [docName, title, anchor, descr, score, _filename] = item; + + let listItem = document.createElement("li"); + let requestUrl; + let linkUrl; + if (docBuilder === "dirhtml") { + // dirhtml builder + let dirname = docName + "/"; + if (dirname.match(/\/index\/$/)) + dirname = dirname.substring(0, dirname.length - 6); + else if (dirname === "index/") dirname = ""; + requestUrl = contentRoot + dirname; + linkUrl = requestUrl; + } else { + // normal html builders + requestUrl = contentRoot + docName + docFileSuffix; + linkUrl = docName + docLinkSuffix; + } + let linkEl = listItem.appendChild(document.createElement("a")); + linkEl.href = linkUrl + anchor; + linkEl.dataset.score = score; + linkEl.innerHTML = title; + if (descr) { + listItem.appendChild(document.createElement("span")).innerHTML = + " (" + descr + ")"; + // highlight search terms in the description + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + } + else if (showSearchSummary) + fetch(requestUrl) + .then((responseData) => responseData.text()) + .then((data) => { + if (data) + listItem.appendChild( + Search.makeSearchSummary(data, searchTerms, anchor) + ); + // highlight search terms in the summary + if (SPHINX_HIGHLIGHT_ENABLED) // set in sphinx_highlight.js + highlightTerms.forEach((term) => _highlightText(listItem, term, "highlighted")); + }); + Search.output.appendChild(listItem); +}; +const _finishSearch = (resultCount) => { + Search.stopPulse(); + Search.title.innerText = _("Search Results"); + if (!resultCount) + Search.status.innerText = Documentation.gettext( + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." + ); + else + Search.status.innerText = _( + "Search finished, found ${resultCount} page(s) matching the search query." + ).replace('${resultCount}', resultCount); +}; +const _displayNextItem = ( + results, + resultCount, + searchTerms, + highlightTerms, +) => { + // results left, load the summary and display it + // this is intended to be dynamic (don't sub resultsCount) + if (results.length) { + _displayItem(results.pop(), searchTerms, highlightTerms); + setTimeout( + () => _displayNextItem(results, resultCount, searchTerms, highlightTerms), + 5 + ); + } + // search finished, update title and status message + else _finishSearch(resultCount); +}; +// Helper function used by query() to order search results. +// Each input is an array of [docname, title, anchor, descr, score, filename]. +// Order the results by score (in opposite order of appearance, since the +// `_displayNextItem` function uses pop() to retrieve items) and then alphabetically. +const _orderResultsByScoreThenName = (a, b) => { + const leftScore = a[4]; + const rightScore = b[4]; + if (leftScore === rightScore) { + // same score: sort alphabetically + const leftTitle = a[1].toLowerCase(); + const rightTitle = b[1].toLowerCase(); + if (leftTitle === rightTitle) return 0; + return leftTitle > rightTitle ? -1 : 1; // inverted is intentional + } + return leftScore > rightScore ? 1 : -1; +}; + +/** + * Default splitQuery function. Can be overridden in ``sphinx.search`` with a + * custom function per language. + * + * The regular expression works by splitting the string on consecutive characters + * that are not Unicode letters, numbers, underscores, or emoji characters. + * This is the same as ``\W+`` in Python, preserving the surrogate pair area. + */ +if (typeof splitQuery === "undefined") { + var splitQuery = (query) => query + .split(/[^\p{Letter}\p{Number}_\p{Emoji_Presentation}]+/gu) + .filter(term => term) // remove remaining empty strings +} + +/** + * Search Module + */ +const Search = { + _index: null, + _queued_query: null, + _pulse_status: -1, + + htmlToText: (htmlString, anchor) => { + const htmlElement = new DOMParser().parseFromString(htmlString, 'text/html'); + for (const removalQuery of [".headerlinks", "script", "style"]) { + htmlElement.querySelectorAll(removalQuery).forEach((el) => { el.remove() }); + } + if (anchor) { + const anchorContent = htmlElement.querySelector(`[role="main"] ${anchor}`); + if (anchorContent) return anchorContent.textContent; + + console.warn( + `Anchored content block not found. Sphinx search tries to obtain it via DOM query '[role=main] ${anchor}'. Check your theme or template.` + ); + } + + // if anchor not specified or not found, fall back to main content + const docContent = htmlElement.querySelector('[role="main"]'); + if (docContent) return docContent.textContent; + + console.warn( + "Content block not found. Sphinx search tries to obtain it via DOM query '[role=main]'. Check your theme or template." + ); + return ""; + }, + + init: () => { + const query = new URLSearchParams(window.location.search).get("q"); + document + .querySelectorAll('input[name="q"]') + .forEach((el) => (el.value = query)); + if (query) Search.performSearch(query); + }, + + loadIndex: (url) => + (document.body.appendChild(document.createElement("script")).src = url), + + setIndex: (index) => { + Search._index = index; + if (Search._queued_query !== null) { + const query = Search._queued_query; + Search._queued_query = null; + Search.query(query); + } + }, + + hasIndex: () => Search._index !== null, + + deferQuery: (query) => (Search._queued_query = query), + + stopPulse: () => (Search._pulse_status = -1), + + startPulse: () => { + if (Search._pulse_status >= 0) return; + + const pulse = () => { + Search._pulse_status = (Search._pulse_status + 1) % 4; + Search.dots.innerText = ".".repeat(Search._pulse_status); + if (Search._pulse_status >= 0) window.setTimeout(pulse, 500); + }; + pulse(); + }, + + /** + * perform a search for something (or wait until index is loaded) + */ + performSearch: (query) => { + // create the required interface elements + const searchText = document.createElement("h2"); + searchText.textContent = _("Searching"); + const searchSummary = document.createElement("p"); + searchSummary.classList.add("search-summary"); + searchSummary.innerText = ""; + const searchList = document.createElement("ul"); + searchList.classList.add("search"); + + const out = document.getElementById("search-results"); + Search.title = out.appendChild(searchText); + Search.dots = Search.title.appendChild(document.createElement("span")); + Search.status = out.appendChild(searchSummary); + Search.output = out.appendChild(searchList); + + const searchProgress = document.getElementById("search-progress"); + // Some themes don't use the search progress node + if (searchProgress) { + searchProgress.innerText = _("Preparing search..."); + } + Search.startPulse(); + + // index already loaded, the browser was quick! + if (Search.hasIndex()) Search.query(query); + else Search.deferQuery(query); + }, + + _parseQuery: (query) => { + // stem the search terms and add them to the correct list + const stemmer = new Stemmer(); + const searchTerms = new Set(); + const excludedTerms = new Set(); + const highlightTerms = new Set(); + const objectTerms = new Set(splitQuery(query.toLowerCase().trim())); + splitQuery(query.trim()).forEach((queryTerm) => { + const queryTermLower = queryTerm.toLowerCase(); + + // maybe skip this "word" + // stopwords array is from language_data.js + if ( + stopwords.indexOf(queryTermLower) !== -1 || + queryTerm.match(/^\d+$/) + ) + return; + + // stem the word + let word = stemmer.stemWord(queryTermLower); + // select the correct list + if (word[0] === "-") excludedTerms.add(word.substr(1)); + else { + searchTerms.add(word); + highlightTerms.add(queryTermLower); + } + }); + + if (SPHINX_HIGHLIGHT_ENABLED) { // set in sphinx_highlight.js + localStorage.setItem("sphinx_highlight_terms", [...highlightTerms].join(" ")) + } + + // console.debug("SEARCH: searching for:"); + // console.info("required: ", [...searchTerms]); + // console.info("excluded: ", [...excludedTerms]); + + return [query, searchTerms, excludedTerms, highlightTerms, objectTerms]; + }, + + /** + * execute search (requires search index to be loaded) + */ + _performSearch: (query, searchTerms, excludedTerms, highlightTerms, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + const allTitles = Search._index.alltitles; + const indexEntries = Search._index.indexentries; + + // Collect multiple result groups to be sorted separately and then ordered. + // Each is an array of [docname, title, anchor, descr, score, filename]. + const normalResults = []; + const nonMainIndexResults = []; + + _removeChildren(document.getElementById("search-progress")); + + const queryLower = query.toLowerCase().trim(); + for (const [title, foundTitles] of Object.entries(allTitles)) { + if (title.toLowerCase().trim().includes(queryLower) && (queryLower.length >= title.length/2)) { + for (const [file, id] of foundTitles) { + let score = Math.round(100 * queryLower.length / title.length) + normalResults.push([ + docNames[file], + titles[file] !== title ? `${titles[file]} > ${title}` : title, + id !== null ? "#" + id : "", + null, + score, + filenames[file], + ]); + } + } + } + + // search for explicit entries in index directives + for (const [entry, foundEntries] of Object.entries(indexEntries)) { + if (entry.includes(queryLower) && (queryLower.length >= entry.length/2)) { + for (const [file, id, isMain] of foundEntries) { + const score = Math.round(100 * queryLower.length / entry.length); + const result = [ + docNames[file], + titles[file], + id ? "#" + id : "", + null, + score, + filenames[file], + ]; + if (isMain) { + normalResults.push(result); + } else { + nonMainIndexResults.push(result); + } + } + } + } + + // lookup as object + objectTerms.forEach((term) => + normalResults.push(...Search.performObjectSearch(term, objectTerms)) + ); + + // lookup as search terms in fulltext + normalResults.push(...Search.performTermsSearch(searchTerms, excludedTerms)); + + // let the scorer override scores with a custom scoring function + if (Scorer.score) { + normalResults.forEach((item) => (item[4] = Scorer.score(item))); + nonMainIndexResults.forEach((item) => (item[4] = Scorer.score(item))); + } + + // Sort each group of results by score and then alphabetically by name. + normalResults.sort(_orderResultsByScoreThenName); + nonMainIndexResults.sort(_orderResultsByScoreThenName); + + // Combine the result groups in (reverse) order. + // Non-main index entries are typically arbitrary cross-references, + // so display them after other results. + let results = [...nonMainIndexResults, ...normalResults]; + + // remove duplicate search results + // note the reversing of results, so that in the case of duplicates, the highest-scoring entry is kept + let seen = new Set(); + results = results.reverse().reduce((acc, result) => { + let resultStr = result.slice(0, 4).concat([result[5]]).map(v => String(v)).join(','); + if (!seen.has(resultStr)) { + acc.push(result); + seen.add(resultStr); + } + return acc; + }, []); + + return results.reverse(); + }, + + query: (query) => { + const [searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms] = Search._parseQuery(query); + const results = Search._performSearch(searchQuery, searchTerms, excludedTerms, highlightTerms, objectTerms); + + // for debugging + //Search.lastresults = results.slice(); // a copy + // console.info("search results:", Search.lastresults); + + // print the results + _displayNextItem(results, results.length, searchTerms, highlightTerms); + }, + + /** + * search for object names + */ + performObjectSearch: (object, objectTerms) => { + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const objects = Search._index.objects; + const objNames = Search._index.objnames; + const titles = Search._index.titles; + + const results = []; + + const objectSearchCallback = (prefix, match) => { + const name = match[4] + const fullname = (prefix ? prefix + "." : "") + name; + const fullnameLower = fullname.toLowerCase(); + if (fullnameLower.indexOf(object) < 0) return; + + let score = 0; + const parts = fullnameLower.split("."); + + // check for different match types: exact matches of full name or + // "last name" (i.e. last dotted part) + if (fullnameLower === object || parts.slice(-1)[0] === object) + score += Scorer.objNameMatch; + else if (parts.slice(-1)[0].indexOf(object) > -1) + score += Scorer.objPartialMatch; // matches in last name + + const objName = objNames[match[1]][2]; + const title = titles[match[0]]; + + // If more than one term searched for, we require other words to be + // found in the name/title/description + const otherTerms = new Set(objectTerms); + otherTerms.delete(object); + if (otherTerms.size > 0) { + const haystack = `${prefix} ${name} ${objName} ${title}`.toLowerCase(); + if ( + [...otherTerms].some((otherTerm) => haystack.indexOf(otherTerm) < 0) + ) + return; + } + + let anchor = match[3]; + if (anchor === "") anchor = fullname; + else if (anchor === "-") anchor = objNames[match[1]][1] + "-" + fullname; + + const descr = objName + _(", in ") + title; + + // add custom score for some objects according to scorer + if (Scorer.objPrio.hasOwnProperty(match[2])) + score += Scorer.objPrio[match[2]]; + else score += Scorer.objPrioDefault; + + results.push([ + docNames[match[0]], + fullname, + "#" + anchor, + descr, + score, + filenames[match[0]], + ]); + }; + Object.keys(objects).forEach((prefix) => + objects[prefix].forEach((array) => + objectSearchCallback(prefix, array) + ) + ); + return results; + }, + + /** + * search for full-text terms in the index + */ + performTermsSearch: (searchTerms, excludedTerms) => { + // prepare search + const terms = Search._index.terms; + const titleTerms = Search._index.titleterms; + const filenames = Search._index.filenames; + const docNames = Search._index.docnames; + const titles = Search._index.titles; + + const scoreMap = new Map(); + const fileMap = new Map(); + + // perform the search on the required terms + searchTerms.forEach((word) => { + const files = []; + const arr = [ + { files: terms[word], score: Scorer.term }, + { files: titleTerms[word], score: Scorer.title }, + ]; + // add support for partial matches + if (word.length > 2) { + const escapedWord = _escapeRegExp(word); + if (!terms.hasOwnProperty(word)) { + Object.keys(terms).forEach((term) => { + if (term.match(escapedWord)) + arr.push({ files: terms[term], score: Scorer.partialTerm }); + }); + } + if (!titleTerms.hasOwnProperty(word)) { + Object.keys(titleTerms).forEach((term) => { + if (term.match(escapedWord)) + arr.push({ files: titleTerms[term], score: Scorer.partialTitle }); + }); + } + } + + // no match but word was a required one + if (arr.every((record) => record.files === undefined)) return; + + // found search word in contents + arr.forEach((record) => { + if (record.files === undefined) return; + + let recordFiles = record.files; + if (recordFiles.length === undefined) recordFiles = [recordFiles]; + files.push(...recordFiles); + + // set score for the word in each file + recordFiles.forEach((file) => { + if (!scoreMap.has(file)) scoreMap.set(file, {}); + scoreMap.get(file)[word] = record.score; + }); + }); + + // create the mapping + files.forEach((file) => { + if (!fileMap.has(file)) fileMap.set(file, [word]); + else if (fileMap.get(file).indexOf(word) === -1) fileMap.get(file).push(word); + }); + }); + + // now check if the files don't contain excluded terms + const results = []; + for (const [file, wordList] of fileMap) { + // check if all requirements are matched + + // as search terms with length < 3 are discarded + const filteredTermCount = [...searchTerms].filter( + (term) => term.length > 2 + ).length; + if ( + wordList.length !== searchTerms.size && + wordList.length !== filteredTermCount + ) + continue; + + // ensure that none of the excluded terms is in the search result + if ( + [...excludedTerms].some( + (term) => + terms[term] === file || + titleTerms[term] === file || + (terms[term] || []).includes(file) || + (titleTerms[term] || []).includes(file) + ) + ) + break; + + // select one (max) score for the file. + const score = Math.max(...wordList.map((w) => scoreMap.get(file)[w])); + // add result to the result list + results.push([ + docNames[file], + titles[file], + "", + null, + score, + filenames[file], + ]); + } + return results; + }, + + /** + * helper function to return a node containing the + * search summary for a given text. keywords is a list + * of stemmed words. + */ + makeSearchSummary: (htmlText, keywords, anchor) => { + const text = Search.htmlToText(htmlText, anchor); + if (text === "") return null; + + const textLower = text.toLowerCase(); + const actualStartPosition = [...keywords] + .map((k) => textLower.indexOf(k.toLowerCase())) + .filter((i) => i > -1) + .slice(-1)[0]; + const startWithContext = Math.max(actualStartPosition - 120, 0); + + const top = startWithContext === 0 ? "" : "..."; + const tail = startWithContext + 240 < text.length ? "..." : ""; + + let summary = document.createElement("p"); + summary.classList.add("context"); + summary.textContent = top + text.substr(startWithContext, 240).trim() + tail; + + return summary; + }, +}; + +_ready(Search.init); diff --git a/_static/sphinx_highlight.js b/_static/sphinx_highlight.js new file mode 100644 index 0000000000..8a96c69a19 --- /dev/null +++ b/_static/sphinx_highlight.js @@ -0,0 +1,154 @@ +/* Highlighting utilities for Sphinx HTML documentation. */ +"use strict"; + +const SPHINX_HIGHLIGHT_ENABLED = true + +/** + * highlight a given string on a node by wrapping it in + * span elements with the given class name. + */ +const _highlight = (node, addItems, text, className) => { + if (node.nodeType === Node.TEXT_NODE) { + const val = node.nodeValue; + const parent = node.parentNode; + const pos = val.toLowerCase().indexOf(text); + if ( + pos >= 0 && + !parent.classList.contains(className) && + !parent.classList.contains("nohighlight") + ) { + let span; + + const closestNode = parent.closest("body, svg, foreignObject"); + const isInSVG = closestNode && closestNode.matches("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.classList.add(className); + } + + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + const rest = document.createTextNode(val.substr(pos + text.length)); + parent.insertBefore( + span, + parent.insertBefore( + rest, + node.nextSibling + ) + ); + node.nodeValue = val.substr(0, pos); + /* There may be more occurrences of search term in this node. So call this + * function recursively on the remaining fragment. + */ + _highlight(rest, addItems, text, className); + + if (isInSVG) { + const rect = document.createElementNS( + "http://www.w3.org/2000/svg", + "rect" + ); + const bbox = parent.getBBox(); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute("class", className); + addItems.push({ parent: parent, target: rect }); + } + } + } else if (node.matches && !node.matches("button, select, textarea")) { + node.childNodes.forEach((el) => _highlight(el, addItems, text, className)); + } +}; +const _highlightText = (thisNode, text, className) => { + let addItems = []; + _highlight(thisNode, addItems, text, className); + addItems.forEach((obj) => + obj.parent.insertAdjacentElement("beforebegin", obj.target) + ); +}; + +/** + * Small JavaScript module for the documentation. + */ +const SphinxHighlight = { + + /** + * highlight the search words provided in localstorage in the text + */ + highlightSearchWords: () => { + if (!SPHINX_HIGHLIGHT_ENABLED) return; // bail if no highlight + + // get and clear terms from localstorage + const url = new URL(window.location); + const highlight = + localStorage.getItem("sphinx_highlight_terms") + || url.searchParams.get("highlight") + || ""; + localStorage.removeItem("sphinx_highlight_terms") + url.searchParams.delete("highlight"); + window.history.replaceState({}, "", url); + + // get individual terms from highlight string + const terms = highlight.toLowerCase().split(/\s+/).filter(x => x); + if (terms.length === 0) return; // nothing to do + + // There should never be more than one element matching "div.body" + const divBody = document.querySelectorAll("div.body"); + const body = divBody.length ? divBody[0] : document.querySelector("body"); + window.setTimeout(() => { + terms.forEach((term) => _highlightText(body, term, "highlighted")); + }, 10); + + const searchBox = document.getElementById("searchbox"); + if (searchBox === null) return; + searchBox.appendChild( + document + .createRange() + .createContextualFragment( + '<p class="highlight-link">' + + '<a href="javascript:SphinxHighlight.hideSearchWords()">' + + _("Hide Search Matches") + + "</a></p>" + ) + ); + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords: () => { + document + .querySelectorAll("#searchbox .highlight-link") + .forEach((el) => el.remove()); + document + .querySelectorAll("span.highlighted") + .forEach((el) => el.classList.remove("highlighted")); + localStorage.removeItem("sphinx_highlight_terms") + }, + + initEscapeListener: () => { + // only install a listener if it is really needed + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) return; + + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey) return; + if (DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS && (event.key === "Escape")) { + SphinxHighlight.hideSearchWords(); + event.preventDefault(); + } + }); + }, +}; + +_ready(() => { + /* Do not call highlightSearchWords() when we are on the search page. + * It will highlight words from the *previous* search query. + */ + if (typeof Search === "undefined") SphinxHighlight.highlightSearchWords(); + SphinxHighlight.initEscapeListener(); +}); diff --git a/authentication.html b/authentication.html new file mode 100644 index 0000000000..2750c28737 --- /dev/null +++ b/authentication.html @@ -0,0 +1,217 @@ +<!DOCTYPE html> + +<html lang="en" data-content_root="./"> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> + + <title>Authentication — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Authentication§

+
+ sequenceDiagram + participant MO as MITx Online + participant OE as Open edX + + par Create Account in Open edx + MO->>OE: POST /user_api/v1/account/registration/ + OE-->>MO: Success + end + + par Create Open edX Access Token + Note right of MO: Create in-memory requests session + par Establish an Open edX session + MO->>OE: GET /auth/login/mitxpro-oauth2/?auth_entry=login + OE->>MO: Redirect to GET /oauth2/authorize + MO->>OE: Redirect to GET /auth/complete/mitxpro-oauth2/ + end + + par Link MITx Online account to Open edX Account + MO->>OE: GET /oauth2/authorize + OE-->>MO: Redirect to GET /login/_private/complete + MO->>OE: POST /oauth2/access_token + OE-->>MO: OAuth access and refresh tokens + end + + end + +
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/check_program_requirements.html b/commands/check_program_requirements.html new file mode 100644 index 0000000000..74d2d23f57 --- /dev/null +++ b/commands/check_program_requirements.html @@ -0,0 +1,217 @@ + + + + + + + + check_program_requirements — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

check_program_requirements§

+

Checks programs for a valid requirements tree. A program has a valid requirements tree if it:

+
    +
  1. Exists

  2. +
  3. Has nodes for all courses assigned to the program

  4. +
+

If the tree does not fit this criteria, an error message is printed to the screen. (This uses the check_program_for_orphans API call, but it suppresses its error logging so it won’t clog up the error log.)

+

By default, this will check all programs in the system. Specify individual programs to check with --program (multiple times if needed) or check only live programs with --live. Note that if you specify both of these together they will be combined: if you specify a check for a specific program that isn’t live and then also specify --live, it won’t return anything for that program.

+
+

Syntax§

+

check_program_requirements [--program <readable or numeric id>] [--live]

+
+
+

Options§

+
    +
  • --program <readable or numeric id> - Check this specific program. Can be either the readable ID of the program (e.g. program-v1:MITx+DEDP) or the numeric ID, and can be specified multiple times to check multiple programs.

  • +
  • --live - Check only live programs.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/configure_instance.html b/commands/configure_instance.html new file mode 100644 index 0000000000..60e9f3a1a3 --- /dev/null +++ b/commands/configure_instance.html @@ -0,0 +1,218 @@ + + + + + + + + configure_instance — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

configure_instance§

+

Configures a fresh MITx Online instance. For more information, see MITx Online Quick Start and Local Open edX Tutor and MITx Online Deployment.

+

For Tutor deployments, this will use local.edly.io for URLs for the edX platform. If you’re running a dev deployment, or are using Tutor Nightly, --tutor-dev will additionally add the proper ports (as Caddy is disabled in these cases). In either case, the two demo courses will still be created but only the Demonstration Course (course-v1:edX+DemoX+Demo_Course) will exist in edX, and then only if you import the demo course using the relevant Tutor command.

+
+

Syntax§

+

configure_instance <platform> [--dont-enroll|-D] [--dont-create-superuser|-S] [--edx-oauth-client <client id>] [--edx-oauth-secret <client secret>] [--gateway <ip>] [--tutor|-T] [--tutor-dev]

+
+
+

Options§

+
    +
  • <platform> - One of macos, linux, or none. Specifying none will additionaly stop creation of the OAuth2 application record for edX. Defaults to none.

  • +
  • --dont-enroll|-D - Don’t enroll the test learner account in any courses. (Defaults to enrolling the account in course-v1:edX+DemoX+Demo_Course.)

  • +
  • --dont-create-superuser|-S - Don’t create a superuser account.

  • +
  • --gateway <ip> - The Docker gateway IP. Required on Linux. See Configure Open edX for more info.

  • +
  • --edx-oauth-client <client id> - Use the specified client ID for the edX OAuth2 client. (Useful if you’re redoing your MITx Online instance and you’ve already created the corresponding record in edX, since you’re not allowed to edit it there.)

  • +
  • --edx-oauth-secret <client secret> - Use the specified client secret for the edX OAuth2 client. (Useful if you’re redoing your MITx Online instance and you’ve already created the corresponding record in edX, since you’re not allowed to edit it there.)

  • +
  • --tutor|-T - Configure the instance for use with a Tutor edX deployment.

  • +
  • --tutor-dev - Configure the instnace for use with Tutor dev or nightly.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/configure_tiers.html b/commands/configure_tiers.html new file mode 100644 index 0000000000..18b868099c --- /dev/null +++ b/commands/configure_tiers.html @@ -0,0 +1,313 @@ + + + + + + + + configure_tiers — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

configure_tiers§

+

Creates financial assistance tiers and discounts for a course or program.

+

This operates in two modes: creating tiers for a program and creating tiers for a course.

+

In the tables below, <year> represents the current year.

+

Configuring tiers for a course

+

The command will use the readable ID of the course as part of the financial aid discounts. They will default to this:

+ + + + + + + + + + + + + + + + + + + + + + + + + +

Code

Type

Amount

<course id>-fa-tier1-<year>

percent-off

.75

<course id>-fa-tier2-<year>

percent-off

.50

<course id>-fa-tier3-<year>

percent-off

.25

<course id>-fa-tier4-<year>

percent-off

0

+

Note that configuring course tiers requires the course to exist. Use create_courseware (or any of the other methods) to create the course before you run this command.

+

Configuring tiers for a program

+

The default discounts will be:

+ + + + + + + + + + + + + + + + + + + + + + + + + +

Code

Type

Amount

DEDP-fa-tier1-<year>

dollars-off

750

DEDP-fa-tier2-<year>

dollars-off

650

DEDP-fa-tier3-<year>

dollars-off

500

DEDP-fa-tier4-<year>

percent-off

0

+

Specify changes using --program and/or --program-abbrev.

+

Tiers

+

The actual tiers that will be created are:

+ + + + + + + + + + + + + + + + + + + + +

Threshold

Discount

$0

<abbrev>-fa-tier1-<year>

$25,000

<abbrev>-fa-tier2-<year>

$50,000

<abbrev>-fa-tier3-<year>

$75,000

<abbrev>-fa-tier4-<year>

+

These can be overridden by providing a CSV file. The CSV file should have the following fields and should not have a header row:

+
threshold amount,discount type,discount amount
+
+
+

If you specify tier information, you must provide all the tiers you want to create - the specified information will override the default. In addition, you must supply a zero income tier. This is a requirement and the command will quit if you don’t have one set up, as that tier is used as the starting point for financial assistance. (In other words, learners will see errors if there’s not a zero-income threshold tier set up.)

+

Reuse

+

The command will try to reuse any discounts and tiers that match ones the command would have created, so you can safely run this for a course or program that may have already had financial assistance tiers set up.

+
+

Syntax§

+

Configuring tiers for a program: +configure_tiers [--program <readable id>] [--program-abbrev <program abbreviation>] [--tier-info <tier info CSV>]

+

Configuring tiers for a course: +configure_tiers [--course <readable id>] [--tier-info <tier info CSV>]

+
+
+

Options§

+

Program options:

+
    +
  • --program <readable id> - Program ID to use or create.

  • +
  • --program-abbrev <abbreviation> - Abbreviation to use for tiers and discounts.

  • +
+

Course options:

+
    +
  • --course <readable id> - Course ID to use. This won’t create a course; use create_courseware for that.

  • +
+

Common options:

+
    +
  • --tier-info <csv file> - Tier info in CSV format.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_courseware.html b/commands/create_courseware.html new file mode 100644 index 0000000000..de4770a52a --- /dev/null +++ b/commands/create_courseware.html @@ -0,0 +1,251 @@ + + + + + + + + create_courseware — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_courseware§

+

Creates a new courseware object.

+

For programs, this creates the basic program record. +For courses, this creates the course, and then optionally adds it to the specified program (and can add it as an elective or required course). It will also optionally create an initial course run for the course. Finally, it will also add the course to the program’s requirements or electives list. +For courseruns, this creates the course run and associates it with the specified course.

+

This will not run sync_course_run for you, so for best results, ensure the course run is set up on the edX side, use this command, then run sync_course_run to pull dates and other information from edX.

+
+

Syntax§

+

create_courseware <object> <readable id> <title> [--live] [--self-paced] [--create-run [create_run]] [--run-url [RUN_URL]] [--program [PROGRAM]] [--run-tag [run-tag]] [--required] [--elective] [--force] [--start <date>] [--end <date>] [--enrollment-start <date>] [--enrollment-end <date>] [--upgrade <date>] [--dept <department_name>] [--create-depts]

+
+
+

Checks§

+

The command performs the following checks: +* It checks to see if readable_id contains course or program at the front - if it doesn’t, it will assume you’ve swapped the title and readable ID mistakenly and stop. +* It checks to see if the course will be live before adding it to the requirements tree. If --live isn’t specified, it will ignore your request. This only applies to course creation. +* If creating a course or program, --depts must be specified and the department names must exist.

+

Both of these checks can be overridden with the --force flag.

+
+
+

Options§

+
    +
  • object - One of program, course, or courserun

  • +
  • readable id - The readable ID of the object. Note: do not specify the run tag for course runs.

  • +
  • title - The title of the object.

  • +
  • --live - Makes the object live (default is not).

  • +
  • --force|-f - Force the creation of the object. (See “Checks” section for details.)

  • +
  • --create-depts - If specified, any departments specified that do not currently exist will be created.

  • +
+

Programs can take the following options: +* --depts - The departments to associate the program with.

+

Courses can take the following options:

+
    +
  • --program <PROGRAM> - The program to assign the course to.

  • +
  • --create-run <run tag> - Create a course run for this course with the specified run tag.

  • +
  • --run-url <url> - The courseware URL for the course run. (Only if --create-run is specified.)

  • +
  • --self-paced - The course run is self-paced. (Only if --create-run is specified.)

  • +
  • --required - The course is a requirement for the program.

  • +
  • --elective - The course is an elective for the program.

  • +
  • --depts - The departments to associate the course with.

  • +
+

Course runs can take the following options:

+
    +
  • --program <PROGRAM> - The program to assign the course to. Required.

  • +
  • --run-tag <run tag> - The run tag to use. Required.

  • +
  • --run-url <url> - The courseware URL for the course run.

  • +
  • --self-paced - The course run is self-paced.

  • +
  • --start <date> - The date the course run should start.

  • +
  • --end <date> - The date the course run should end.

  • +
  • --enrollment-start <date> - The date the course run enrollment should start.

  • +
  • --enrollment-end <date> - The date the course run enrollment should end.

  • +
  • --upgrade <date> - The date after which course run enrollments should not be possible.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_courseware_page.html b/commands/create_courseware_page.html new file mode 100644 index 0000000000..a6db069360 --- /dev/null +++ b/commands/create_courseware_page.html @@ -0,0 +1,212 @@ + + + + + + + + create_courseware_page — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_courseware_page§

+

Creates a very basic About page in the CMS for the given courseware object.

+

The about page will only have the handful of fields that are required to be there, and will be linked to the specified courseware object. If the courseware object is a course, it will also be added to the Featured Products section on the homepage. By default, the CMS page will be saved in a draft state.

+
+

Syntax§

+

create_courseware_page <courseware id> [--live]

+
+
+

Options§

+
    +
  • courseware id - The courseware object to make a CMS page for.

  • +
  • --live - Makes the resulting page live.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_product.html b/commands/create_product.html new file mode 100644 index 0000000000..0dcb8bf1e0 --- /dev/null +++ b/commands/create_product.html @@ -0,0 +1,214 @@ + + + + + + + + create_product — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_product§

+

Creates a product for the given courseware ID. (For now, this only works with course runs.)

+

By default, the product description will be the courseware ID. This is the recommended setting for this to make it easy to determine which products are for what courseware objects.

+
+

Syntax§

+

create_product <courserun> <price> [--description|-d <description>] [--inactive]

+
+
+

Options§

+
    +
  • courserun - The course run to use.

  • +
  • price - The price (numbers only) of the product.

  • +
  • --description <description> (or -d) - Optionally specify the product description. (Defaults to the courseware ID.)

  • +
  • --inactive - Makes the product inactive. (Defaults to active.)

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/create_user.html b/commands/create_user.html new file mode 100644 index 0000000000..bc6868c711 --- /dev/null +++ b/commands/create_user.html @@ -0,0 +1,216 @@ + + + + + + + + create_user — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

create_user§

+

Creates a learner account in the system. You will be prompted for the account password.

+
+

Syntax§

+

create_user username email firstname lastname displayname countrycode [--enroll <courseid>]

+
+
+

Options§

+
    +
  • username - Username for the learner to create.

  • +
  • email - Email address of the learner to create.

  • +
  • firstname - The learner’s first name.

  • +
  • lastname - The learner’s last name.

  • +
  • displayname - The learner’s display name.

  • +
  • countrycode - The country code to use. (Default US)

  • +
  • --enroll <courseid> - Optionally enroll the user in the specified course run. The enrollment will be an audit enrollment.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/generate_discount_code.html b/commands/generate_discount_code.html new file mode 100644 index 0000000000..a95573b829 --- /dev/null +++ b/commands/generate_discount_code.html @@ -0,0 +1,242 @@ + + + + + + + + generate_discount_code — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

generate_discount_code§

+

Creates discount code(s).

+

This can create a single code, a batch of explicitly defined codes, or a batch of automatically generated codes (with an optional prefix).

+
+

Syntax§

+

generate_discount_code <code> [<code>...] --amount <amount> [-activates <date>] [--expires <date>] [--discount-type <discount type>] [--one-time] [--once-per-user] [--count <count>] [--prefix <prefix>]

+
+
+

Batch Generating Codes§

+

You can create a batch of explicitly named codes by simply passing multiple discount codes to the command. All of the codes will be created (assuming they don’t already exist) with the options you’ve specified.

+

Alternatively, you can created a number of codes using the --count and -prefix option. Using these options will generate the number of codes specified by --count and will prefix the code with -prefix if it is specified. The code will be generated using a UUID - if you’ve supplied a prefix, the code will be in the format <prefix><uuid>. Note that the command won’t insert any punctuation between the prefix and the UUID, so you will need to add that yourself if you want, for example, a dash separating the two. UUIDs are 37 characters in length so prefixes need to be a total of 13 characters or less.

+
+
+

Output§

+

Generated codes will be written to a generated-codes.csv file, with the following information:

+
    +
  • Discount code

  • +
  • Code type

  • +
  • Amount

  • +
  • Expiration date

  • +
+

The file is overwritten if it exists.

+
+
+

Options§

+

General options:

+
    +
  • --amount <amount> - The discount’s amount. For percent off discounts, this should be on a scale of 0-100. This is required.

  • +
  • --discount-type <discount type> - One of percent-off, dollars-off, or fixed-price; the type of discount code to make. Defaults to percent-off.

  • +
  • --activates <date> - The date the code should become active (in ISO-8601 format).

  • +
  • --expires <date> - The date the code should stop being active (in ISO-8601 format).

  • +
  • --one-time - Set the discount to be redeemable only once.

  • +
  • --once-per-user - Set the discount to be redeemable only once per learner.

  • +
+

For explicitly named codes:

+
    +
  • code - The code to generate. (You can specify any number of these.) Max length 50 characters.

  • +
+

For automatically generated codes:

+
    +
  • --count <count> - The number of codes to create.

  • +
  • --prefix <prefix> - The prefix to append to the code. Max length 13 characters.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/import_courserun.html b/commands/import_courserun.html new file mode 100644 index 0000000000..5ae0c5bd12 --- /dev/null +++ b/commands/import_courserun.html @@ -0,0 +1,218 @@ + + + + + + + + import_courserun — MITx Online documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

import_courserun§

+

Creates courserun(s) in the system based on edX course data.

+

You can specify either a specific courserun to create, or you can specify a run tag (e.g. 1T2023) and a program (e.g. program-v1:MITx+DEDP), and the command will create courseruns for the courses that it finds in edX.

+

You can also optionally have it create a CMS page for the course, if one doesn’t already exist.

+

Furthermore, you can specify a price, and it will create (or update) product(s) for the courserun(s) with the specified price. Created products will use the readable ID for the courserun as the product description and will be made active depending on the courserun. This command will not update existing courseruns; only new ones that it creates will get products.

+

If the course does not exist, it will be created with the same data as the edX course. Any specified courserun that doesn’t exist in edX will be skipped - it won’t make empty course runs for you (use Django Admin or create_courseware if you want to do that, since you’ll need to specify a few things that you can’t here.) Similarly, any courserun that already exists will be skipped - sync_courserun, which runs on a regular basis, will handle syncing the pertinent data for it.

+

New courseruns will be created with the following data synced from the edX course_details API call: +* Start and end dates +* Enrollment start and end dates +* Title +* Pacing (self-paced or instructor-led) +* Courseware URL (depends on the OPENEDX_API_BASE_URL configuration setting)

+

You may want to adjust these after they’re created.

+
+

Syntax§

+

To create an individual courserun:

+

import_courserun [--courserun <courserun>] [--program <program>] [--live] [--create-cms-page] [--price <price>]

+

To walk a program:

+

import_courserun [--program <program>] [--run-tag <run tag>] [--live] [--create-cms-page] [--price <price>]

+
+
+

Options§

+
    +
  • --courserun <courserun> - The courserun to check for. Takes precedence over --program.

  • +
  • +
    --program <program>
      +
    • _If walking a program:_ The program to walk through. Requires --run_tag. Specify either the numeric database ID or the readable ID for the program.

    • +
    • _If creating a single courserun:_ The program the course should belong to, if any.

    • +
    +
    +
    +
  • +
  • --run-tag <run tag> - The run tag to use for the new courseruns. Required for --program; don’t use otherwise.

  • +
  • --live - Make the course live. (Default is to set the flag to false.)

  • +
  • --create-cms-page - Attempt to create a basic CMS page for the course, in a similar fashion to create_courseware_page. If this fails (for instance, if the course already has a CMS page), this step will be skipped.

  • +
  • --price <price> - Create (or update) a product for the courserun with the specified price. If the command creates multiple courseruns, this will create a product for each.

  • +
  • --dept <department_name> - Specify department(s) assigned to the course object. If program is specified, all courses associated with the program and imported will have the same department.

  • +
+
+
+

Example§

+

The use case for this was creating a batch of course runs for an upcoming semester of DEDP courses; these courses existed in edX but not in MITx Online. Since in that case the semester was 1T2023, this command would have created all the applicable courseruns all at once:

+

manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --dept Economics

+

Or, the same but with the standard DEDP pricing applied:

+

manage.py import_courserun --program program-v1:MITx+DEDP --run-tag 1T2023 --live --price 1000

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/index.html b/commands/index.html new file mode 100644 index 0000000000..41c231e198 --- /dev/null +++ b/commands/index.html @@ -0,0 +1,260 @@ + + + + + + + + MITx Online Commands — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/commands/refund_fulfilled_order.html b/commands/refund_fulfilled_order.html new file mode 100644 index 0000000000..b4133eb923 --- /dev/null +++ b/commands/refund_fulfilled_order.html @@ -0,0 +1,154 @@ + + + + + + + + refund_fulfilled_order — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

refund_fulfilled_order§

+

Looks up a fulfilled order in the system, sets it to Refunded, and then adjusts the enrollments accordingly.

+
    +
  • If –unenroll is specified, the learner will be unenrolled from the course run associated with the order.

  • +
  • If –audit is specified, the learner will keep their unenrollments, but they will be set to “audit” instead of “verified”.

  • +
+

This does not make any sort of call to CyberSource or any other payment gateway to perform a refund - you’re expected to have refunded the learner’s money manually already. (At time of writing, PayPal transactions can’t be refunded using the normal means, so they get refunded manually via CyberSource and then this command comes in to clean up afterwards.)

+
+

Syntax§

+

refund_fulfilled_order <reference number> [--audit] [--unenroll]

+
+
+

Options§

+
    +
  • <reference number> - The reference number for the order to refund.

  • +
  • --audit - Change the learner’s enrollment status to audit.

  • +
  • --unenroll - Unenroll the learner.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/regenerate_edx_auth_tokens.html b/commands/regenerate_edx_auth_tokens.html new file mode 100644 index 0000000000..f8b67e2d94 --- /dev/null +++ b/commands/regenerate_edx_auth_tokens.html @@ -0,0 +1,148 @@ + + + + + + + + regenerate_edx_auth_tokens — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

regenerate_edx_auth_tokens§

+

Regenerates the authentication tokens for a specified learner. In essence, deletes the OpenEdxApiAuth record and then makes a call to edX to generate a new refresh and access token.

+

If the user doesn’t have an OpenEdxUser record either, then this command is not appropriate. Use repair_missing_courseware_records instead. This will also not do anything with enrollments or grades. The main usecase is if the learner’s OpenEdxApiAuth record gets deleted for some reason, or if their refresh tokens on the edX side are revoked.

+
+

Syntax§

+

regenerate_edx_auth_tokens <username>

+
+
+

Options§

+
    +
  • username - the learner’s ID, username, or email address.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/commands/resolve_pending_order.html b/commands/resolve_pending_order.html new file mode 100644 index 0000000000..aa7edd9fff --- /dev/null +++ b/commands/resolve_pending_order.html @@ -0,0 +1,149 @@ + + + + + + + + resolve_pending_order — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

resolve_pending_order§

+

Looks up the specified pending order in CyberSource and resolves it. This can mean either fulfilling the order or cancelling it, depending on the status of the payment in CyberSource: if the order is found and the result code is 100, it will be fulfilled; otherwise, it will be cancelled.

+

This only works on pending orders and won’t accept a reference number for an order that’s not in the Pending state.

+
+

Syntax§

+

resolve_pending_order [--all] [--order <reference number>]

+
+
+

Options§

+
    +
  • --all - Process all pending orders.

  • +
  • --order <reference number> - Process a specific order specified by reference number (e.g. mitxonline-prod-1).

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/ecommerce.html b/configuration/ecommerce.html new file mode 100644 index 0000000000..5ab613652f --- /dev/null +++ b/configuration/ecommerce.html @@ -0,0 +1,264 @@ + + + + + + + + Configure eCommerce — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Configure eCommerce§

+

To use the eCommerce subsystem, some configuration is required. These instructions will also set up a course in your MITx Online environment that you can use for enrollment.

+

You’ll need a working MITx Online setup and a working devstack setup to begin, and superuser accounts for each.

+
+

Set Up MITx Online eCommerce Config§

+

The CyberSource configuration for the app can be lifted out of Heroku. Make sure you use values from RC - otherwise, you will actually be charged for purchases (and test credit card numbers will fail). For best results, you should also have an account for the test Enterprise Business Center (https://ebc2test.cybersource.com/ebc2/).

+

The .env settings you need to copy over are:

+
    +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_ACCESS_KEY

  • +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_PROFILE_ID

  • +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURITY_KEY

  • +
  • MITOL_PAYMENT_GATEWAY_CYBERSOURCE_SECURE_ACCEPTANCE_URL

  • +
+

Alternatively, you can set up your own CyberSource developer account and generate a set of API keys there: Evaluation Account Setup If you set up your own developer account, you will need to properly configure it for Secure Acceptance with the credit card types you wish to test, and you will need to generate your own API keys and supply them in the .env file.

+

You may also set ECOMMERCE_DEFAULT_PAYMENT_GATEWAY to CyberSource - this sets it to the default value, but setting it now will prevent issues if the Payment Gateway ol-django library adds in new payment gateways.

+
+
+

Set Up a Course§

+

The devstack environment comes with a couple of test courses set up. If you want a different course, you will need to set that up in Open edX before starting here. Bootstrapping a course in edX is beyond the scope of this document.

+
+

In Open edX§

+
    +
  1. Log in to the Django Admin interface.

  2. +
  3. Find a course from the Course Overviews page.

  4. +
  5. Note the Display name and Id fields.

  6. +
+
+
+

In MITx Online§

+
    +
  1. Log into the Django Admin interface.

  2. +
  3. Under Courses, open Programs and add a Program. (The specifics here aren’t important - there just needs to be a Program.)

  4. +
  5. Under Courses, open Courses and add a Course. The Title and Readable Id fields should be set to the Display name and Id fields from the edX course you plan to use. Make sure Live is set and the Program is set to the program you created in step 2.

  6. +
  7. Under Course Runs, add a Course Run. The Title and Courseware Id fields should be set to the Id and Display Name fields from the edX course. The Courseware url path should be set to the URL where the course lives in edX (ex. https://courses-qa.mitxonline.mit.edu/learn/course/course-v1:MITx+14.750x+3T2022/home). The dates will be overwritten when the system is synced with Open edX, but for testing it’s good to put Start Date, End Date, Enrollment Start, and Enrollment End. A good starting point for these is today plus/minus one year for each.

  8. +
  9. You now need to add the course to the CMS. Navigate to the Wagtail CMS admin, at /cms.

  10. +
  11. Open the Courses folder under Home Page.

  12. +
  13. Select Add Child Page.

  14. +
  15. Fill out the form. The course you added in steps 1-4 should appear. (If not, double-check your settings in Django Admin.) Publish the page when ready.

  16. +
  17. Open the Home Page, and select Edit.

  18. +
  19. Under the Featured Products section, select Add. You will be given a button to choose a page, and the page chooser there should list the page you created.

  20. +
  21. Publish the Home Page when ready.

  22. +
+

You should now be able to see the course under the hero image on the MITx Online homepage, and navigating into the course should give you the option to Enroll. (At this point, you won’t have a Product set up, so enrolling now should just enroll you in the course.)

+
+
+
+

Setting Up a Product§

+
    +
  1. Log into MITx Online Django Admin.

  2. +
  3. Under Ecommerce, open Products and create a new Product. Set Content type to Course Run and Object Id to the ID of the course run you created earlier (it’s probably 1 if you’re working from a new install). Price should ideally be set to a non-zero value, that is less than $999, in RC/Sandbox environments. Description needs to be filled in but can be anything - for clarity, it’s recommended to use the course name. Make sure Is active is checked.

  4. +
+

You should now be able to enroll in the upgraded course.

+
    +
  • If you’ve enrolled in the course already, you should now see the upsell card on the course listing page.

  • +
  • If you haven’t enrolled, enrolling should pop the upgrade modal.

  • +
  • In either case, enrolling in the paid version of the course should bring you to the cart, and you should then be able to check out.

  • +
+
+

Testing Checkout§

+

The test CyberSource credentials won’t actually process a charge that has been run through the system. However, you should avoid using a valid credit card number when testing. Any card number that is both invalid but passes the checks should work. Here are some examples:

+
    +
  • Visa: 4111111111111111

  • +
  • Visa: 4242424242424242

  • +
  • MasterCard: 5555555555554444

  • +
  • MasterCard: 5105105105105100

  • +
  • American Express: 378282246310005

  • +
  • Discover: 6011111111111117

  • +
+

Supply any expiration date in the future. The CVN code should be any three-digit (not AmEx) or 4 digit (AmEx) number that is fairly unique (not like 123, 111). What card types are allowed and whether or not the CVN code is required depends on the settings in the CyberSource account - currently, the MIT test account does require an expiration date and CVN code and supports the four card types listed above. Transactions are logged and can be found in the test EBC. You can additionally adjust the settings in the EBC to email the payment data to you while you’re testing - but you should ask around before doing this in case someone else is testing eCommerce elsewhere.

+
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/hubspot.html b/configuration/hubspot.html new file mode 100644 index 0000000000..ea86e1a497 --- /dev/null +++ b/configuration/hubspot.html @@ -0,0 +1,142 @@ + + + + + + + + Configure HubSpot — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Configure HubSpot§

+

In order to connect your local instance of MITx Online with HubSpot, you will need to define the following envrionment variables in your .env file.

+

` +MITOL_HUBSPOT_API_PRIVATE_TOKEN=<ask a developer to add you to the hubspot account> +MITOL_HUBSPOT_API_ID_PREFIX=<your_initials>-mitxonline-dev +HUBSPOT_PIPELINE_ID=19817792 +`

+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/index.html b/configuration/index.html new file mode 100644 index 0000000000..b5d06f932a --- /dev/null +++ b/configuration/index.html @@ -0,0 +1,227 @@ + + + + + + + + Configuration — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/configuration/open_edx.html b/configuration/open_edx.html new file mode 100644 index 0000000000..418830d372 --- /dev/null +++ b/configuration/open_edx.html @@ -0,0 +1,416 @@ + + + + + + + + Configure Open edX — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Configure Open edX§

+

In order to create user accounts in Open edX and permit authentication from MITx Online to Open edX, you need to configure MITx Online as an OAuth2 provider for Open edX.

+
+

Setup Open edX Devstack§

+

Following steps are inspired by edx-devstack.

+
+

Add /etc/hosts alias for Open edX§

+

If one doesn’t already exist, add an alias to /etc/hosts for Open edX. We have standardized this alias +to edx.odl.local. Your /etc/hosts entry should look like this:

+
127.0.0.1       edx.odl.local
+
+
+
+
+

Clone edx/devstack§

+
git clone https://github.com/edx/devstack
+cd devstack
+make requirements
+make dev.clone
+
+
+
+
+

Pull latest images and run provision§

+
make pull
+make dev.provision
+
+
+
+
+

Start your servers§

+
make dev.up
+
+
+
+
+

Stop your servers§

+
make stop
+
+
+
+
+
+

Setup social auth§

+
+

Install social-auth-mitxpro in LMS§

+

There are two options for this:

+
+

Install via pip§

+
pip install social-auth-mitxpro
+
+
+
+
+

Install from local Build§

+
    +
  • Checkout the social-auth-mitxpro project and build the package per the project instructions

  • +
  • Copy the social-auth-mitxpro-$VERSION.tar.gz file into devstack’s edx-platform directory

  • +
  • In devstack, run make lms-shell and within that shell pip install social-auth-mitxpro-$VERSION.tar.gz

    +
      +
    • To update to a new development version without having to actually bump the package version, simply pip uninstall social-auth-mitxpro, then install again

    • +
    +
  • +
+
+
+
+

Install openedx-companion-auth in LMS§

+

There are two options for this:

+
+

Install via pip§

+
pip install openedx-companion-auth
+
+
+
+
+

Install from local Build§

+
    +
  • Checkout the openedx-companion-auth project and build the package per the project instructions

  • +
  • Copy the openedx-companion-auth-$VERSION.tar.gz file from the dist folder into devstack’s edx-platform directory

  • +
  • In devstack, run make lms-shell and within that shell pip install openedx-companion-auth-$VERSION.tar.gz

    +
      +
    • To update to a new development version without having to actually bump the package version, simply pip uninstall -y openedx-companion-auth, then install again

    • +
    +
  • +
+
+
+
+
+

Configure MITx Online as a OAuth provider for Open edX§

+

In MITx Online:

+
    +
  • go to /admin/oauth2_provider/application/ and create a new application with these settings selected:

    +
      +
    • Redirect uris: http://<EDX_HOSTNAME>:18000/auth/complete/mitxpro-oauth2/

      +
        +
      • [macOS users] You will need redirect uris for both the local edX host alias and for host.docker.internal. This value should be:

        +
        http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/
        +http://host.docker.internal:18000/auth/complete/mitxpro-oauth2/
        +
        +
        +
      • +
      • [Linux users] You will need redirect uris for both the local edX host alias and for the gateway IP of the docker-compose networking setup for MITx Online as found via docker network inspect mitx-online_default:

        +
        http://edx.odl.local:18000/auth/complete/mitxpro-oauth2/
        +http://<GATEWAY_IP>:18000/auth/complete/mitxpro-oauth2/
        +
        +
        +
      • +
      • [WSL 2 users]: Use the URLs for macOS. You will also have to set OPENEDX_IP to host-gateway in your .env file to make this work. (Networking with WSL 2 works very differently, and the defaults won’t work.)

      • +
      +

      NOTE: GATEWAY_IP should be something like 172.19.0.1.

      +
    • +
    • Client type: “Confidential”

    • +
    • Authorization grant type: “Authorization code”

    • +
    • Skip authorization: checked

    • +
    • Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later

    • +
    +
  • +
+

In Open edX (derived from instructions here):

+
    +
  • +
    make lms-shell into the LMS container and ensure the following settings are set in /edx/etc/lms.yml if you are using Juniper or a more recent Open edX release, otherwise they should be in /edx/app/edxapp/cms.env.json:
    FEATURES:
    +  ALLOW_PUBLIC_ACCOUNT_CREATION: true
    +  ENABLE_COMBINED_LOGIN_REGISTRATION: true
    +  ENABLE_THIRD_PARTY_AUTH: true
    +  ENABLE_OAUTH2_PROVIDER: true
    +  SKIP_EMAIL_VALIDATION: true
    +REGISTRATION_EXTRA_FIELDS:
    +  country: hidden
    +THIRD_PARTY_AUTH_BACKENDS:
    + - social_auth_mitxpro.backends.MITxProOAuth2
    +
    +
    +
    +
    +
  • +
  • make lms-restart to pick up the configuration changes

  • +
  • Login to django-admin (default username and password can be found here), go to http://<EDX_HOSTNAME>:18000/admin/third_party_auth/oauth2providerconfig/, and create a new config:

    +
      +
    • Select the default example site

    • +
    • The slug field MUST match the the backend’s name, which for us is mitxpro-oauth2

    • +
    • Client Id should be the client id from the MITx Online Django Oauth Toolkit Application

    • +
    • Check the following checkboxes:

      +
        +
      • Enabled

      • +
      • Skip hinted login dialog

      • +
      • Skip registration form

      • +
      • Sync learner profile data

      • +
      • Enable SSO id verification

      • +
      +
    • +
    • Set Backend name to: mitxpro-oauth2

    • +
    • In “Other settings”, put:

      +
      {
      +  "AUTHORIZATION_URL": "http://<LOCAL_MITX_ONLINE_ALIAS>:8013/oauth2/authorize/",
      +  "ACCESS_TOKEN_URL": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/oauth2/token/",
      +  "API_ROOT": "http://<EXTERNAL_MITX_ONLINE_HOST>:8013/"
      +}
      +
      +
      +
    • +
    • LOCAL_MITX_ONLINE_ALIAS should be your /etc/hosts alias for the mitxonline app

    • +
    • EXTERNAL_MITX_ONLINE_HOST will depend on your OS, but it needs to be resolvable within the edx container

      +
        +
      • Linux users: The gateway IP of the docker-compose networking setup for mitxonline as found via docker network inspect mitx-online_default

      • +
      • OSX users: Use host.docker.internal

      • +
      +
    • +
    • Save the configuration.

    • +
    +
  • +
+
+
+

Configure Open edX to support OAuth2 authentication from MITx Online§

+
    +
  • In Open edX:

    +
      +
    • go to /admin/oauth2_provider/application/ and verify that an application named ‘edx-oauth-app’ exists with these settings:

      +
        +
      • Redirect uris: http://mitxonline.odl.local:8013/login/_private/complete

      • +
      • Client type: “Confidential”

      • +
      • Authorization grant type: “Authorization code”

      • +
      • Skip authorization: checked

      • +
      • Other values are arbitrary but be sure to fill them all out. Save the client id and secret for later

      • +
      +
    • +
    +
  • +
  • In MITx Online:

    +
      +
    • Set OPENEDX_API_CLIENT_ID to the client id

    • +
    • Set OPENEDX_API_CLIENT_SECRET to the client secret

    • +
    • Set OPENEDX_API_BASE_URL to http://host.docker.internal:18000 when running devstack and mitxonline locally through Docker

    • +
    +
  • +
+
+
+

Configure Logout§

+
    +
  • In Open edX, configure settings.IDA_LOGOUT_URI_LIST to be a list including the full url to <protocol>://<hostname>[:<port>]/logout in MITx Online

    +
      +
    • For devstack, this means modifying the value in edx-platform/lms/envs/devstack.py to include http://mitxonline.odl.local:8013/logout

    • +
    • For production, this setting can go in lms.env.json under the key IDA_LOGOUT_URI_LIST as a JSON array of with that string in it

    • +
    +
  • +
  • MITx Online:

    +
      +
    • Set LOGOUT_REDIRECT_URL to the full path to the edx /logout view.

    • +
    +
  • +
+

For local development this will be http://<EDX_HOSTNAME>:18000/logout

+
+
+

Configure Open edX user and token for use with MITx Online management commands§

+
    +
  • In Open edX, create a staff user and then under /admin/oauth2_provider/accesstoken/ add access token. The value of said token needs to match the value set for the OPENEDX_SERVICE_WORKER_API_TOKEN key in the MITx Online app.

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/quickstart.html b/configuration/quickstart.html new file mode 100644 index 0000000000..2ec6663125 --- /dev/null +++ b/configuration/quickstart.html @@ -0,0 +1,280 @@ + + + + + + + + MITx Online Quick Start — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

MITx Online Quick Start§

+

You can use the configure_instance management command to perform a quick-start of a fresh MITx Online instance. This command takes care of a lot of the boilerplate required to set up an instance. It:

+
    +
  • Creates a superuser account (if you want)

  • +
  • Creates the OAuth2 application record for edX (if you want, and optionally with an existing secret)

  • +
  • Creates a set of courseware objects, including a DEDP program and courses with runs that match what ships with a standard devstack instance

  • +
  • Creates a set of CMS pages for the courseware objects that it creates

  • +
  • Sets up financial assistance appropriately

  • +
  • Adds a couple of products in for the courses it creates

  • +
  • Creates a learner account for the system

  • +
+

It does not:

+
    +
  • Run migrations

  • +
  • Completely set up integration with devstack

  • +
+

In addition, there are a handful of tasks that you’ll need to perform afterwards:

+
    +
  • The CMS pages (course about pages and the financial assistance form) need to be reviewed for content.

  • +
  • The financial assistance form will need to be published, and linked into the appropriate course.

  • +
  • You may want to adjust the products that are created.

  • +
+

The configure_instance command has a few flags you can use to customize how it works. For more details on this, either run it with --help or read the configure_instance command documentation. (Do this especially if you’re using the command to reset your MITx Online instance - you can provide an existing OAuth client ID and secret.)

+
+

Performing a Quick Start§

+

To quick-start your MITx Online instance:

+
    +
  1. Run the migrate command.

  2. +
  3. Run the createsuperuser command.

  4. +
  5. Follow the steps in the Configure Open edX documentation

  6. +
  7. Run configure_instance <platform>, where platform is macos, linux, or none. (If you don’t want it to create OAuth2 records, set this to none or leave it blank. The default is none.)

  8. +
+

configure_instance will prompt you to enter a password for the test learner account and will prompt you to enter account information for the superuser account. At the end, you’ll see your edX OAuth2 application credentials, which can then be plugged into Open edX (if you haven’t specified none for your platform).

+
+
+

Results§

+

Running configure_instance will peform these tasks in order:

+
    +
  1. Runs createsuperuser to create the superuser account (unless disabled with --dont-create-superuser).

  2. +
  3. Creates the OAuth2 application record. (This is the one part of this that doesn’t rely on an existing management command.)

  4. +
  5. Runs configure_wagtail to set up the CMS.

  6. +
  7. Runs configure_tiers to add the DEDP program and configure financial assistance tiers and discounts.

  8. +
  9. Runs create_courseware_page to add a basic about page for the DEDP program (required for the financial assistance form).

  10. +
  11. Runs create_finaid_form to create a financial assistance form for the DEDP program.

  12. +
  13. Runs create_courseware twice to create two courses, each with a course run, that correspond to the demo courses in devstack. (Details below.)

  14. +
  15. Runs sync_course_run to sync the courses with the devstack instance.

  16. +
  17. Runs create_product twice to create two products for the courses.

  18. +
  19. Runs create_courseware_page twice to add course pages for the two courses. (These are marked as live.)

  20. +
  21. Runs create_user to create the learner account.

  22. +
+

The courses that are created are:

+ + + + + + + + + + + + + + + + + + + + +

Course

Readable ID

Run Tag

Price

Demonstration Course

course-v1:edX+DemoX

Demo_Course

$999

E2E Test Course

course-v1:edX+E2E-101

course

$999

+

The learner account that is created is:

+
    +
  • Username: testlearner

  • +
  • Email: testlearner@mitxonline.odl.local

  • +
  • Display Name (split in half for first/last names): Test learner

  • +
  • Country Code: US

  • +
  • Enrollments: course-v1:edX+DemoX+Demo_Course

  • +
+

The program that gets created is the standard DEDP program (program-v1:MITx+DEDP). The Demonstration Course is added to the DEDP program; E2E Test Course is not.

+
+
+

Notes§

+

The steps that involve communication with edX may not work if your environment isn’t set up properly. In these cases, the attempts will be queued to be run later.

+

If you’ve set your platform to macos or linux, the command will do the first part of the Configure MITx Online as an OAuth provider for Open edX section in the Configure Open edX documentation.

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/tutor.html b/configuration/tutor.html new file mode 100644 index 0000000000..37ed90910d --- /dev/null +++ b/configuration/tutor.html @@ -0,0 +1,412 @@ + + + + + + + + Local Open edX Tutor and MITx Online Deployment — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Local Open edX Tutor and MITx Online Deployment§

+

These instructions describe setting up MITx Online and Tutor from scratch on Linux. These instructions should largely apply to macOS users, and they should also apply to users converting from a devstack-based deployment to Tutor.

+
+

These instructions should work for a Tutor Dev or Tutor Nightly deployment as well. Specify --tutor-dev instead of --tutor when running configure_instance so the URLs have a port on them.

+
+

At the end of this guide, you should have:

+
    +
  • A fully working MITx Online deployment.

  • +
  • A working Tutor deployment of edX.

  • +
  • SSO should work from edX to MITx Online.

  • +
  • MITx Online should have a service worker set up and should be able to perform tasks using the edX api.

  • +
  • Tutor’s included AuthN MFE should be disabled in favor of the MITx Online authentication system.

  • +
+
+

Preliminary Steps§

+

pyenv (and pyenv-virtualenv) are highly recommended for managing local Python versions. Use the instructions on their GitHub page to install if you haven’t already installed it.

+

You’ll want to create at least a virtualenv for Tutor. As of this writing, Tutor uses Python 3.8.12 (in the LMS container at least); I have also successfully used 3.9.16. 3.11 has not worked for me. You can optionally create a virtualenv for MITx Online too but that’s not strictly necessary. (I have one so I can run black/isort/etc. without having to jump into a container to do it.)

+
+
+

Tutor Setup, Part One§

+
+

Note that no hosts file changes are needed if you use the default local.edly.io domain - that’s a real domain with a wildcard subdomain cname that points to 127.0.0.1.

+
+

To begin, you need to follow the One-Click Installer instructions provided by Tutor. Do this with your Tutor virtualenv activated.

+
+

Mac/Arm users should instead follow these instructions: Running Tutor on ARM-based systems It’s mostly the same steps that the quickstart does internally, with some changes to rebuild some of the images and flip some dependencies to use compatible images for Arm.

+
+

Once Tutor has bootstrapped itself and is available, create a superuser account:

+
tutor local do createuser --staff --superuser edx edx@example.org
+
+
+

Supply a password (the one used by devstack is edx so use that if you want to be consistent with it). Then, create a service worker account for MITx Online:

+
tutor local do createuser --staff mitx_online_serviceworker service@mitxonline.odl.local
+
+
+

Supply a password (this one doesn’t matter for a local deployment, you won’t ever actually use the account).

+

For best results, create two new courses within edX. The MITx Online configure_instance command expects a couple of courses to exist in edX (because they come with the devstack package):

+ + + + + + + + + + + + + + +

Course ID

Course Title

course-v1:edX+DemoX+Demo_Course

Demonstration Course

course-v1:edX+E2E-101+course

E2E Test Course

+

If you have a devstack instance handy, you can export these and import them into Tutor. Otherwise, just create them and make sure to set dates for the courses (they default to 2030 otherwise).

+

Finally, go here to create an access token for the service worker user: https://local.edly.io/admin/oauth2_provider/accesstoken/add/ The token can be anything, and the expiration date should just be today plus 10 years.

+
+
+

MITx Online Setup§

+

To set up MITx Online:

+
    +
  1. Get the gateway IP for the tutor_local_default network: docker network inspect tutor_local_default | grep Gateway

    +
      +
    • Mac users should instead use the host.docker.internal IP. Specify this by setting OPENEDX_IP=host-gateway in your MITx Online .env file.

    • +
    +
  2. +
  3. Set up your /etc/hosts file to point mitxonline.odl.local to localhost.

  4. +
  5. Clone the repository somewhere.

  6. +
  7. Set up your .env file. These settings need particular attention:

    +
      +
    • OPENEDX_IP: set to the gateway IP from the first step

    • +
    • OPENEDX_API_BASE_URL: set to http://local.edly.io

    • +
    • OPENEDX_SERVICE_WORKER_USERNAME: set to mitx_online_serviceworker (unless you changed this)

    • +
    • OPENEDX_SERVICE_WORKER_API_TOKEN: set to the token you generated

    • +
    +
  8. +
  9. Build the app: docker compose build

  10. +
  11. Run migrations and configure Wagtail:

    +
    docker compose run --rm web ./manage.py migrate
    +docker compose run --rm web ./manage.py configure_wagtail
    +
    +
    +
  12. +
  13. Run the configure_instance command:

    +
    docker compose run --rm web ./manage.py configure_instance linux --gateway <ip> --tutor
    +
    +
    +

    where <ip> is the IP from the first step. (On macOS, specify macos instead of linux. You can also skip --gateway.) You will need to supply passwords for the MITx Online superuser and test learner accounts. Make a note of the client ID and secret that it will print out at the end.

    +
  14. +
+
+
+

Tutor Setup, Part Two§

+

Note that some of these steps require editing the main configuration files for the production instance (which is also used for a local deployment). Most of the settings that need to be adjusted to get integration working are overridden by the default Tutor configuration, so you can’t update them by setting config.yml. If you’re using the development Tutor build, you’ll likely need to edit development.py rather than production.py as necessary.

+

These steps will also disable the AuthN SSO MFE, so from here on you’ll get normal edX authentication screens (if you’re not being bounced to MITx Online).

+
    +
  1. Get the gateway IP of the mitxonline_default Docker network:

    +
    docker network inspect mitxonline_default | grep Gateway
    +
    +
    +
  2. +
  3. Log into to edX using your superuser account, and make sure your session stays open. Sessions are pretty long-lived so this just means not closing the browser that you started the session in. (Part of this process will involve mostly breaking authentication so it’s important that you are able to get into the admin.)

  4. +
  5. Stop Tutor: tutor local stop

  6. +
  7. Change into the configuration root for Tutor:

    +
    cd "$(tutor config printroot)"
    +
    +
    +
  8. +
  9. Create a env/build/openedx/requirements/private.txt with the required extensions:

    +
    social-auth-mitxpro
    +openedx-companion-auth
    +
    +
    +
  10. +
  11. Edit the env/apps/openedx/config/lms.env.yml file and add:

    +
    FEATURES:
    +  SKIP_EMAIL_VALIDATION: true
    +
    +
    +

    to the FEATURES block (should be at the top).

    +
  12. +
  13. Edit the env/apps/openedx/settings/lms/production.py and/or env/apps/openedx/settings/lms/development.py settings file. (The former is used by a local instance, where the latter is used by both dev and nightly instances.)

    +
      +
    • Add to the end of the file:

      +
      +
        +
      • THIRD_PARTY_AUTH_BACKENDS = ['social_auth_mitxpro.backends.MITxProOAuth2']

      • +
      • AUTHENTICATION_BACKENDS.append('social_auth_mitxpro.backends.MITxProOAuth2')

      • +
      • IDA_LOGOUT_URI_LIST.append('http://mitxonline.odl.local:8013/logout/') - there’s an existing one of these around like 300 in production.py too.

      • +
      +
      +
    • +
    • Find and update:

      +
        +
      • FEATURES['ENABLE_AUTHN_MICROFRONTEND'] = False (defaults to True)

      • +
      • REGISTRATION_EXTRA_FIELDS["terms_of_service"] = "hidden" (defaults to required)

      • +
      +
    • +
    +
  14. +
  15. Build a new openedx image: tutor images build openedx (this will take a long time)

  16. +
  17. Run a Docker Compse rebuild: tutor local dc build (this should be pretty quick - it’s likely not required, just doing it here for safety)

  18. +
  19. Restart Tutor: tutor local start -d (omit -d if you want to watch the logs)

  20. +
  21. Check your settings. There’s a print_setting command that you can use to verify everything is set properly:

    +
      +
    • tutor local run lms ./manage.py lms print_setting REGISTRATION_EXTRA_FIELDS

    • +
    • tutor local run lms ./manage.py lms print_setting AUTHENTICATION_BACKENDS

    • +
    • tutor local run lms ./manage.py lms print_setting FEATURES - will print a lot of stuff

    • +
    • tutor local run lms ./manage.py lms print_setting THIRD_PARTY_AUTH_BACKENDS

    • +
    • If you do have weird errors or settings not showing properly, make sure you edited the right yaml files and that they’re using the right whitespace (i.e. don’t use tabs).

    • +
    +
  22. +
  23. In a separate browser session of some kind (incognito/private browsing/other browser entirely), try to navigate to http://local.edly.io . It should load but it should give you an error message. In the LMS logs, you should see an error message for “Can’t fetch settings for disabled provider.” This is proper operation - the OAuth2 settings aren’t in place yet.

  24. +
  25. In the superuser session you have open, go to http://local.edly.io/admin . This should work. If you’ve been logged out, you should still be able to get in. If you can’t (for instance, if you’re getting 500 errors), you will need to turn off ENABLE_THIRD_PARTY_AUTH in FEATURES, restart Tutor using tutor local stop and start, not using reboot, then try again.

  26. +
  27. Go to http://local.edly.io/admin/third_party_auth/oauth2providerconfig/add/ and add a provider configuration:

    +
      +
    • Enabled is checked.

    • +
    • Name: mitxonline

    • +
    • Slug: mitxpro-oauth2

    • +
    • Site: local.edly.io

    • +
    • Skip hinted login dialog is checked.

    • +
    • Skip registration form is checked.

    • +
    • Skip email verification is checked.

    • +
    • Sync learner profile data is checked.

    • +
    • Enable sso id verification is checked.

    • +
    • Backend name: mitxpro-oauth2

    • +
    • Client ID and Client Secret: from record created by configure_instance when you set up MITx Online.

    • +
    • Other settings:

      +
      +
      +
      {

      “AUTHORIZATION_URL”: “http://mitxonline.odl.local:8013/oauth2/authorize/”, +“ACCESS_TOKEN_URL”: “http://<MITXONLINE_GATEWAY_IP>:8013/oauth2/token/”, +“API_ROOT”: “http://<MITXONLINE_GATEWAY_IP>:8013/”

      +
      +
      +

      }

      +
      +

      where MITXONLINE_GATEWAY_IP is the IP from the mitxonline_default network from the first step. Mac users, use host.docker.internal for MITXONLINE_GATEWAY_IP.

      +
    • +
    +
  28. +
  29. Configure Tutor for OAuth2 authentication from MITx Online.

    +
      +
    • Go to http://local.edly.io/admin/oauth2_provider/application/ and either add or edit the edx-oauth-app entry.

    • +
    • Ensure these settings are set:

      +
      +
        +
      • Name: edx-oauth-app

      • +
      • Redirect uris: http://mitxonline.odl.local:8013/login/_private/complete

      • +
      • Client type: Confidential

      • +
      • Authorization grant type: Authorization code

      • +
      • Skip authorization is checked.

      • +
      +
      +
    • +
    • Save Client id and Client secret.

    • +
    +
  30. +
  31. Update your MITx Online .env file. Set OPENEDX_API_CLIENT_ID and OPENEDX_API_CLIENT_SECRET to the values from the record you created or updated in the last step.

  32. +
  33. You should now be able to run some MITx Online management commands to ensure the service worker is set up properly:

    +
      +
    • sync_courserun --all ALL should sync the two test courses (if you made them).

    • +
    • repair_missing_courseware_records should also work.

    • +
    +
  34. +
  35. In the separate browser session from step 12, attempt to log in again. This time, you should be able to log in through MITx Online, and you should be able to get to the edX LMS dashboard. If not, then double-check your provider configuration settings and try again.

    +
      +
    • Unlike devstack, the Tutor instance has an Update button for the provider configuration, so you can just update the record you put in.

    • +
    • If you are still getting “Can’t fetch settings” errors, make sure your Site is set properly - there are three options by default and only one works. (This was typically the problem I had.)

    • +
    +
  36. +
  37. Optionally, log into the LMS Django Admin and make your MITx Online superuser account a superuser there too.

  38. +
+
+
+

Other Notes§

+

Trying to set configuration settings via ``tutor config`` will undo the specialty configuration above. If you need to make changes to the configuration, either manually edit the env/apps/openedx/config/lms.env.yml file or the env/apps/openedx/settings/lms/production.py file and restart your Tutor instance.

+

Make sure your service worker account is active. It’s an easy checkbox to miss.

+

Restarting If you want to rebuild from scratch, make sure you docker image prune. It’s also recommended to remove the Tutor project root folder - tutor config printroot will tell you where that is.

+

Running Multiple Tutor Instances If you want to run more than one Tutor instance, it’s pretty important to specify the project root explicitly or you may end up with one instance trying to use config files from another and things getting confused from there. See the Tutor documentation for this. (A suggestion: configure aliases to the tutor command that run tutor --root=<whatever> so you don’t have to rely on environment variables, especially if you keep multiple terminal sessions going.)

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/configuration/uwsgi_tuning.html b/configuration/uwsgi_tuning.html new file mode 100644 index 0000000000..1d46e793b3 --- /dev/null +++ b/configuration/uwsgi_tuning.html @@ -0,0 +1,200 @@ + + + + + + + + Setting up uWsgi tuning for MITx Online — MITx Online documentation + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Setting up uWsgi tuning for MITx Online§

+

This setup satisfies the testing to help with tuning as mentioned in this Discusssion Post

+

Largely borrowed from work on OCW studio:

+ +
+

To set up locally:§

+
+

Set up uwsgitop§

+
    +
  1. Install uwsgitop: docker compose run --rm web poetry add uwsgitop

  2. +
  3. Set UWSGI_RELOAD_ON_RSS in your .env to a high value (e.g. 500)

  4. +
  5. Set UWSGI_MAX_REQUESTS in your .env to a high value (e.g. 10000)

  6. +
  7. docker compose build

  8. +
  9. docker compose up

  10. +
  11. In a new terminal window/tab, docker compose exec web uwsgitop /tmp/uwsgi-stats.sock

  12. +
  13. You should see your application’s memory usage without usage. Ready to go.

  14. +
+
+
+

Set up Locust§

+
    +
  1. Install Locust: docker compose run --rm web poetry add locust

  2. +
  3. Add locust to your docker-compose.yml locally, under services:

  4. +
+
locust:
+  image: locustio/locust
+  ports:
+    - "8089:8089"
+  volumes:
+    - ./:/src
+  command: >
+    -f /src/locustfile.py
+
+
+
    +
  1. Add the following to the web block, at the level of, and directly after, build:

  2. +
+
deploy:
+  resources:
+    limits:
+      cpus: "2"
+      memory: "1g"
+
+
+
    +
  1. Add locustfile.py. There is an example file at locustfile.py.example in the root of the repo. cp locustfile.py.example locustfile.py will copy it over as is. Change variables and/or add tests as needed.

  2. +
+
+
+

Put it all together§

+
    +
  1. Run docker-compose build

  2. +
  3. Run docker-compose up

  4. +
  5. You can use locust from http://0.0.0.0:8089/ in a browser

  6. +
  7. You can use uwsgitop in a terminal with docker compose exec web uwsgitop /tmp/uwsgi-stats.sock

  8. +
+
+
+
+

To test:§

+

Coming soon!

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/flexible_pricing.html b/ecommerce/flexible_pricing.html new file mode 100644 index 0000000000..f04de4fd1c --- /dev/null +++ b/ecommerce/flexible_pricing.html @@ -0,0 +1,238 @@ + + + + + + + + Flexible Pricing — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Flexible Pricing§

+

The Flexible Pricing system allows learners to request alternative pricing for MITx Online courses based on their location and annual income. These requests can be made through a customizable form in the Wagtail CMS system.

+

When the learner accesses the Flexible Pricing request form, they will see one of the following:

+
    +
  • If they aren’t logged in, they’ll see a message saying so. Learners must be logged in to request flexibile pricing.

  • +
  • If they haven’t submitted a request, they’ll see the flexible pricing form and will be able to submit a request. On submission, the learner will see a message saying their request has been approved (if it can be approved automatically), or will see a request for more information to be submitted via DocuSign.

  • +
  • If they have submitted a request, they’ll be presented with a status page for their request. The text for approved, denied, and in progress states can be customized.

  • +
+
+

Form Creation§

+

To manually create a Flexible Pricing request form, follow these steps:

+
    +
  1. Navigate to the course page for the course. (Do not click the pencil button to edit, simply select the page itself.)

  2. +
  3. Click the Add Child Page button in the header.

  4. +
  5. You will be presented with the New Flexible Pricing Request Form page. Fill out the form.

    +
      +
    1. The Intro field text is displayed on the form regardless of the state of the request.

    2. +
    3. The Guest text is displayed if the learner isn’t logged in yet.

    4. +
    5. The Application Processing text is displayed if the learner navigates to the form again and their application is still being processed.

    6. +
    7. The Application Approved text is displayed if the learner navigates to the form and their application has been approved.

    8. +
    9. The Application Approved No Discount text is displayed if the learner navigates to the form and their application has been approved, but they’ve been approved for a zero-value tier. (In other words, the learner has exceeded the upper limit of flexible pricing.)

    10. +
    11. The Application Denied text is displayed if the learner navigates to the form and their application has been denied.

    12. +
    13. The Form Fields are the data that the learner must provide to be considered for flexible pricing. Leave this alone - the system will automatically add the proper fields when the form is published.

    14. +
    +
  6. +
  7. Publish the form when you are ready.

  8. +
  9. Navigate back to the course page for the course, and edit the page. Add a link to the flexible pricing form you created in the page content.

  10. +
  11. Publish the course page when you are ready.

  12. +
+

To add the Flexible Pricing form to the Price card on a course page, first get the link to the live form. This can be done on the edit page for the flexible pricing form (as well as in a few other locations within the CMS). Then, add that link to the Link field in the Price card for the course.

+

To generate a Flexible Pricing request form with some reasonable defaults for your courseware object, use the create_finaid_form management command:

+
$ manage.py create_finaid_form [--force] [--slug <slug name here>] [--title <title here>] courseware-readable-id
+
+
+

This command will create an appropriate flexible pricing form for the courseware object:

+
    +
  • If you’ve specified a Program, the form will be located under the program’s page in the CMS.

  • +
  • If you’ve specified a standalone Course, the form will be located under the course’s page in the CMS.

  • +
  • If you’ve specified a Course that is in a Program, the form will be located under the program’s page in the CMS, unless the --force option is specified. In that case, the form will be under the course page.

  • +
+

You can customize the title and slug using their respective options. By default, the system will use the object’s title to generate a form title and slug.

+
+
+

Processing Submitted Request§

+

TBD

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/index.html b/ecommerce/index.html new file mode 100644 index 0000000000..1edeb79047 --- /dev/null +++ b/ecommerce/index.html @@ -0,0 +1,217 @@ + + + + + + + + Ecommerce — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/ecommerce/overview.html b/ecommerce/overview.html new file mode 100644 index 0000000000..bbcfed437e --- /dev/null +++ b/ecommerce/overview.html @@ -0,0 +1,233 @@ + + + + + + + + Overview — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Overview§

+
+

Goals§

+

We will be creating a robust ecommerce implementation, incorporating learnings from the last several years to implement it in a scalable and reusable way. A good reference point is this guide on Pythonic SOLID Principle. We should also strongly strive towards keeping coupling between the subsystems proposed here to a minimum or at least limited in surface area. +Core

+

The core of the ecommerce system should be simple enough to configure and operate but support enough functionality to serve a majority of our use cases. Users should be able to see programs or course runs, select them for purchase, and make a payment.

+
+
+

Prior Art§

+

We have a few implementations of ecommerce we’ve created over the years:

+
+

MicroMasters§

+

The MicroMasters implementation is highly specialized, particularly around financial aid programs where each learner gets custom pricing. Incorporating this level of complexity into the core of the ecommerce system is not something we want to do, but we should carve out some options to extend the system in the future without implementing it in the core system.

+
+
+

xPro§

+

xPro ecommerce was implemented based on our experiences implementing ecommerce in MicroMasters. A good amount of planning went into this implementation, although it also has some specializations we wouldn’t be using in MITx Online such as a vouchers system. We will probably borrow heavily from the core designs that were proved out here.

+
+
+
+

Core Systems§

+

Ecommerce is actually a combination of 3 discernable subsystems that often get muddled together: products, orders, and payment. See the high-level diagram below to understand the pieces of data and operations that happen.

+
+ flowchart TB + product_subsystem(Product Subsystem) + basket_subsystem(Basket Subsystem) + order_subsystem(Order Subsystem) + discount_subsystem(Discount Subsystem) + payment_subsystem(Payment Subsystem) + + cybersource(CyberSource) + + basket_subsystem --> order_subsystem + discount_subsystem --> order_subsystem + order_subsystem & basket_subsystem & discount_subsystem --> product_subsystem + order_subsystem <--> payment_subsystem + payment_subsystem <--> cybersource + +
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/basket.html b/ecommerce/subsystems/basket.html new file mode 100644 index 0000000000..60caf57b67 --- /dev/null +++ b/ecommerce/subsystems/basket.html @@ -0,0 +1,219 @@ + + + + + + + + Basket Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Basket Subsystem§

+

This tracks products intended to be purchased, often providing some additional state such as which runs under a program a user is purchasing.

+

A simple schema for this would be:

+
class Basket(TimestampedModel):
+    """Represents a User's basket."""
+
+    user = models.OneToOneField(settings.AUTH_USER_MODEL)
+
+class BasketItem(TimestampedModel):
+    """Represents one or more products in a user's basket."""
+
+    product = models.ForeignKey(Product)
+    basket = models.ForeignKey(Basket)
+    quantity = models.PositiveIntegerField()
+
+
+
+

APIs§

+
    +
  • GET  /api/v0/basket/ -> get the current basket state

  • +
  • POST /api/v0/basket/ -> update the basket state

  • +
+
+
+

Notes§

+

The implementation of this would use the discount subsystem to calculate the discounted prices, those values would be returned in the API for the frontend to use for display purposes.

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/discount.html b/ecommerce/subsystems/discount.html new file mode 100644 index 0000000000..bd166c2aac --- /dev/null +++ b/ecommerce/subsystems/discount.html @@ -0,0 +1,284 @@ + + + + + + + + Discount Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Discount Subsystem§

+

Discounts will need to be provided on occasion, these give the user a reduced price for some or all products. Treating this as a discount system and not necessarily a coupon system (e.g. a coupon is a kind of discount) is a good way to frame this approach.

+

The discount system would support discounts of multiple types. We’ve done discounts a lot of different ways before so we need to balance out flexibility against keeping complexity down. Each discount would be associated with a certain Product.

+

A discount may optionally be pre-associated with a User so that it can be automatically applied on checkout.

+

Discounts should only be computed on the backend, some of our ecommerce implementations have computed the discount on the frontend and we want to avoid this going forward.

+
+

Discount Types§

+

Discount types would track how the discounted price is computed, some examples/ideas: +percent-off: a percentage off the original price +dollars-off: a fixed dollar reduction in price (e.g. $30 off) +fixed-price: the price is discounted to the fixed price (e.g. a product would cost $100 regardless of what the original price was)

+
+
+

Redemption Types§

+

There may be a few different ways we want to track discount usage, for example:

+

one-time: the discount can only be used once by anyone +one-time-per-user: the discount can be used once per user +unlimited: the discount can be used any number of times

+
+
+

Data Models§

+
class Discount(TimestampedModel):
+    """Discount model"""
+    amount = models.DecimalField(
+        decimal_places=5,
+        max_digits=20,
+    )
+    automatic = models.BooleanField(default=False)
+    discount_type = models.CharField(
+        choices=DISCOUNT_TYPES, max_length=30
+    )
+    redemption_type = models.CharField(
+        choices=REDEMPTION_TYPES, max_length=30
+    )
+    max_redemptions = models.PositiveIntegerField(null=True)
+
+class UserDiscount(TimestampedModel):
+    """pre-assignment for a discount to a user"""
+    discount = models.ForeignKey(Discount)
+    user = models.ForeignKey(User)
+
+
+
+
+

Implementation Proposal§

+

Rather than codifying the discount logic in a complicated computation function, discount types can be implemented by abstracting the logic around discounts into a registry-driven discount factory like this:

+
import abc
+from dataclasses import dataclass
+
+
+@dataclass
+class DiscountType(abc.ABC):
+    _CLASSES = {}
+
+    discount: Discount
+
+    # see https://www.python.org/dev/peps/pep-0487/
+    def __init_subclass__(cls, *, discount_type, **kwargs):
+        super().__init_subclass__(**kwargs)
+
+        if discount_type in _CLASSES:
+            raise TypeError(f"{discount_type} already defined for DiscountType")
+
+        cls.discount_type = discount_type
+        cls._CLASSES[discount_type] = cls
+
+    @classmethod
+    def for_discount(cls, discount: Discount):
+        DiscountTypeCls = cls._CLASSES[discount.discount_type]
+
+        return DiscountTypeCls(discount)
+
+    def get_product_price(self, product: Product):
+        return self.get_product_version_price(product.latest_version)
+
+    @abc.abstractmethod
+    def get_product_version_price(self, product_version: ProductVersion):
+        ...
+
+class PercentDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT):
+
+    def get_product_version_price(self, product_version: ProductVersion):
+        return product_version.price * self.discount.amount
+
+class FixedPriceDiscount(DiscountType, discount_type=Discount.PERCENT_DISCOUNT):
+
+    def get_product_version_price(self, product_version: ProductVersion):
+        return self.discount.amount  # the amount here is the fixed price
+
+
+

With this implementation, prices before ordering would use get_product_price, whereas the receipt service would use get_product_version_price on the purchased versions. This makes it far more scalable to introduce new discount types without having to refactor existing code.

+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/index.html b/ecommerce/subsystems/index.html new file mode 100644 index 0000000000..464b563b8b --- /dev/null +++ b/ecommerce/subsystems/index.html @@ -0,0 +1,223 @@ + + + + + + + + Subsystems — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/order.html b/ecommerce/subsystems/order.html new file mode 100644 index 0000000000..a40ba73dac --- /dev/null +++ b/ecommerce/subsystems/order.html @@ -0,0 +1,220 @@ + + + + + + + + Order Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Order Subsystem§

+

Orders represent a payment for some kind of product(s), these products will typically be either Programs or Course Runs. An order is marked as unfulfilled initially and then marked as fulfilled once a payment is completed. An order can fail or be refunded.

+
+

Data Model§

+
class Order(TimestampedModel):
+    """An order containing information for a purchase."""
+    status = models.CharField()
+    purchaser = models.ForeignKey(settings.AUTH_USER_MODEL)
+    total_price_paid = models.DecimalField()
+
+class Line(TimestampedModel):
+    """A line in an Order."""
+
+    order = models.ForeignKey(Order)
+    product_version = models.ForeignKey(ProductVersion)
+    quantity = models.PositiveIntegerField()
+
+class Transaction(TimestampedModel):
+    """A transaction on an order, generally a payment but can also cover refunds"""
+    order = models.ForeignKey(Order)
+    amount = models.DecimalField(
+        decimal_places=5,
+        max_digits=20,
+    )
+    data = models.JSONField()
+
+
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/payment.html b/ecommerce/subsystems/payment.html new file mode 100644 index 0000000000..4eeae4e143 --- /dev/null +++ b/ecommerce/subsystems/payment.html @@ -0,0 +1,194 @@ + + + + + + + + Payment Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Payment Subsystem§

+

The payment subsystem takes unfulfilled orders, takes the user through payment completion, and finally marks the order as fulfilled. We historically and for the foreseeable future use CyberSource, but this should be strongly decoupled from the rest of the ecommerce system and made pluggable for future flexibility. This system would also be responsible for any webhooks/callbacks that the payment processor makes to us.

+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/product.html b/ecommerce/subsystems/product.html new file mode 100644 index 0000000000..2a11774503 --- /dev/null +++ b/ecommerce/subsystems/product.html @@ -0,0 +1,216 @@ + + + + + + + + Product Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Product Subsystem§

+

The product subsystem is responsible for tracking all product-related data. Purchasable products are typically Programs and Course Runs. Pricing information is tracked as immutable data for the sake of historically accurate pricing for orders.

+
+

Data Models§

+
@reversion.register(exclude=("content_type", "object_id", "created_on", "updated_on"))
+class Product(TimestampedModel):
+    """
+    Representation of a purchasable product. There is a GenericForeignKey to a Course or Program.
+    """
+    content_type = models.ForeignKey(ContentType)
+    object_id = models.PositiveIntegerField()
+    content_object = GenericForeignKey("content_type", "object_id")
+
+
+

This will utilize django-reversion to version product data.

+
+
+

APIs§

+

The API that would be primarily needed would be one to read back product data. It is presumed that data entry is done through django-admin:

+
    +
  • GET /api/v0/products/ -> returns a paginated list of products

  • +
  • GET /api/v0/products/1/ -> returns a single product

  • +
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/ecommerce/subsystems/reporting.html b/ecommerce/subsystems/reporting.html new file mode 100644 index 0000000000..76dadcc4c0 --- /dev/null +++ b/ecommerce/subsystems/reporting.html @@ -0,0 +1,205 @@ + + + + + + + + Reporting Subsystem — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ +
+

Reporting Subsystem§

+

OL marketing and finance team need to include financial data in their reporting, so they can evaluate and plan campaigns, reconcile accounts, and payout royalties. As a guiding principle, we want to be able to report on any data that is collected by the ecommerce system, but avoid supplementing the data with external considerations (such as marketing costs, or payout rates).

+
+

Use Cases§

+
+

MicroMasters§

+

Most of MicroMasters programs and courses function the same as any other MITx course, they wouldn’t otherwise be treated any differently except for marketing purposes, which are out of scope for this document if not MITx Online altogether.

+
+
+

DEDP§

+

The DEDP program as it is implemented currently is a special case when it comes to ecommerce - DEDP currently supports financial aid. This essentially amounts to a discount to a lower fixed rate. There are a few tiers of financial aid discounts available, but this is easily handled with a couple of preconfigured discounts. We’d need a UI somewhere that enables staff to assign a discount to a particular learner. That discount would then automatically apply to courses within that program, the same as any other program-scoped discount.

+
+
+
+ +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/genindex.html b/genindex.html new file mode 100644 index 0000000000..95c4136195 --- /dev/null +++ b/genindex.html @@ -0,0 +1,140 @@ + + + + + + + Index — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + +
+
+
+
+ + +

Index

+ +
+ +
+ + +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..b626b7e32b --- /dev/null +++ b/index.html @@ -0,0 +1,201 @@ + + + + + + + + Welcome to MITx Online Documentation’s documentation! — MITx Online documentation + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/objects.inv b/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..2012f17cd650619870f70d1e02cf2e7278bcf17b GIT binary patch literal 828 zcmV-C1H=3yAX9K?X>NERX>N99Zgg*Qc_4OWa&u{KZXhxWBOp+6Z)#;@bUGkSNmO_s zPi|~!Ze%ZEX>4U6X>%ZB zZ*6dLWpi_7WFU2OX>MmAdTeQ8E(&FG^j0V-nN(#xvY;+pQ=vqgTQSi;J2m%TH};4@eOttQ`VzM&i3@61yqztg;@>x zsFBS_jOsbGq9Ei9xA&ybz8Db&UnHhZ&s!Zkuiav3+i{`%-U!XI z0jbHM(`p1|1kQPqRb2b`ho>`IvxYK2E3e-W0`{7bYOk9;Z5kjI7o@PCd8-S_YjMnV zgMgeXI}|F#Przg$s$>swB|VOmym>L_1{k62FnM7aX9&tji|~N<<7){P1R|XrS&O5t z!UK+A<%NWK)H~U6RVI2v%KN5wTT@PGnR7Cdhomr=V;eV{V7I#r3XXJDYg0!+ekDLN zkL#0}nquNQZ=UgK{$Vw=wPHe6T5(Z^_OjzW@)|eS1)`_E(VU7w&^>ewzt}fNlA~Yc zfmTX0b2iFxvCE}yK`Gm!JEWhDh&*C%!lU5D_1rA?4V>w&v15?dNm|+E(!TmC+PG?j z9i5Csa)2+P7RLxZSP>@1U`?P<4F|_UB@BS0l$WG$tRA;=}R4Yi)O{f7<{3 z`705LEAJL9Cz+=FfjSk%X1qpO7h)ax7jefA&V G^lzmdD3e+M literal 0 HcmV?d00001 diff --git a/search.html b/search.html new file mode 100644 index 0000000000..4de604dea5 --- /dev/null +++ b/search.html @@ -0,0 +1,163 @@ + + + + + + + Search — MITx Online documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+ +
+ +
+
+
+
+ + + + +
+
+
+
+ +

Search

+ + + + +

+ Searching for multiple words only shows matches that contain + all words. +

+ + +
+ + + +
+ + +
+ + +
+
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/searchindex.js b/searchindex.js new file mode 100644 index 0000000000..71b1f63a53 --- /dev/null +++ b/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({"alltitles": {"APIs": [[24, "apis"], [29, "apis"]], "Add /etc/hosts alias for Open edX": [[17, "add-etc-hosts-alias-for-open-edx"]], "Authentication": [[0, "authentication"]], "Basket Subsystem": [[24, "basket-subsystem"]], "Batch Generating Codes": [[8, "batch-generating-codes"]], "Checks": [[4, "checks"]], "Clone edx/devstack": [[17, "clone-edx-devstack"]], "Configuration": [[16, "configuration"]], "Configure HubSpot": [[15, "configure-hubspot"]], "Configure Logout": [[17, "configure-logout"]], "Configure MITx Online as a OAuth provider for Open edX": [[17, "configure-mitx-online-as-a-oauth-provider-for-open-edx"]], "Configure Open edX": [[17, "configure-open-edx"]], "Configure Open edX to support OAuth2 authentication from MITx Online": [[17, "configure-open-edx-to-support-oauth2-authentication-from-mitx-online"]], "Configure Open edX user and token for use with MITx Online management commands": [[17, "configure-open-edx-user-and-token-for-use-with-mitx-online-management-commands"]], "Configure eCommerce": [[14, "configure-ecommerce"]], "Contents:": [[10, null], [31, null]], "Core Systems": [[23, "core-systems"]], "DEDP": [[30, "dedp"]], "Data Model": [[27, "data-model"]], "Data Models": [[25, "data-models"], [29, "data-models"]], "Discount Subsystem": [[25, "discount-subsystem"]], "Discount Types": [[25, "discount-types"]], "Ecommerce": [[22, "ecommerce"]], "Example": [[9, "example"]], "Flexible Pricing": [[21, "flexible-pricing"]], "Form Creation": [[21, "form-creation"]], "Goals": [[23, "goals"]], "Implementation Proposal": [[25, "implementation-proposal"]], "In MITx Online": [[14, "in-mitx-online"]], "In Open edX": [[14, "in-open-edx"]], "Indices and tables": [[10, "indices-and-tables"], [31, "indices-and-tables"]], "Install from local Build": [[17, "install-from-local-build"], [17, "id2"]], "Install openedx-companion-auth in LMS": [[17, "install-openedx-companion-auth-in-lms"]], "Install social-auth-mitxpro in LMS": [[17, "install-social-auth-mitxpro-in-lms"]], "Install via pip": [[17, "install-via-pip"], [17, "id1"]], "Local Open edX Tutor and MITx Online Deployment": [[19, "local-open-edx-tutor-and-mitx-online-deployment"]], "MITx Online Commands": [[10, "mitx-online-commands"]], "MITx Online Quick Start": [[18, "mitx-online-quick-start"]], "MITx Online Setup": [[19, "mitx-online-setup"]], "MicroMasters": [[23, "micromasters"], [30, "micromasters"]], "Notes": [[18, "notes"], [24, "notes"]], "Options": [[1, "options"], [2, "options"], [3, "options"], [4, "options"], [5, "options"], [6, "options"], [7, "options"], [8, "options"], [9, "options"], [11, "options"], [12, "options"], [13, "options"]], "Order Subsystem": [[27, "order-subsystem"]], "Other Notes": [[19, "other-notes"]], "Output": [[8, "output"]], "Overview": [[23, "overview"]], "Payment Subsystem": [[28, "payment-subsystem"]], "Performing a Quick Start": [[18, "performing-a-quick-start"]], "Preliminary Steps": [[19, "preliminary-steps"]], "Prior Art": [[23, "prior-art"]], "Processing Submitted Request": [[21, "processing-submitted-request"]], "Product Subsystem": [[29, "product-subsystem"]], "Pull latest images and run provision": [[17, "pull-latest-images-and-run-provision"]], "Put it all together": [[20, "put-it-all-together"]], "Redemption Types": [[25, "redemption-types"]], "Reporting Subsystem": [[30, "reporting-subsystem"]], "Results": [[18, "results"]], "Set Up MITx Online eCommerce Config": [[14, "set-up-mitx-online-ecommerce-config"]], "Set Up a Course": [[14, "set-up-a-course"]], "Set up Locust": [[20, "set-up-locust"]], "Set up uwsgitop": [[20, "set-up-uwsgitop"]], "Setting Up a Product": [[14, "setting-up-a-product"]], "Setting up uWsgi tuning for MITx Online": [[20, "setting-up-uwsgi-tuning-for-mitx-online"]], "Setup Open edX Devstack": [[17, "setup-open-edx-devstack"]], "Setup social auth": [[17, "setup-social-auth"]], "Start your servers": [[17, "start-your-servers"]], "Stop your servers": [[17, "stop-your-servers"]], "Subsystems": [[26, "subsystems"]], "Syntax": [[1, "syntax"], [2, "syntax"], [3, "syntax"], [4, "syntax"], [5, "syntax"], [6, "syntax"], [7, "syntax"], [8, "syntax"], [9, "syntax"], [11, "syntax"], [12, "syntax"], [13, "syntax"]], "Testing Checkout": [[14, "testing-checkout"]], "To set up locally:": [[20, "to-set-up-locally"]], "To test:": [[20, "to-test"]], "Tutor Setup, Part One": [[19, "tutor-setup-part-one"]], "Tutor Setup, Part Two": [[19, "tutor-setup-part-two"]], "Use Cases": [[30, "use-cases"]], "Welcome to MITx Online Documentation\u2019s documentation!": [[31, "welcome-to-mitx-online-documentation-s-documentation"]], "check_program_requirements": [[1, "check-program-requirements"]], "configure_instance": [[2, "configure-instance"]], "configure_tiers": [[3, "configure-tiers"]], "create_courseware": [[4, "create-courseware"]], "create_courseware_page": [[5, "create-courseware-page"]], "create_product": [[6, "create-product"]], "create_user": [[7, "create-user"]], "generate_discount_code": [[8, "generate-discount-code"]], "import_courserun": [[9, "import-courserun"]], "refund_fulfilled_order": [[11, "refund-fulfilled-order"]], "regenerate_edx_auth_tokens": [[12, "regenerate-edx-auth-tokens"]], "resolve_pending_order": [[13, "resolve-pending-order"]], "xPro": [[23, "xpro"]]}, "docnames": ["authentication", "commands/check_program_requirements", "commands/configure_instance", "commands/configure_tiers", "commands/create_courseware", "commands/create_courseware_page", "commands/create_product", "commands/create_user", "commands/generate_discount_code", "commands/import_courserun", "commands/index", "commands/refund_fulfilled_order", "commands/regenerate_edx_auth_tokens", "commands/resolve_pending_order", "configuration/ecommerce", "configuration/hubspot", "configuration/index", "configuration/open_edx", "configuration/quickstart", "configuration/tutor", "configuration/uwsgi_tuning", "ecommerce/flexible_pricing", "ecommerce/index", "ecommerce/overview", "ecommerce/subsystems/basket", "ecommerce/subsystems/discount", "ecommerce/subsystems/index", "ecommerce/subsystems/order", "ecommerce/subsystems/payment", "ecommerce/subsystems/product", "ecommerce/subsystems/reporting", "index"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["authentication.rst", "commands/check_program_requirements.rst", "commands/configure_instance.rst", "commands/configure_tiers.rst", "commands/create_courseware.rst", "commands/create_courseware_page.rst", "commands/create_product.rst", "commands/create_user.rst", "commands/generate_discount_code.rst", "commands/import_courserun.rst", "commands/index.rst", "commands/refund_fulfilled_order.rst", "commands/regenerate_edx_auth_tokens.rst", "commands/resolve_pending_order.rst", "configuration/ecommerce.rst", "configuration/hubspot.rst", "configuration/index.rst", "configuration/open_edx.rst", "configuration/quickstart.rst", "configuration/tutor.rst", "configuration/uwsgi_tuning.rst", "ecommerce/flexible_pricing.rst", "ecommerce/index.rst", "ecommerce/overview.rst", "ecommerce/subsystems/basket.rst", "ecommerce/subsystems/discount.rst", "ecommerce/subsystems/index.rst", "ecommerce/subsystems/order.rst", "ecommerce/subsystems/payment.rst", "ecommerce/subsystems/product.rst", "ecommerce/subsystems/reporting.rst", "index.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [2, 3, 4, 7, 8, 9, 11, 12, 13, 14, 17, 19, 20, 21, 24, 27], "0": [3, 8, 17, 19, 20], "000": 3, "0487": 25, "1": [13, 14, 17, 19, 29], "10": 19, "100": [8, 13, 25], "1000": 9, "10000": 20, "101": [18, 19], "11": 19, "111": 14, "12": 19, "123": 14, "127": [17, 19], "13": 8, "14": 14, "16": 19, "172": 17, "18000": 17, "19": 17, "19817792": 15, "1g": 20, "1t2023": 9, "2": [14, 17, 20], "20": [25, 27], "2030": 19, "25": 3, "3": [19, 23], "30": 25, "300": 19, "37": 8, "378282246310005": 14, "3t2022": 14, "4": 14, "4111111111111111": 14, "4242424242424242": 14, "5": [25, 27], "50": [3, 8], "500": [3, 19, 20], "5105105105105100": 14, "5555555555554444": 14, "6011111111111117": 14, "650": 3, "75": 3, "750": 3, "750x": 14, "8": 19, "8013": [17, 19], "8089": 20, "8601": 8, "9": 19, "999": [14, 18], "A": [1, 14, 19, 23, 24, 25, 27], "As": [19, 30], "At": [11, 14, 18, 19], "By": [1, 5, 6, 21], "For": [2, 4, 6, 8, 14, 17, 18, 19], "If": [1, 2, 3, 4, 5, 9, 11, 12, 14, 17, 18, 19, 21], "In": [2, 3, 12, 15, 17, 18, 19, 20, 21], "It": [4, 18, 19, 29], "No": 21, "On": [19, 21], "One": [2, 4, 8, 16], "Or": 9, "That": 30, "The": [2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 17, 18, 19, 21, 23, 24, 25, 28, 29, 30], "Then": [19, 21], "There": [17, 19, 20, 25, 29, 30], "These": [3, 14, 18, 19, 21], "To": [9, 14, 17, 18, 19, 21], "With": 25, "_": 9, "__init_subclass__": 25, "_class": 25, "_if": 9, "_privat": [17, 19], "abbrev": 3, "abbrevi": 3, "abc": 25, "abl": [14, 19, 21, 23, 30], "about": [5, 18], "abov": [14, 19], "abstract": 25, "abstractmethod": 25, "accept": [13, 14], "access": [12, 17, 19, 21], "access_token_url": [17, 19], "accesstoken": [17, 19], "accordingli": 11, "account": [2, 7, 14, 15, 17, 18, 19, 30], "accur": 29, "activ": [6, 8, 9, 14, 19], "actual": [3, 14, 17, 19, 23], "ad": [4, 5, 14, 18, 20], "add": [2, 4, 8, 14, 15, 18, 19, 20, 21], "addit": [3, 18, 24], "addition": [2, 14], "additionali": 2, "address": [7, 12], "adjust": [9, 11, 14, 18, 19], "admin": [9, 14, 17, 19, 29], "after": [4, 9, 20], "afterward": [11, 18], "again": [17, 19, 21], "against": 25, "aid": [3, 23, 30], "alias": 19, "all": [1, 3, 8, 9, 13, 17, 19, 25, 29], "allow": [2, 14, 21], "allow_public_account_cr": 17, "alon": 21, "alreadi": [2, 3, 8, 9, 11, 14, 17, 19, 25], "also": [1, 4, 5, 9, 12, 14, 17, 19, 23, 27, 28], "altern": [8, 14, 21], "although": 23, "altogeth": 30, "american": 14, "amex": 14, "amount": [3, 8, 23, 25, 27, 30], "an": [1, 4, 7, 8, 9, 12, 13, 14, 17, 18, 19, 20, 21, 27], "ani": [2, 3, 4, 8, 9, 11, 14, 25, 28, 30], "annual": 21, "anoth": 19, "anyon": 25, "anyth": [1, 12, 14, 19], "api": [1, 9, 14, 19, 26], "api_root": [17, 19], "app": [14, 17, 19, 20], "appear": 14, "append": [8, 19], "appli": [4, 9, 19, 25, 30], "applic": [2, 9, 17, 18, 19, 20, 21], "approach": 25, "appropri": [12, 18, 21], "approv": 21, "ar": [2, 3, 5, 6, 8, 12, 14, 17, 18, 19, 21, 29, 30], "arbitrari": 17, "area": 23, "aren": [14, 19, 21], "arm": 19, "around": [14, 19, 23, 25], "arrai": 17, "art": 22, "ask": [14, 15], "assign": [1, 4, 9, 25, 30], "assist": [3, 18], "associ": [4, 9, 11, 25], "assum": [4, 8], "attempt": [9, 18, 19], "attent": 19, "audit": [7, 11], "auth": [16, 19], "auth_user_model": [24, 27], "authent": [12, 16, 19, 31], "authentication_backend": 19, "authn": 19, "author": [17, 19], "authorization_url": [17, 19], "automat": [8, 21, 25, 30], "avail": [19, 30], "avoid": [14, 25, 30], "back": [21, 29], "backend": [17, 19, 25], "balanc": 25, "base": [9, 19, 21, 23], "basi": 9, "basic": [4, 5, 9, 18], "basket": [22, 26], "basketitem": 24, "batch": [9, 10], "becaus": 19, "becom": 8, "been": [14, 19, 21], "befor": [3, 4, 14, 25], "begin": [14, 19], "being": [8, 19, 21], "belong": 9, "below": [3, 18, 23], "best": [4, 14, 19], "between": [8, 23], "beyond": 14, "black": 19, "blank": 18, "block": [19, 20], "boilerpl": 18, "booleanfield": 25, "bootstrap": [14, 19], "borrow": [20, 23], "both": [1, 4, 14, 17, 19], "bounc": 19, "break": 19, "bring": 14, "brows": 19, "browser": [19, 20], "build": [19, 20], "bump": 17, "busi": 14, "button": [14, 19, 21], "caddi": 2, "calcul": 24, "call": [1, 9, 11, 12], "callback": 28, "campaign": 30, "can": [1, 3, 4, 8, 9, 11, 13, 14, 17, 18, 19, 20, 21, 25, 27, 30], "cancel": 13, "card": [14, 21], "care": 18, "cart": 14, "carv": 23, "case": [2, 9, 14, 18, 21, 23, 26], "cd": [17, 19], "center": 14, "certain": 25, "chang": [3, 11, 17, 19, 20], "charact": 8, "charfield": [25, 27], "charg": 14, "check": [1, 9, 10, 14, 17, 19], "check_program_for_orphan": 1, "check_program_requir": [10, 31], "checkbox": [17, 19], "checkout": [17, 25], "child": [14, 21], "choic": 25, "choos": 14, "chooser": 14, "cl": 25, "clariti": 14, "class": [24, 25, 27, 29], "classmethod": 25, "clean": 11, "click": [19, 21], "client": [2, 17, 18, 19], "clog": 1, "clone": 19, "close": 19, "cm": [5, 9, 14, 17, 18, 21], "cname": 19, "code": [3, 7, 10, 13, 14, 17, 18, 19, 25], "codifi": 25, "collect": 30, "com": [14, 17], "combin": [1, 23], "come": [11, 14, 19, 20, 30], "command": [2, 3, 4, 8, 9, 11, 12, 16, 18, 19, 20, 21, 31], "common": 3, "commun": 18, "companion": 19, "compat": 19, "complet": [17, 18, 19, 27, 28], "complex": [23, 25], "complic": 25, "compos": [17, 19, 20], "comps": 19, "comput": 25, "confidenti": [17, 19], "config": [16, 17, 19], "configur": [2, 3, 9, 18, 19, 23, 31], "configure_inst": [10, 18, 19, 31], "configure_ti": [10, 18, 31], "configure_wagtail": [18, 19], "confus": 19, "connect": 15, "consid": 21, "consider": 30, "consist": 19, "contain": [4, 17, 19, 27], "content": [14, 18, 21], "content_object": 29, "content_typ": 29, "contenttyp": 29, "convert": 19, "copi": [14, 17, 20], "core": 22, "correspond": [2, 18], "cost": [25, 30], "count": 8, "countri": [7, 17, 18], "countrycod": 7, "coupl": [14, 18, 19, 23, 30], "coupon": 25, "cours": [1, 2, 3, 4, 5, 6, 7, 9, 11, 16, 18, 19, 21, 23, 27, 29, 30], "course_detail": 9, "courseid": 7, "courserun": [4, 6, 9], "coursewar": [4, 5, 6, 9, 14, 18, 21], "cover": 27, "cp": 20, "cpu": 20, "creat": [2, 3, 4, 5, 6, 7, 8, 9, 14, 17, 18, 19, 21, 23], "create_coursewar": [3, 9, 10, 18, 31], "create_courseware_pag": [9, 10, 18, 31], "create_finaid_form": [18, 21], "create_product": [10, 18, 31], "create_run": 4, "create_us": [10, 18, 31], "created_on": 29, "createsuperus": 18, "createus": 19, "creation": [2, 4, 22], "credenti": [14, 18], "credit": 14, "criteria": 1, "csv": [3, 8], "current": [3, 4, 14, 24, 30], "custom": [18, 21, 23], "customiz": 21, "cvn": 14, "cybersourc": [11, 13, 14, 28], "d": [2, 6, 19, 30], "dash": 8, "dashboard": 19, "data": [9, 14, 17, 19, 21, 23, 26, 30], "databas": 9, "dataclass": 25, "date": [4, 8, 9, 14, 19], "dc": 19, "decimal_plac": [25, 27], "decimalfield": [25, 27], "decoupl": 28, "dedp": [1, 3, 9, 18], "def": 25, "default": [1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 17, 18, 19, 21, 25], "defin": [8, 15, 25], "delet": 12, "demo": [2, 18], "demo_cours": [2, 18, 19], "demonstr": [2, 18, 19], "demox": [2, 18, 19], "deni": 21, "depart": [4, 9], "department_nam": [4, 9], "depend": [9, 13, 14, 17, 19], "deploi": 20, "deploy": [2, 16, 31], "dept": [4, 9], "deriv": 17, "describ": 19, "descript": [6, 9, 14], "design": 23, "detail": [4, 18], "determin": 6, "dev": [2, 15, 17, 19, 25], "develop": [14, 15, 17, 19], "devstack": [14, 16, 18, 19], "diagram": 23, "dialog": [17, 19], "differ": [14, 17, 25, 30], "digit": 14, "directli": 20, "directori": 17, "disabl": [2, 18, 19], "discern": 23, "discount": [3, 8, 18, 21, 22, 24, 26, 30], "discount_typ": 25, "discounttyp": 25, "discounttypecl": 25, "discov": 14, "discusss": 20, "displai": [7, 14, 18, 21, 24], "displaynam": 7, "dist": 17, "django": [9, 14, 17, 19, 29], "do": [4, 9, 12, 14, 18, 19, 21, 23], "docker": [2, 17, 19, 20], "document": [14, 18, 19, 30], "docusign": 21, "doe": [1, 9, 11, 14, 18, 19], "doesn": [4, 9, 12, 17, 18, 19], "dollar": [3, 8, 25], "domain": 19, "don": [2, 3, 8, 9, 18, 19], "done": [21, 25, 29], "dont": [2, 18], "doubl": [14, 19], "down": 25, "draft": 5, "driven": 25, "e": [1, 9, 13, 19, 20, 25], "e2": [18, 19], "each": [9, 14, 18, 23, 25], "earlier": 14, "easi": [6, 19], "easili": 30, "ebc": 14, "ebc2": 14, "ebc2test": 14, "ecommerc": [16, 23, 25, 28, 30, 31], "ecommerce_default_payment_gatewai": 14, "econom": 9, "edit": [2, 14, 19, 21], "edli": [2, 19], "edu": 14, "edx": [2, 4, 9, 12, 16, 18, 31], "edx_hostnam": 17, "edxapp": 17, "either": [1, 2, 9, 12, 13, 14, 18, 19, 27], "elect": 4, "els": 14, "elsewher": 14, "email": [7, 12, 14, 18, 19], "empti": 9, "enabl": [17, 19, 30], "enable_authn_microfrontend": 19, "enable_combined_login_registr": 17, "enable_oauth2_provid": 17, "enable_third_party_auth": [17, 19], "end": [4, 9, 14, 18, 19], "enough": 23, "enrol": [2, 4, 7, 9, 11, 12, 14, 18], "ensur": [4, 17, 19], "enter": 18, "enterpris": 14, "entir": 19, "entri": [17, 19, 29], "env": [14, 15, 17, 19, 20], "environ": [14, 18, 19], "envrion": 15, "error": [1, 3, 19], "especi": [18, 19], "essenc": 12, "essenti": 30, "etc": 19, "evalu": [14, 30], "ever": 19, "everyth": 19, "ex": 14, "exampl": [8, 10, 14, 17, 19, 20, 25], "exceed": 21, "except": 30, "exclud": 29, "exec": 20, "exist": [1, 2, 3, 4, 8, 9, 17, 18, 19, 25], "expect": [11, 19], "experi": 23, "expir": [8, 14, 19], "explicitli": [8, 19], "export": 19, "express": 14, "extend": 23, "extens": 19, "extern": 30, "external_mitx_online_host": 17, "f": [4, 20, 25], "fa": 3, "factori": 25, "fail": [9, 14, 27], "fairli": 14, "fals": [9, 19, 25], "far": 25, "fashion": 9, "favor": 19, "featur": [5, 14, 17, 19], "fetch": 19, "few": [9, 18, 21, 23, 25, 30], "field": [3, 5, 14, 17, 21], "file": [3, 8, 14, 15, 17, 19, 20], "fill": [14, 17, 21], "final": [4, 19, 28], "financ": 30, "financi": [3, 18, 23, 30], "find": [9, 14, 19], "first": [7, 18, 19, 21], "firstnam": 7, "fit": 1, "fix": [8, 25, 30], "fixedpricediscount": 25, "flag": [4, 9, 18], "flexibil": 21, "flexibl": [22, 25, 28, 31], "flip": 19, "folder": [14, 17, 19], "follow": [3, 4, 8, 9, 15, 17, 18, 19, 20, 21], "for_discount": 25, "forc": [4, 21], "foreignkei": [24, 25, 27, 29], "forese": 28, "form": [14, 17, 18, 19, 22], "format": [3, 8], "former": 19, "forward": 25, "found": [13, 14, 17], "four": 14, "frame": 25, "fresh": [2, 18], "from": [4, 9, 11, 14, 16, 19, 20, 23, 25, 28], "front": 4, "frontend": [24, 25], "fulfil": [11, 13, 27, 28], "full": 17, "fulli": 19, "function": [23, 25, 30], "furthermor": 9, "futur": [14, 23, 28], "g": [1, 9, 13, 20, 25], "gatewai": [2, 11, 14, 17, 19], "gateway_ip": 17, "gener": [10, 12, 14, 19, 21, 27], "generate_discount_cod": [10, 31], "genericforeignkei": 29, "get": [9, 11, 12, 18, 19, 21, 23, 24, 29], "get_product_pric": 25, "get_product_version_pric": 25, "git": 17, "github": [17, 19], "give": [14, 19, 25], "given": [5, 6, 14], "go": [17, 19, 20, 25], "goal": 22, "good": [14, 23, 25], "grade": 12, "grant": [17, 19], "grep": 19, "guest": 21, "guid": [19, 23, 30], "gz": 17, "ha": [1, 9, 14, 18, 19, 21, 23], "had": [3, 19], "half": 18, "hand": [5, 18], "handi": 19, "handl": [9, 30], "happen": 23, "have": [3, 5, 9, 11, 12, 14, 17, 19, 21, 23, 25], "haven": [14, 18, 19, 21], "header": [3, 21], "heavili": 23, "help": [18, 20], "here": [9, 14, 17, 19, 21, 23, 25], "hero": 14, "heroku": 14, "hidden": [17, 19], "high": [20, 23], "highli": [19, 23], "hint": [17, 19], "histor": [28, 29], "home": 14, "homepag": [5, 14], "host": 19, "hostnam": 17, "how": [18, 25], "howev": 14, "http": [14, 17, 19, 20, 25], "hubspot_pipeline_id": 15, "i": [1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 20, 21, 23, 24, 25, 27, 29, 30], "id": [1, 2, 3, 4, 5, 6, 9, 12, 14, 17, 18, 19, 21], "ida_logout_uri_list": [17, 19], "idea": 25, "ideal": 14, "ignor": 4, "imag": [14, 19, 20], "immut": 29, "implement": [23, 24, 26, 30], "import": [2, 9, 14, 19, 25], "import_courserun": [10, 31], "inact": 6, "includ": [17, 18, 19, 30], "incognito": 19, "incom": [3, 21], "incorpor": 23, "index": [10, 31], "individu": [1, 9], "info": [2, 3], "inform": [2, 3, 4, 8, 18, 21, 27, 29], "initi": [4, 27], "insert": 8, "inspect": [17, 19], "inspir": 17, "instal": [14, 19, 20], "instanc": [2, 9, 15, 18, 19], "instead": [11, 12, 19], "instnac": 2, "instruct": [14, 17, 19], "instructor": 9, "integr": [18, 19], "intend": 24, "interfac": 14, "intern": [17, 19], "intro": 21, "introduc": 25, "invalid": 14, "involv": [18, 19], "io": [2, 19], "ip": [2, 17, 19], "isn": [1, 4, 18, 21], "iso": 8, "isort": 19, "issu": 14, "its": 1, "itself": [19, 21], "json": 17, "jsonfield": 27, "jump": 19, "junip": 17, "just": [14, 19], "keep": [11, 19, 23, 25], "kei": [14, 17], "kind": [19, 25, 27], "kwarg": 25, "larg": [19, 20], "last": [7, 18, 19, 23], "lastnam": 7, "later": [17, 18], "latest_vers": 25, "latter": 19, "learn": [14, 23], "learner": [2, 3, 7, 8, 11, 12, 17, 18, 19, 21, 23, 30], "least": [19, 23], "leav": [18, 21], "led": 9, "length": 8, "less": [8, 14], "level": [20, 23], "librari": 14, "lift": 14, "like": [14, 17, 19, 25], "limit": [20, 21, 23], "line": 27, "link": [5, 18, 21], "linux": [2, 17, 18, 19], "list": [4, 14, 17, 29], "live": [1, 4, 5, 9, 14, 18, 19, 21], "ll": [9, 14, 18, 19, 21], "lm": 19, "load": 19, "local": [2, 15, 16, 18, 31], "local_mitx_online_alia": 17, "localhost": 19, "locat": 21, "locustfil": 20, "locustio": 20, "log": [1, 14, 19, 21], "logic": 25, "login": [17, 19], "logout": [16, 19], "logout_redirect_url": 17, "long": 19, "look": [11, 13, 17], "lot": [18, 19, 25], "lower": 30, "mac": 19, "maco": [2, 17, 18, 19], "made": [9, 19, 21, 28], "mai": [3, 9, 14, 18, 19, 25], "main": [12, 19], "major": 23, "make": [4, 5, 6, 8, 9, 11, 12, 14, 17, 19, 23, 25, 28], "manag": [9, 16, 18, 19, 21], "manual": [11, 19, 21], "mark": [18, 27, 28], "market": 30, "mastercard": 14, "match": [3, 17, 18], "matter": 19, "max": 8, "max_digit": [25, 27], "max_length": 25, "max_redempt": 25, "me": 19, "mean": [11, 13, 17, 19], "memori": 20, "mention": 20, "messag": [1, 19, 21], "method": 3, "mfe": 19, "migrat": [18, 19], "minimum": 23, "minu": 14, "miss": 19, "mistakenli": 4, "mit": 14, "mitol_hubspot_api_id_prefix": 15, "mitol_hubspot_api_private_token": 15, "mitol_payment_gateway_cybersource_access_kei": 14, "mitol_payment_gateway_cybersource_profile_id": 14, "mitol_payment_gateway_cybersource_secure_acceptance_url": 14, "mitol_payment_gateway_cybersource_security_kei": 14, "mitx": [1, 2, 9, 15, 16, 21, 23, 30], "mitx_online_servicework": 19, "mitxonlin": [13, 14, 15, 17, 18, 19], "mitxonline_default": 19, "mitxonline_gateway_ip": 19, "mitxpro": 19, "mitxprooauth2": [17, 19], "modal": 14, "mode": 3, "model": [24, 26], "modifi": 17, "monei": 11, "more": [2, 17, 18, 19, 21, 24, 25], "most": [19, 30], "mostli": 19, "muddl": 23, "multipl": [1, 8, 9, 19, 25], "must": [3, 4, 17, 21], "name": [4, 7, 8, 14, 17, 18, 19, 21], "navig": [14, 19, 21], "necessari": 19, "necessarili": 25, "need": [1, 8, 9, 14, 15, 17, 18, 19, 20, 25, 29, 30], "network": [17, 19], "new": [4, 9, 12, 14, 17, 19, 20, 21, 25], "nightli": [2, 19], "node": 1, "non": 14, "none": [2, 18], "normal": [11, 19], "note": [1, 3, 4, 8, 14, 16, 17, 26], "now": [6, 14, 19], "null": 25, "number": [6, 8, 11, 13, 14, 25], "numer": [1, 9], "o": 17, "oauth": [2, 16, 18, 19], "oauth2": [2, 16, 18, 19], "oauth2_provid": [17, 19], "oauth2providerconfig": [17, 19], "object": [4, 5, 6, 9, 14, 18, 21], "object_id": 29, "occas": 25, "ocw": 20, "odl": [17, 18, 19], "off": [3, 8, 19, 25], "often": [23, 24], "ol": [14, 30], "omit": 19, "onc": [8, 9, 19, 25, 27], "one": [3, 8, 9, 14, 17, 18, 19, 21, 24, 25, 29], "ones": [3, 9], "onetoonefield": 24, "onli": [1, 2, 4, 5, 6, 8, 9, 13, 19, 25], "onlin": [2, 9, 15, 16, 21, 23, 30], "online_default": 17, "open": [2, 16, 18, 31], "openedx": 19, "openedx_api_base_url": [9, 17, 19], "openedx_api_client_id": [17, 19], "openedx_api_client_secret": [17, 19], "openedx_ip": [17, 19], "openedx_service_worker_api_token": [17, 19], "openedx_service_worker_usernam": 19, "openedxapiauth": 12, "openedxus": 12, "oper": [3, 19, 23], "option": [10, 14, 17, 18, 19, 21, 23, 25], "order": [11, 13, 15, 17, 18, 22, 23, 25, 26, 28, 29], "org": [19, 25], "origin": 25, "osx": 17, "other": [3, 4, 11, 16, 17, 21, 30], "otherwis": [9, 13, 14, 17, 19, 30], "our": [23, 25], "out": [14, 17, 19, 21, 23, 25, 30], "output": 10, "over": [9, 14, 20, 23], "overrid": 3, "overridden": [3, 4, 19], "overview": [14, 22, 31], "overwritten": [8, 14], "own": 14, "pace": [4, 9], "packag": [17, 19], "page": [5, 9, 10, 14, 18, 19, 21, 31], "pagin": 29, "paid": 14, "part": [3, 16, 18], "particular": [19, 30], "particularli": 23, "pass": [8, 14], "password": [7, 17, 18, 19], "path": [14, 17], "payment": [11, 13, 14, 22, 23, 26, 27], "payout": 30, "paypal": 11, "peform": 18, "pencil": 21, "pend": 13, "pep": 25, "per": [8, 17, 25], "percent": [3, 8, 25], "percent_discount": 25, "percentag": 25, "percentdiscount": 25, "perform": [4, 11, 16, 19], "permit": 17, "pertin": 9, "pick": 17, "piec": 23, "place": 19, "plan": [14, 23, 30], "platform": [2, 17, 18], "plu": [14, 19], "plug": 18, "pluggabl": 28, "poetri": 20, "point": [3, 14, 19, 23], "pop": 14, "port": [2, 17, 19, 20], "positiveintegerfield": [24, 25, 27, 29], "possibl": 4, "post": [20, 24], "pre": 25, "preced": 9, "preconfigur": 30, "prefix": 8, "preliminari": 16, "present": 21, "presum": 29, "pretti": 19, "prevent": 14, "price": [6, 8, 9, 14, 18, 22, 23, 24, 25, 29, 31], "primarili": 29, "principl": [23, 30], "print": [1, 19], "print_set": 19, "printroot": 19, "prior": 22, "privat": 19, "probabl": [14, 23], "problem": 19, "process": [13, 14, 19, 22], "processor": 28, "prod": 13, "product": [5, 6, 9, 16, 17, 18, 19, 22, 23, 24, 25, 26, 27], "product_vers": [25, 27], "productvers": [25, 27], "profil": [17, 19], "program": [1, 3, 4, 9, 14, 18, 21, 23, 24, 27, 29, 30], "progress": 21, "project": [17, 19], "prompt": [7, 18], "proper": [2, 19, 21], "properli": [14, 18, 19], "propos": [23, 26], "protocol": 17, "prove": 23, "provid": [3, 16, 18, 19, 21, 24, 25], "prune": 19, "publish": [14, 18, 21], "pull": 4, "punctuat": 8, "purchas": [14, 23, 24, 25, 27, 29], "purpos": [24, 30], "put": [14, 17, 19], "py": [9, 17, 19, 20, 21], "pyenv": 19, "python": [19, 23, 25], "qa": 14, "quantiti": [24, 27], "queu": 18, "quick": [2, 16, 19, 31], "quickstart": 19, "quit": 3, "rais": 25, "rate": 30, "rather": [19, 25], "rc": 14, "re": [2, 9, 11, 14, 18, 19], "read": [18, 29], "readabl": [1, 3, 4, 9, 14, 18, 21], "readable_id": 4, "readi": [14, 20, 21], "real": 19, "reason": [12, 21], "reboot": 19, "rebuild": 19, "receipt": 25, "recent": 17, "recommend": [6, 14, 19], "reconcil": 30, "record": [2, 4, 12, 18, 19], "redeem": 8, "redempt": 26, "redemption_typ": 25, "redirect": [17, 19], "redo": 2, "reduc": 25, "reduct": 25, "refactor": 25, "refer": [11, 13, 23], "refresh": 12, "refund": [11, 27], "regardless": [21, 25], "regener": 12, "regist": 29, "registr": [17, 19], "registration_extra_field": [17, 19], "registri": 25, "regular": 9, "relat": 29, "releas": 17, "relev": 2, "reli": [18, 19], "remov": 19, "repair_missing_courseware_record": [12, 19], "repo": 20, "report": [22, 26], "repositori": 19, "repres": [3, 24, 27], "represent": 29, "request": [4, 22], "requir": [1, 2, 3, 4, 5, 8, 9, 14, 17, 18, 19], "reset": 18, "resolv": [13, 17], "resourc": 20, "respect": 21, "respons": [28, 29], "rest": 28, "restart": [17, 19], "result": [4, 5, 13, 14, 16, 19], "return": [1, 24, 25, 29], "reus": 3, "reusabl": 23, "revers": 29, "review": 18, "revok": 12, "right": 19, "rm": [19, 20], "robust": 23, "root": [19, 20], "row": 3, "royalti": 30, "run": [2, 3, 4, 6, 7, 9, 11, 14, 18, 19, 20, 23, 24, 27, 29], "run_tag": 9, "run_url": 4, "safe": 3, "safeti": 19, "sai": 21, "said": 17, "sake": 29, "same": [9, 19, 30], "sandbox": 14, "satisfi": 20, "save": [5, 17, 19], "scalabl": [23, 25], "scale": 8, "schema": 24, "scope": [14, 30], "scratch": 19, "screen": [1, 19], "search": [10, 31], "secret": [2, 17, 18, 19], "section": [4, 5, 14, 18], "secur": 14, "see": [2, 3, 4, 14, 18, 19, 20, 21, 23, 25], "select": [14, 17, 21, 23], "self": [4, 9, 25], "semest": 9, "separ": [8, 19], "serv": 23, "servic": [19, 20, 25], "session": 19, "set": [3, 4, 6, 8, 9, 11, 16, 17, 18, 19, 24, 27], "setup": [14, 16, 20], "sever": 23, "shell": 17, "ship": 18, "should": [3, 4, 8, 9, 14, 17, 19, 20, 23, 25, 28], "show": 19, "side": [4, 12], "similar": 9, "similarli": 9, "simpl": [23, 24], "simpli": [8, 17, 21], "sinc": [2, 9], "singl": [8, 9, 29], "site": [17, 19], "skip": [9, 17, 19], "skip_email_valid": [17, 19], "slug": [17, 19, 21], "so": [1, 3, 4, 8, 11, 14, 19, 21, 25, 30], "social": [16, 19], "social_auth_mitxpro": [17, 19], "sock": 20, "solid": 23, "some": [12, 14, 19, 21, 23, 24, 25, 27], "someon": 14, "someth": [17, 23], "somewher": [19, 30], "soon": 20, "sort": 11, "special": [23, 30], "specialti": 19, "specif": [1, 9, 13, 14], "specifi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 18, 19, 21], "split": 18, "src": 20, "sso": [17, 19], "staff": [17, 19, 30], "stai": 19, "standalon": 21, "standard": [9, 17, 18], "start": [2, 3, 4, 9, 14, 16, 19, 31], "stat": 20, "state": [5, 13, 21, 24], "statu": [11, 13, 21, 27], "step": [9, 14, 16, 17, 18, 21], "still": [2, 19, 21], "stop": [2, 4, 8, 19], "strictli": 19, "string": 17, "strive": 23, "strongli": [23, 28], "studio": 20, "stuff": 19, "subdomain": 19, "submiss": 21, "submit": 22, "subsystem": [14, 22, 23, 31], "successfulli": 19, "suggest": 19, "super": 25, "superus": [2, 14, 18, 19], "supplement": 30, "suppli": [3, 8, 14, 19], "support": [14, 16, 23, 25, 30], "suppress": 1, "sure": [14, 17, 19], "surfac": 23, "swap": 4, "sync": [9, 14, 17, 18, 19], "sync_course_run": [4, 18], "sync_courserun": [9, 19], "syntax": 10, "system": [1, 7, 9, 11, 14, 18, 19, 21, 22, 25, 28, 30], "t": [1, 2, 3, 4, 8, 9, 11, 12, 13, 14, 17, 18, 19, 21, 23, 30], "tab": [19, 20], "tabl": 3, "tag": [4, 9, 18], "take": [4, 9, 18, 19, 28], "tar": 17, "task": [18, 19], "tbd": 21, "team": 30, "tell": 19, "termin": [19, 20], "terms_of_servic": 19, "test": [2, 18, 19], "testlearn": 18, "text": 21, "than": [14, 19, 25], "thei": [1, 3, 8, 9, 11, 17, 19, 21, 30], "them": [14, 17, 19, 23], "thi": [1, 2, 3, 4, 6, 8, 9, 11, 12, 13, 14, 17, 18, 19, 20, 21, 23, 24, 25, 28, 29, 30], "thing": [9, 19], "third_party_auth": [17, 19], "third_party_auth_backend": [17, 19], "those": 24, "three": [14, 19], "threshold": 3, "through": [9, 14, 17, 19, 21, 28, 29], "tier": [3, 18, 21, 30], "tier1": 3, "tier2": 3, "tier3": 3, "tier4": 3, "time": [1, 8, 11, 19, 25], "timestampedmodel": [24, 25, 27, 29], "titl": [4, 9, 14, 19, 21], "tmp": 20, "todai": [14, 19], "togeth": [1, 23], "token": [12, 16, 19], "too": 19, "toolkit": 17, "top": 19, "total": 8, "total_price_paid": 27, "toward": 23, "track": [24, 25, 29], "transact": [11, 14, 27], "treat": [25, 30], "tree": [1, 4], "true": [17, 19, 25], "try": [3, 19], "turn": 19, "tutor": [2, 16, 31], "tutor_local_default": 19, "twice": 18, "two": [2, 3, 8, 16, 17, 18], "txt": 19, "type": [3, 8, 14, 17, 19, 26], "typeerror": 25, "typic": [19, 27, 29], "u": [7, 17, 18, 28], "ui": 30, "under": [14, 17, 20, 21, 24], "understand": 23, "undo": 19, "unenrol": 11, "unfulfil": [27, 28], "uninstal": 17, "uniqu": 14, "unless": [18, 19, 21], "unlik": 19, "unlimit": 25, "up": [1, 3, 4, 11, 13, 16, 17, 18, 19], "upcom": 9, "updat": [9, 17, 19, 24], "updated_on": 29, "upgrad": [4, 14], "upper": 21, "upsel": 14, "uri": [17, 19], "url": [2, 4, 9, 14, 17, 19], "us": [1, 2, 3, 4, 6, 7, 8, 9, 11, 12, 14, 16, 18, 19, 20, 21, 23, 24, 25, 26, 28], "usag": [20, 25], "usecas": 12, "user": [7, 8, 12, 16, 19, 23, 24, 25, 28], "userdiscount": 25, "usernam": [7, 12, 17, 18], "util": 29, "uuid": 8, "uwsgi_max_request": 20, "uwsgi_reload_on_rss": 20, "v0": [24, 29], "v1": [1, 2, 9, 14, 18, 19], "valid": [1, 14], "valu": [14, 17, 19, 20, 21, 24], "variabl": [15, 19, 20], "ve": [2, 4, 8, 14, 18, 19, 21, 23, 25], "veri": [5, 17], "verif": [17, 19], "verifi": [11, 17, 19], "version": [14, 17, 19, 25, 29], "via": [11, 19, 21], "view": 17, "virtualenv": 19, "visa": 14, "volum": 20, "voucher": 23, "wa": [9, 19, 23, 25], "wagtail": [14, 19, 21], "wai": [23, 25], "walk": 9, "want": [3, 8, 9, 14, 18, 19, 23, 25, 30], "watch": 19, "we": [17, 23, 25, 28, 30], "web": [19, 20], "webhook": 28, "weird": 19, "well": [19, 21], "went": 23, "were": 23, "what": [6, 14, 18, 25], "whatev": 19, "when": [14, 17, 19, 21, 30], "where": [14, 18, 19, 23], "wherea": 25, "whether": 14, "which": [4, 6, 9, 17, 18, 19, 24, 30], "while": 14, "whitespac": 19, "wildcard": 19, "window": 20, "wish": 14, "within": [17, 19, 21, 30], "without": [17, 19, 20, 23, 25], "won": [1, 3, 8, 9, 13, 14, 17, 19], "word": [3, 21], "work": [6, 13, 14, 17, 18, 19, 20], "worker": 19, "would": [3, 9, 24, 25, 28, 29, 30], "wouldn": [23, 30], "write": [11, 19], "written": 8, "wsl": 17, "www": 25, "y": 17, "yaml": 19, "year": [3, 14, 19, 23], "yet": [19, 21], "yml": [17, 19, 20], "you": [1, 2, 3, 4, 7, 8, 9, 11, 14, 15, 17, 18, 19, 20, 21], "your": [2, 4, 14, 15, 18, 19, 20, 21], "your_initi": 15, "yourself": 8, "zero": [3, 14, 21]}, "titles": ["Authentication", "check_program_requirements", "configure_instance", "configure_tiers", "create_courseware", "create_courseware_page", "create_product", "create_user", "generate_discount_code", "import_courserun", "MITx Online Commands", "refund_fulfilled_order", "regenerate_edx_auth_tokens", "resolve_pending_order", "Configure eCommerce", "Configure HubSpot", "Configuration", "Configure Open edX", "MITx Online Quick Start", "Local Open edX Tutor and MITx Online Deployment", "Setting up uWsgi tuning for MITx Online", "Flexible Pricing", "Ecommerce", "Overview", "Basket Subsystem", "Discount Subsystem", "Subsystems", "Order Subsystem", "Payment Subsystem", "Product Subsystem", "Reporting Subsystem", "Welcome to MITx Online Documentation\u2019s documentation!"], "titleterms": {"": 31, "In": 14, "One": 19, "To": 20, "add": 17, "alia": 17, "all": 20, "api": [24, 29], "art": 23, "auth": 17, "authent": [0, 17], "basket": 24, "batch": 8, "build": 17, "case": 30, "check": 4, "check_program_requir": 1, "checkout": 14, "clone": 17, "code": 8, "command": [10, 17], "companion": 17, "config": 14, "configur": [14, 15, 16, 17], "configure_inst": 2, "configure_ti": 3, "content": [10, 31], "core": 23, "cours": 14, "create_coursewar": 4, "create_courseware_pag": 5, "create_product": 6, "create_us": 7, "creation": 21, "data": [25, 27, 29], "dedp": 30, "deploy": 19, "devstack": 17, "discount": 25, "document": 31, "ecommerc": [14, 22], "edx": [14, 17, 19], "etc": 17, "exampl": 9, "flexibl": 21, "form": 21, "from": 17, "gener": 8, "generate_discount_cod": 8, "goal": 23, "host": 17, "hubspot": 15, "imag": 17, "implement": 25, "import_courserun": 9, "indic": [10, 31], "instal": 17, "latest": 17, "lm": 17, "local": [17, 19, 20], "locust": 20, "logout": 17, "manag": 17, "micromast": [23, 30], "mitx": [10, 14, 17, 18, 19, 20, 31], "mitxpro": 17, "model": [25, 27, 29], "note": [18, 19, 24], "oauth": 17, "oauth2": 17, "onlin": [10, 14, 17, 18, 19, 20, 31], "open": [14, 17, 19], "openedx": 17, "option": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13], "order": 27, "other": 19, "output": 8, "overview": 23, "part": 19, "payment": 28, "perform": 18, "pip": 17, "preliminari": 19, "price": 21, "prior": 23, "process": 21, "product": [14, 29], "propos": 25, "provid": 17, "provis": 17, "pull": 17, "put": 20, "quick": 18, "redempt": 25, "refund_fulfilled_ord": 11, "regenerate_edx_auth_token": 12, "report": 30, "request": 21, "resolve_pending_ord": 13, "result": 18, "run": 17, "server": 17, "set": [14, 20], "setup": [17, 19], "social": 17, "start": [17, 18], "step": 19, "stop": 17, "submit": 21, "subsystem": [24, 25, 26, 27, 28, 29, 30], "support": 17, "syntax": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13], "system": 23, "tabl": [10, 31], "test": [14, 20], "togeth": 20, "token": 17, "tune": 20, "tutor": 19, "two": 19, "type": 25, "up": [14, 20], "us": [17, 30], "user": 17, "uwsgi": 20, "uwsgitop": 20, "via": 17, "welcom": 31, "xpro": 23, "your": 17}}) \ No newline at end of file