`generate-method-action-types.ts` does not take services into account
- Dominant language
- TypeScript
- Stars
- 413
- Forks
- 308
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 253
Description
`generate-method-action-types.ts` is the script that generates types for actions that map to methods in controllers. However, in order for services to be designed to use the messaging system, we need this script to generate the same kinds of types for services as well.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating generate-method-action-types.ts and reading how it currently handles controller methods. Trace the generated action types and the service messaging use case described in the issue. Done means services receive the same kind of generated types as controllers, with the existing generation or validation checks passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100