vmware / vmware/singleton

[REQUIREMENT] Support downloading translations of multiple components in one call

Open
#222 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Epic kind/feature
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:

  1. Get translation of a single string
  2. Get translations of a component
  3. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.