You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The db schema treats a customers "full name" as 1 string.
Every other ecommerce platform in existence separates a name into 2 fields:
First and last
This issue causes major problems for data integrity.
db schema and front end UI should allow for first name and last name separately
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Background (please complete the following information):
NodeJS Version
Postgres Version
EverShop Version
OS: [e.g. Window, Ubuntu, Mac-OS]
Browser [e.g. Chrome, Safari]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The db schema treats a customers "full name" as 1 string.
Every other ecommerce platform in existence separates a name into 2 fields:
First and last
This issue causes major problems for data integrity.
db schema and front end UI should allow for first name and last name separately
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Background (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: