bluewave-labs / verifywise

Open source AI governance platform
https://verifywise.ai
GNU Affero General Public License v3.0
18 stars 10 forks source link

Inconsistencies in Dashboard (Projects Overview): #191

Closed MuhammadKhalilzadeh closed 1 week ago

MuhammadKhalilzadeh commented 1 week ago

Diagram

Project Schema in ERD Diagram excluding id, with 7 fields:

Screenshot 2024-11-02 203813


UI

Now this is the Create new project pane with 7 fields:

Screenshot 2024-11-02 203715


Frontend Mock data

Now, we also have these mock data files in the frontend:

create-project.data.ts with following fields:

Screenshot 2024-11-02 204743

project.data.ts with following fields:

Screenshot 2024-11-02 204655


Backend Mock data

Here's projects.data.ts field in the server side with following fields:

Screenshot 2024-11-02 205305

Diagram

Project Schema in ERD Diagram excluding id, with 7 fields:

Screenshot 2024-11-02 203813


UI

Now this is the Create new project pane with 7 fields:

Screenshot 2024-11-02 203715


Frontend Mock data

Now, we also have these mock data files in the frontend:

create-project.data.ts with following fields:

Screenshot 2024-11-02 204743

project.data.ts with following fields:

Screenshot 2024-11-02 204655


Backend Mock data

Here's projects.data.ts field in the server side with following fields:

Screenshot 2024-11-02 205305


With need to have one united file, fixed regarding the differences in its fields. After creating that we need to replace it everywhere.

MuhammadKhalilzadeh commented 1 week ago

@gorkem-bwl I tried to put everything on the same plate for more accurate view

Dashboard (Project Overview)