Kyle McCormick

Results 224 comments of Kyle McCormick

@bradenmacdonald So I've got this draft version of upstream sync working, implemented with XBlock fields and handlers. Using the XBlock fields and handlers for this was nice because it gave...

> use Django models to store upstream links, upstream defaults, and upstream overrides, Okay, I started prototyping this, and it's easier said than done. Particularly, if you imagine a model...

Thanks @ormsbee . Agreed all around, particularly on: > Store the source of truth for upstream links in the ModuleStore > ... > So that model really only exists to...

Thanks @ormsbee . I'll address all your concerns Monday, but I'm going to leave the nits for a followup PR. @bradenmacdonald this is ready for review

@salman2013 pycodestyle -- great! As long as `pycodestyle .` passes when using [the pycodestyle version pinned in testing.txt](https://github.com/openedx/edx-platform/blob/master/requirements/edx/testing.txt#L1073), then we are good. stylelint and eslint -- good to know, thanks...

> Case 1: With the feature flag OFF, export the course (XBlock will be exported in pointer tag format). Then, turn the flag ON and re-import. It should import correctly....

@pdpinch , here's a DEPR for the old Problem editor as we discussed. You mentioned that there were more Problem-specific editor concerns--let's collect those here.

Thank you @SIdnani. Noted on all counts.