adobe / adobe/aem-core-forms-components
Re-order form fields for different locales
- Dominant language
- JavaScript
- Stars
- 36
- Forks
- 62
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 8
Description
### User Story
As a user filling up a form for US,UK the first name should be displayed first and then last name
but for Korean,JP - last name should be displayed first and then first name.
### Description & Motivation
In Japanese culture, the family name is written first to emphasize lineage and collective identity over the individual.
### Deliverables
Simple rule or code snippet to reorder fields based on locale
### Acceptance Criteria
User should be able to swap order of first name and last name based on locale
### Verification Steps
Contributor guide
Research direction
The issue names no files, tests, or entry points; start by locating the form field rendering and locale-handling entry points in the forms components. Check how US/UK and Korean/JP locales are represented. Done means the first-name and last-name fields can swap order according to the selected locale, with verification covering the listed locale groups.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, internationalization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100