[REQUIREMENT][Go Service]API to provide the translation update version.
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.
Java service has such feature to provide query the translation bundle version, it should be implemented in Go service as well.
Describe the solution you'd like
GET /i18n/api/v2/translation/products/{productName}/versions/{version}/versioninfo (Get drop version info)
Get drop version info by the specific version, including drop create date(long id), compnent changed date(long id), etc.
Describe alternatives you've considered
None
Additional context
None
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 comparing the Go service's translation API with the Java service's existing translation-bundle version query. Use GET /i18n/api/v2/translation/products/{productName}/versions/{version}/versioninfo as the entry point. Done means the Go service returns drop version information for the specified version, including the drop creation date and component changed date.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, java
- Domain
- api, backend, internationalization, localization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100