Muhammad Farhan Khan
Muhammad Farhan Khan
@JoanZapata Any update/plan to merge this PR?
@BenjiLee Nops didn't get a chance to work on librarification so far. @MirzaMubasharBaig Will not it be a good idea to create a story of that and we can do...
PR: https://github.com/openedx/edx-platform/pull/34462
### Task update @kdmccormick @feanil cc: @irtazaakram During our initial spike run, we extracted the [poll XBlock](https://github.com/openedx/edx-platform/blob/master/xmodule/poll_block.py) separately and copied all of its dependencies into a [new repository](https://github.com/farhan/xblock-poll). Later on...
@kdmccormick Solutions sounds reasonable to me. was inclined towards [brightness filter](https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/brightness) but for the exact match I think let's go for it. @kdmccormick Followup question: Are we planning to remove...
@kdmccormick Another issue is identified, details added in description: Can we do hard code just for `all-text-inputs`, its using in the Cappa Problem XBlock?
@kdmccormick PR is rebased and ready to ship from my side. **FYI** We have already shipped Annotatable XBlock in [PR](https://github.com/openedx/edx-platform/pull/35409) tested by me and @irtazaakram .
@kdmccormick @feanil @irtazaakram Need thoughts WordCloud XBlock is using [EditingMixin](https://github.com/openedx/edx-platform/blob/master/xmodule/word_cloud_block.py#L47) How should we extract down its functionality into separate repo. 1. Should we extract down the `word_cloud` xblock related functionality...
> Reopening until we enable this in edx-platform Closing as we have created a new story to track the enabling of Extracted Xblocks. https://github.com/openedx/edx-platform/issues/37254
@kdmccormick thanks for brainstorming the solution, it seems interesting to me, some points: 1. What entry point name of Extracted WordCloud XBlock are we going to install into `edx-platform`? Currently...