AOSSIE-Org / AOSSIE-Org/Resonate
Architectural design flaw in api_service.dart
Open
bug
gsoc
- Dominant language
- Dart
- Stars
- 344
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
### 🐛 Describe the bug
ApiService was one core service holding every feature's serverless calls, breaking feature-based layering. Each feature's functions now live in its own repo, with only the shared joinRoom and an execute() helper left in core.
Contributor guide
Assessment
This issue has not been assessed yet.