Redundant metadata about repeated capabilities
Open
Nobody has claimed this yet.
codegen
- Dominant language
- Python
- Stars
- 128
- Forks
- 110
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 10
Description
Description of issue
We have parameter metadata that looks like:
'is_repeated_capability': True,
'repeated_capability_type': 'sites',
We should eliminate is_repeated_capability and simply set repeated_capability_type to None when applicable.
This might alos apply to NI's internal metadata.
Contributor guide
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
No file, test, or entry point is named in the issue. Start by locating parameter metadata definitions and all uses of is_repeated_capability and repeated_capability_type, including any NI internal metadata, then verify that the redundant field is removed and applicable repeated_capability_type values are None without breaking metadata consumers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100