Contributors Meetup Async Update - Jun 22nd - Jul 5th, 2024

Core Contributor Update: Jun 22nd - Jul 5th, 2024

Use the jump links below to view the section that interests you:

  1. Working Groups Updates
  2. Events
  3. Projects
  4. Next async update and meetup

1. Working Groups Updates

Working Groups Calendar

1.1. BTR Working Group

Chair: @jalondonot

:paperclip: Latest news


:memo: Meeting notes

1.2. Contributor Coordination Working Group

Chair: Jorge Londoño



:memo: Meeting notes

1.3. Data Working Group

Chair: @e0d & @blarghmatey


:arrow_down: Past meeting notes 2024-05-29 Meeting notes

  • Aspects Product Release Notes and How-Tos for Course Delivery Teams and Superusers; Setup Documentation for Site Operators to follow:
  • Collecting feedback on Aspects: Watch out for a form in the Data WG meeting soon!
  • Aspects extension options: Looking for options to extend aspects with third-party plugins.

:memo: Meeting notes

1.4. DEPR Working Group

Chair: @feanil


:paperclip: Latest news


:memo: Meeting notes

1.6. Tutor Users’ Group

Chair: Kyle McCormick


:arrow_down: Past meeting notes Tutor Users GW 2024-06-03

  • MFE build time (below)
  • Configuring open edx services with tutor
    • Moises and Maksim work on large instances group
    • Some of tutor’s default were meant to simplify setup
    • For large instances, they need to undo tutor’s defaults
    • example: celery queues
      • tutor uses one celery queue
      • at scale, the queue can fill up
        • using patches, large instances has been undoing tutor’s configuration changes
    • edx-platform is complex to follow, with all the indirection
      • related: OEP-45 simplification
    • could be better to have a blank slate
    • edunext had to replicate ansible installation settings, using tutor
    • they are using settings patches
  • Having plugins expose configuration interfaces
    • tutor-contrib-pod-autoscaling
    • rather than add more config settings, the plugin

:memo: Meeting notes


1.7. Educators Working Group

Chair: @john_curricume


:arrow_down: Past meeting notes 2024-05-20 Educator WG

  • DJohn Swope, Education Technology Specialist, Chair at St. George’s University AI in Higher Education committee, Author of Micro AI Apps in Online Education: Impacts on Efficiency, Quality and Future Directions to discuss 5 Lessons Learned Building AI Assessments.

:memo: Meeting notes

1.8. Frontend Working Group

Chair: @arbrandes


:paperclip: Latest news

  1. David’s Solution for Frontend Build Testing:
  • David discovered a method to ease the long-standing issue of testing MFEs with frontend builds.
  • Solution involves using local copies of frontend builds set as files and modifying Webpack loaders.
  1. Module Federation Implementation:
  • Discussion on the architecture and placement of OEP-0065 changes within the codebase.
  • Transition from single-page applications (SPAs) to module-based architecture using module federation.
  • Multiple options considered for transitioning, including incremental changes within the frontend app repo and separate build targets.
  1. Challenges with Current Approach:
  • Issues with requiring multiple PRs for changes across repos (modules and apps).
  • Exploring alternatives like mini monorepos or maintaining separate directories within a repo to ease development and deployment.
  1. Future Direction for Frontend Development:
  • Supporting both SPAs and module-based development simultaneously.
  • Potential solutions for maintaining consistency and ease of development while transitioning.
  1. Customizability and Compatibility Concerns:
  • Maintaining the ability to run MFEs independently.
  • Ensuring new changes are backward compatible.
  • Discussion on integrating front-end plugin framework (FPF) into new module federation architecture.
  1. Addressing Specific Issues and Development Needs:
  • Considerations for enterprise versus open-source implementations.
  • Handling forks and customizations within the module federation setup.
  • Integrating dependencies like front-end build and front-end platform in a modular approach.
  1. Next Steps and Action Items:
  • Awaiting David’s ADRs (Architecture Decision Records) for further clarity.
  • Potential for a modularity summit to discuss and iron out implementation details.
  • Ensuring backward compatibility and ease of transition for developers.

:memo: Meeting notes

1.9. Large Instances Working Group

Chair: @braden & @Felipe


:paperclip: Latest news

  • Updates from each org on the call - 2U, Edunext, OpenCraft, Raccoon Gang
  • Edunext:
    • Felipe Montoya : interested in discussing Reaching 50k concurrent users on Open edX with Oracle Cloud with stakeholders at the conference to better understand the numbers.
    • MoisĂ©s González : Exploring using ingress-nginx for serving static assets in on-premises (non-cloud) installations, because it can cache some files in memory and reduce traffic to the LMS pods (e.g. uwsgi which normally serves static assets). It seems to be performing well, reducing load on the LMS pods, though not as effectively as using CloudFront. If this continues to seem promising, we should investigate adding it to Harmony.
    • Jhony Avella In the last meeting, I mentioned 502 errors we were seeing. However, we stopped seeing the issue. At a future hackathon, we are planning to measure how various configuration policies (number of workers, pod size, etc) affect the instances and the error rate.
    • We have a client that doesn’t allow pods to run with the root user, but Tutor currently requires this for some pods like minio, caddy, and tutor-mfe. Planning to mention this to the tutor users group.
    • Regarding the celery workers: when using just one queue for LMS/CMS services, it’s very difficult to predict the workload when there’s a mix of long-running and short-running tasks. We want to separate the async load into different queues. We’re still testing this, but it’s looking promising.
  • Harmony project updates:
    • Maksim Sokolskiy finished testing the Elasticsearch PR - thanks! Though we have a dependency on another PR for tutor-forum, so we’ll try to nudge the maintainer to get that dependency merged.
    • MoisĂ©s González : For logging with Aspects, we use a helm chart to deploy Vector as a demonset, which uses a privileged container to capture and transform logs. The other approach is to use a sidecar container which pushes the logs to Vector. We’ve been using the demonset approach, where you can configure which pods (e.g. only ones with a specific annotation), and then it transforms the logs into a format that is compatible with aspects. Considering making a tutor and/or Harmony plugin for this approach.
    • MoisĂ©s González : We should update all the dependencies in our Helm chart to make sure we’re up to date for security patches, etc. Also, one big helm chart is getting messy. Maybe we can split it up into several separate helm charts that operators can pick and choose.

:memo: Meeting notes

1.10. Marketing Working Group

Chair: Eden Huthmacher


:paperclip: Latest news


:memo: Meeting notes

1.11. Maintainers

Chair: Feanil



:memo: Meeting notes

1.12. Product Working Group

Chair: Jenna Makowski


:paperclip: Latest news

  • UX/UI Working Group
    • Database of UX/UI Projects
      Steps for moving PR #455 forward?’
      Next steps: Cassie Zamparini , Chelsea Rathbun , Asma Ahmed to do blind tests of the current implementation and provide feedback on whether it’s too confusing/complex to merge as is, or whether it needs more work. Link to the sandbox:Welcome | My Open edX - Studio
  • LTI/Learning Tool WG Meeting
    • We kindly ask participants and anyone interested to watch the following two videos showcasing the prototype aimed at enhancing the administration and reuse of LTI tools. Please share your comments, questions, and feedback in the comments bellow to be addressed in our upcoming meeting.

:memo: Meeting notes

1.13. Security Working Group

Chair: Feanil Patel


:arrow_down: Past meeting notes 2023-07-26 Security WG Meeting


:memo: Meeting notes

1.14. TOC

Chair: Ed Zarecor


:arrow_down: Past meeting notes Open edX Meetup - 2024-02-29 - Panel Discussion

  • Potential grant project for the Open edX project:
    • A proposal was submitted for a sub-award on an NSF grant supporting educational research This continued a discussion from the last meeting. The scope of work was discussed, the grant would be to improve research analytics, and could benefit Open edX in improving both research and API coverage. The proposal aimed to present content to learners in a way that would allow researchers to influence how it was presented
    • There were concerns about ensuring these changes do not interfere with other ongoing efforts and Axim’s workload. The importance of building generic platform capabilities that can be used with other experimental programs beyond the grant project itself was stressed, to make the grant worthwhile even if the project itself doesn’t gain traction to mitigate potential issues, some members suggested setting up institutional “forcing functions” to ensure that any specific integrations did not leak into the core platform, for example by ensuring the providers selected to work on the core and on the non-core features are different teams.
    • The project with Spanish universities was discussed, focusing on integrating new functionalities in the platform and aligning with the community. It was concluded that ways of working could be adapted and a campus working group coordinated.
    • For the next meeting, the goal is to present more detailed documents for this project
  • Converting the discussion service from Ruby to Python:
    • The group discussed the proposal to rewrite a portion of Open edX’s forum codebase. Currently, the service is implemented in Ruby and utilizes MongoDB for data storage – both technologies that are not widely used or familiar within the broader open edX community. The proposed change involves translating the current code from Ruby into Python and migrating data models from MongoDB to MySQL. This would simplify the stack, potentially making it more accessible for developers to contribute improvements.
    • The forum proposal was discussed in detail. The group discussed whether a discussion forum should be built and maintained by the Open edX project or whether integration with third-party solutions should be preferred. Having a robust, open source solution remains a priority in either event. A recommendation was not made at this meeting.
    • The proposal for migrating the forums includes a progressive rollout plan to support large installations, especially organizations like 2U. The question was raised whether the complexity introduced by this approach created enough value to justify that complexity. Conversations with stakeholders will happen between now and the next meeting.
    • While most agreed on its technical benefits, questions arose around prioritization among various projects as well as funding sources for such an undertaking.
    • A document was suggested to recap all the projects and changes currently being discussed in the different working groups and the vision behind it. This was seen as beneficial not just for the TOC, but also for the broader community.
  • Proposal to make course content easily installable on any Open edX instance:
    • The idea was discussed: the content should be easily shared, allowing people to easily contribute to it.
    • It was suggested to add syndication features to existing courses already licensed under creative commons, to allow sharing between instances. A “cartridge” feature was also mentioned, for turning Xcode courses into importable content on other Open edX instances.
    • The importance of designing content for reusability and modularity, rather than creating a single, long course, was emphasized. It is unlikely that individual institutions or companies will invest in such a library due to its public good nature, making it an ideal funding opportunity for organizations like Axim.
    • The conversation concluded with the idea that all content should be decomposable into constituent pieces, allowing people to choose how they want to export it. Due to time, further discussion of this topic was postponed.

:pushpin: Relevant links


:memo: Meeting notes

1.15. Translation Working Group

Chair: Eden Huthmacher


:arrow_down: Past meeting notes 2024-05-15 Translation WG Meeting notes


:memo: Meeting notes


2. Events


3. Projects

Are there any new or ongoing projects you’d like to discuss? Get the conversation started in the comments below.


4. Next async update and meetup

  • Friday 5th - Async update
  • Tuesday July 9th - Join the meetup here!
  • Details and draft agenda on Confluence

:speech_balloon: Anything to add?

If there’s anything else you’d like to mention, please let us know in the comments below.

2 Likes

Core Contributor Check-in: Jun 22nd - Jul 5th, 2024


I write this still on a high from a week of conference activities! Kudos to everyone involved in creating such a memorable Open edX 2024 Conference :south_africa: :raised_hands:

:stopwatch: Core Contributor Hours

There was a total of 271 hours of contributions reported this past sprint. This is 27 hours more than the previous sprint of 244 hours.

The overall checklist response rate was 30% for this sprint.

:notebook_with_decorative_cover: Summary of Responses

1. Do you need any help? Or is there anything you’d like to collaborate on?

@sarina

@braden

  • I would like to start very high-level planning for a community-developed re-implementation of basic enterprise functionality.

2. What should we improve? Are there any blockers?

None

3. What did you accomplish this sprint?

@Awais_Qureshi

@Felipe

  • The Open edx 2024 Conference in Cape Town!

@Zia.Fazal

  • Reviewed PR 79 and 80 of SCORM xblock.
  • Created new release(18.0.2) of SCORM xblock.
  • Created PR 35 to support both native importlib and backported importlib_resouces for H5PXblock.

@jill

  • Attended and thoroughly enjoyed Open edX 2024!
  • Great feedback on our Aspects v1 presentation, and met some new potential users.
  • Usual repo maintenance.

@Cassie

  • Worked on Open edX Conference branding.

@pdpinch

  • Attended the Open edX 2024 conference. It was really good and productive.

4. What do you plan to work on in the upcoming sprint?

@Awais_Qureshi

  • Continuing to upgrade mentioned APIs. I will ask for reviews.

@pdpinch

  • Redwood release retrospective, especially improvements to the testing plan.
  • Work with my team on proposing new slots for the header MFE.
  • Open an issue for the persistent grade issue we are seeing.
  • Open an issue for the bug we see with self-paced problems lacking deadlines.
  • Participate in new Docs Working Group.

5. What went well this sprint?

@braden

  • The Conference!

@Awais_Qureshi

  • Started working on upgrading APIs to DRF compatible.

@Cassie

  • The Conference! :slight_smile:

:speech_balloon: Questions or comments?

Please add any questions or comments you might have below. We’d love to hear from you!

And if you’d like to take a peek at the full report, see it on Listaflow

1 Like