-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tagging] Discovery: Move the library-authoring MFE into the course-authoring MFE #164
Comments
TNL would prefer option 2. It is an idea that the team been tossing around in greater frequency as both repos continue to grow and have many overlapping components. |
Hi! @KristinAoki, could you please help us with your opinion here? 😃 I made a prototype of the option 2 here: From a technical standpoint, I didn't find any major issues. We will benefit significantly from reusing components (and we can't do it gradually, removing the duplicated components). I'm not sure how we should coordinate it with the community. Have we done something similar before? The worst scenario would be to do the merge and end up with two concurring library-authoring features! 😅 |
@jesperhodge and @connorhaugh Probably would have better thoughts. Jesper did the original exploration for TNL and Connor is the SME for library-authoring. |
@rpenido The library-authoring MFE has not yet been supported for production deployment in any named release. As long as that remains true, I think the merge could be performed without worrying about the library-authoring community impact at all. |
@jesperhodge has done some preliminary investigation and created some tasks for this effort, He should share those with the community |
Hi @rpenido @kdmccormick @bradenmacdonald , I did a similar thing where I created a prototype of merging library-authoring into course-authoring (openedx/frontend-app-authoring#731). I agree that there are no big technical hurdles. I did mine only a little different in some ways, but I don't really mind about folder structure for now, as long as it is logical and doesn't create a big ball of mud. My prototype is not complete, there are some missing parts: adding the header, using the correct links, Jest setup, displaying library block content, and a small fix for the course-import reducer. Your prototype looks like it's more complete maybe? Anyway, I created a list of preliminary tasks in order to take this from prototype to an actual merge. I can only base that on the prototype I created, I would be interested how this would change if we use your prototype @rpenido ?
Anyway, we are very interested in doing this merge soon, if possible. |
Hi @jesperhodge! Thank you for your response. My task list is pretty much the same as yours. I am happy that we converged here (a sign that we are on the right path)! I just included some tasks to handle the OEP-21 deprecation process, and I think the course-import reducer task (and some pipeline adjustments) could be done earlier in the library-authoring repo before the actual merge (to reduce the merge complexity a bit). I also think that consolidating the header (and other duplicated components) could be handled in a cleanup task after the merge (also, seeking to reduce complexity). We are also interested in the merge, but, as I said, we don't have a timeline or the resources to handle it right now. I will keep following this and hope we can help get this done in the medium term. Also, thanks, @connorhaugh, @kdmccormick, and @KristinAoki for the insights! |
We have agreed on a plan and we have two prototypes - what remains is just for a team to take on the work. For now I'm going to consider this discovery done and close this ticket. |
We want the "Tag Drawer" component to work identically in the course authoring experience and the library authoring experience.
There are two ways to achieve this:
The benefits of either approach would be:
For this ticket:
The text was updated successfully, but these errors were encountered: