openedx / openedx/openedx-events
Add support for complex types in dictionaries and lists
A pull request for this has already been merged.
- #483 by @BryanttV — merged
- Dominant language
- Python
- Stars
- 13
- Forks
- 33
- Avg merge
- 14h 37m
- Merged PRs (30d)
- 4
Description
Description
Building on the previous PR that introduced support for dictionaries with primitive types, this proposal aims to extend support to more complex types in lists and dictionaries. This will ensure that events with content such as dictionaries of lists, lists of dictionaries, and lists of data attribute classes are fully supported. These changes will enable the handling by the event bus of events like:
org.openedx.learning.discussions.configuration.changed.v1org.openedx.content_authoring.course.certificate_config.changed.v1org.openedx.content_authoring.course.certificate_config.deleted.v1org.openedx.learning.course.notification.requested.v1org.openedx.learning.ora.submission.created.v1
Definition of Done
- A decision is reached on the proposed changes: are we committing to implementing them?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the proposal, the referenced previous PR #433, and the linked merged PR #483. Determine whether the complex-type support is still needed and whether the proposed changes should be committed; completion is a decision on that scope rather than a specified implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100