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

WIP: Syncing cli with server #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

WIP: Syncing cli with server #277

wants to merge 1 commit into from

Conversation

pouriaMaleki
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@albacoretuna albacoretuna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

@@ -14,15 +17,13 @@ CREATE TABLE "User" (
"firstname" TEXT,
"lastname" TEXT,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed all the good apps are using a single field for name. Like Figma, etc.

Then I remembered that asking for first name and last name has other issues as well:

  • In some countries the first name is actually the last name, like in China
  • When searching by full names we'll need joining them anyway

I suggest we go by a single field like Figma:
Name

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #278, I will rebase this and drop related changes soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants