[REQUIREMENT] Support downloading translations of multiple components in one call
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
Singleton supports downloading translation bundles in 3 ways currently:
- Get translation of a single string
- Get translations of a component
- Get translations of a product
However in some scenarios, users need to download translations of multiple components instead of a whole product. In such case, users have to send requests to Singleton Service by component one by one. This way creates several calls to Service and hence introduces impact to performance especially in front end.
Describe the solution you'd like
Singleton need to have the capability to download translations of multiple components in one call.
Describe alternatives you've considered
N/A
Additional context
N/A
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
Start by reviewing Singleton's existing translation-download APIs for single strings, components, and products. Define how a request should specify multiple components and verify that one service call returns their translations without requiring separate component requests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend, localization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100