wpilibsuite / wpilibsuite/systemcore-blocks-interface
Object drop-down option for methods
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 11
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 6
Description
For blocks that are methods for specific types of components, like setVelocity for A301, it won't create a drop-down to select which A301 object the method is called on unless the user duplicates the block.
Contributor guide
No contributing guide indexed for this repository
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 tracing how method blocks such as setVelocity for A301 are represented and how their inputs are rendered. Determine where the target object selection is handled, then verify that a method block offers an object drop-down without requiring duplication and that existing method blocks still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100