fuzeyu / 2020-GPW-L5K1-E

0 stars 1 forks source link

Design and development of background system #21

Closed fuzeyu closed 4 years ago

fuzeyu commented 4 years ago

The backstage system starts to develop, the first task is to design the database

fuzeyu commented 4 years ago

The background system mainly manages the information of employees, tickets and customers. Therefore, in order to build a good background system, we need to design our database. In the previous sprint I uploaded an ERD for reference.

18996073359 commented 4 years ago

We need to redesign the database now, because considering the complexity of data, I think we can first create the most basic data tables, such as user tables, route tables and ticket tables.

18996073359 commented 4 years ago

Here I think we can use the soft connection of the database for association, so that the data operation is more flexible, and we can directly change what kind of data we need in the back-end PHP.

fuzeyu commented 4 years ago

Whether to join the form of system user, because the user needs to log in to the background system

fuzeyu commented 4 years ago

Yes i agree with you

fuzeyu commented 4 years ago

We can use phpMyAdmin to build some basic tables