Open adamstankiewicz opened 1 year ago
@PKulkoRaccoonGang @adamstankiewicz Coming late to the party, would you mind updating the Makefile to keep atlas pull in sync with index.js changes?
If you're new to OEP-58 and atlas please look at the following PR https://github.com/openedx/frontend-template-application/pull/622
I've done few PRs already:
But if you're still making those changes, it would be grade to bundle the Makefile
as well.
I plan to continue on the other repos as well this week.
@OmarIthawi Thanks for the raising this! I have not had a chance to look at OEP-58 yet. I approved/merged your two linked PRs mentioned above.
[clarification] Do you / the FC-0012 project intend to implement the changes to include Paragon in the atlas pull across the remainder of the MFEs, or is this something you'd expect to be prioritized with the Paragon Working Group?
Regardless, filing an issue for it in the Paragon GitHub, if one doesn't already exist, might be helpful to track it from the Paragon Working Group's perspective.
@OmarIthawi Thanks for the raising this! I have not had a chance to look at OEP-58 yet. I approved/merged your two linked PRs mentioned above.
Hopefully we'll get done with the OEP-58 work soon so you all engineers can use it transparently and use the docs like other complete features. We've started few months ago and we're almost done.
[clarification] Do you / the FC-0012 project intend to implement the changes to include Paragon in the atlas pull across the remainder of the MFEs, or is this something you'd expect to be prioritized with the Paragon Working Group?
I'll work on adding the fixes, it's a minor patch anyway because atlas integration is already added in all the MFEs that I'm aware of. Code reviews would be very helpful, because we had an issue of triaging PRs with different owners. Would that be something you'd be interested to help with?
Regardless, filing an issue for it in the Paragon GitHub, if one doesn't already exist, might be helpful to track it from the Paragon Working Group's perspective.
Where can add the issue? Do you mean in the paragon repo itself https://github.com/openedx/paragon/issues ?
[next steps] Check in on frontend-app-ora-grading, too.
@adamstankiewicz I've updated all the repos Makefile. So there's no need to add an issue.
@edx/paragon
was recently upgraded to v20 in this MFE. v20 added a dependency onreact-intl
due to Paragon now shipping with already-translated English messages for its components.Per the release notes, Paragon v20 now exposes a
paragonMessages
array containing the native translations for Paragon components but theparagonMessages
are not yet passed to@edx/frontend-platform
via theinitialize
function for this MFE.Looks like importing and re-exporting
paragonMessages
insrc/i18n/index.js
(source) would do the trick 😃