eugenesimakin / link-sharing-app

0 stars 0 forks source link

Save (update) user profile details #4

Closed eugenesimakin closed 9 months ago

eugenesimakin commented 10 months ago
Washubrnfg85 commented 10 months ago

Off topic Basic thoughts:

  1. There should be two tables: Users and Links.
  2. Relationships between them should be like one-to-many. One user can own many links. Link shouldn't have any limitations or additional fields to store data about owners.
eugenesimakin commented 10 months ago

Think about whole picture. You need to have:

Any ideas?

You could use a database schema diagrams service to illustrate it. For example, https://dbdiagram.io/home

Washubrnfg85 commented 10 months ago

Thanks for your link. It should help. I'll check it out in the evening.

Washubrnfg85 commented 9 months ago
eugenesimakin commented 9 months ago

@Washubrnfg85 refer to #9

Washubrnfg85 commented 9 months ago

Take a look at PR. I suggest to create some div or area where we could see the actual profile details. Or at least they should be displayed on input fields. What do you prefer?