Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]: [PHOENIX] [BE] Change "Name" to "Title" in "Add Product" Modal #1444

Open
Olnuel opened this issue Aug 24, 2024 · 0 comments
Open

[FIX]: [PHOENIX] [BE] Change "Name" to "Title" in "Add Product" Modal #1444

Olnuel opened this issue Aug 24, 2024 · 0 comments
Labels
triage This Ticket is yet to be verified as a valid ticket

Comments

@Olnuel
Copy link

Olnuel commented Aug 24, 2024

Description

The "Add Product" modal currently labels the field for entering the product's name as "Name." This field should be renamed to "Title." Update the backend to reflect the change which includes updating the database schema, and API endpoints to replace references to "Name" with "Title."

Acceptance Criteria

  1. The backend should replace all instances of the "Name" field with "Title" in the database schema, and API endpoints.
  2. Any API requests that previously used "name" as a field should now use "title."

Endpoint

POST /api/products

Links

| FIGMA LINK
https://www.figma.com/design/VEItfX6St5NSAqqNHImcxD/HNG-Boilerplate-Designs?node-id=2828-1922&t=VEj4y3G0vEn4g18k-4

https://www.loom.com/share/630087ae318d48f989584ed6a6db9f54?sid=33eb36d9-521c-42be-9e3f-242f80b54450

https://www.loom.com/share/653496661eaa42f4a0be547c455c9feb?sid=5e2f9cfd-45ab-41e8-83f0-b519f14d39c1

Images

image

@Olnuel Olnuel added the triage This Ticket is yet to be verified as a valid ticket label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage This Ticket is yet to be verified as a valid ticket
Projects
None yet
Development

No branches or pull requests

1 participant