Closed MuhammadKhalilzadeh closed 1 week ago
Project Schema in ERD Diagram excluding id, with 7 fields:
Now this is the Create new project pane with 7 fields:
Now, we also have these mock data files in the frontend:
create-project.data.ts with following fields:
create-project.data.ts
project.data.ts with following fields:
Here's projects.data.ts field in the server side with following fields:
projects.data.ts
With need to have one united file, fixed regarding the differences in its fields. After creating that we need to replace it everywhere.
@gorkem-bwl I tried to put everything on the same plate for more accurate view
Diagram
Project Schema in ERD Diagram excluding id, with 7 fields:
UI
Now this is the Create new project pane with 7 fields:
Frontend Mock data
Now, we also have these mock data files in the frontend:
create-project.data.ts
with following fields:project.data.ts with following fields:
Backend Mock data
Here's
projects.data.ts
field in the server side with following fields:Diagram
Project Schema in ERD Diagram excluding id, with 7 fields:
UI
Now this is the Create new project pane with 7 fields:
Frontend Mock data
Now, we also have these mock data files in the frontend:
create-project.data.ts
with following fields:project.data.ts with following fields:
Backend Mock data
Here's
projects.data.ts
field in the server side with following fields:With need to have one united file, fixed regarding the differences in its fields. After creating that we need to replace it everywhere.