Implement the `multi` provider flag
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Implement some form of `multi` providers. Is a flag on the provider the best way?
How to allow multiple providers while still allowing proper overwriting with single injected providers?
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue is about adding a 'multi' provider flag to the dependency injection framework. Start by examining the core provider registration and resolution logic in the codebase. Look for existing provider types and how overwriting works. Understanding the framework's architecture for handling single vs. multiple providers is key. The goal is to design a system that allows multiple providers for a token while respecting single provider overrides.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100