📄️ Component Descriptions
This is the description page for the different components that will be involved within the project. Check on System Block Diagram for a visual guide on how these components interact with one another.
📄️ Sequence Diagrams
Case 1:
📄️ CRC Extension Class Diagram
image
📄️ Backend Class Diagram
backend-class-diagram.png
📄️ Development Environment
IDE
📄️ Database Diagram
The following figure shows the entity relationship and table design of the database for the server. Users will be stored in the users table using a unique identifier generated. Whenever a user receives a response from ChatGPT, the response will be stored in the log_data table along with the with the git diff/hash of the file being reviewed if possible.