Expose named object creation callback function at container level
Open
- Dominant language
- Python
- Stars
- 497
- Forks
- 77
- Avg merge
- 22h 37m
- Merged PRs (30d)
- 45
Description
For data model APIs:
`parent.add_on_child_created(child_type, cb)` ---> `named_object_container.add_on_object_created(cb)`.
And deprecate the former.
Contributor guide
Research direction
Search the data model API for the existing parent.add_on_child_created(child_type, cb) implementation and the named object container entry point. Trace how callbacks are registered and invoked, then expose named_object_container.add_on_object_created(cb) and mark the former API deprecated; done means both the new callback and deprecation behavior are covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100