microsoft / microsoft/powerbi-visuals-api
Add a "displayNameKey" to the IEnumMember interface
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 108
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Within powerbi-visuals-utils-formattingmodel, the ItemDropdown slicer utilizes the IEnumMember interface within the definitions.ts file for its dropdown items and value. However, there is no way to have these dropdown items to be translated into other languages. If there is a way to have the IEnumMember have not only a displayNameKey associated with the interface but the ability to translate said key would be much appreciated.
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 with definitions.ts and trace how ItemDropdown uses IEnumMember for dropdown items and values. Determine how a displayNameKey could be translated in this API, then verify that translated labels can be supplied for those items while preserving existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- internationalization, localization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100