lambertf917 / lambertf917/ubereats-clone-app-using-react-native
Enatega Admin-Dashboard + Customer: Ensure Consistent Naming for "Voucher" and "Coupons"
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Issue:
The terms "Voucher" and "Coupons" are used interchangeably in the system, leading to inconsistency and potential confusion for users.
Impact:
Users may not clearly understand whether "Voucher" and "Coupons" refer to the same feature or different functionalities.
Inconsistent naming can create confusion in the UI, documentation, and communication.
It may affect API responses, database fields, or reports if both terms are used inconsistently in different places.
Recommendation:
Choose a single, consistent term: either "Voucher" or "Coupon."
Update all instances of the term across the UI, API, documentation, and database schema.
Ensure consistency in user-facing messages, buttons, forms, and reports.
Communicate the change to relevant teams to maintain uniformity in future development.
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 searching the admin dashboard, customer UI, API responses, documentation, database schema, reports, forms, buttons, and user-facing messages for both terms. First determine whether "Voucher" or "Coupon" should be canonical, then map every affected occurrence and check how the naming change crosses each layer. Done means the selected term is used consistently across the UI, API, documentation, schema, and reports.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- api, database, documentation, frontend, full-stack
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100