ratmat5 / EthanRStudent

MIT License
0 stars 0 forks source link

Data Structures Write-Up #5

Open ratmat5 opened 2 months ago

ratmat5 commented 2 months ago

Show your unique collection/table in database, display rows and columns in the table of the SQLite database from VSCode using SQLite3 Editor.

Screenshot 2024-04-22 at 1 12 10 PM

Show your unique code that was created to initialize table and create test data from VSCode model.

Screenshot 2024-04-22 at 1 08 43 PM

Show a list as extracted from database as Python objects in VSCode using Debugger.

Screenshot 2024-04-22 at 1 16 14 PM

Show two distinct examples of dictionaries, show Keys/Values using debugger in VSCode.

Screenshot 2024-04-22 at 1 19 31 PM

Show Python API code definition for request and response using GET, POST, UPDATE methods in VSCode. Discuss algorithmic condition used to direct request to appropriate Python method based on request method.

Screenshot 2024-04-22 at 1 21 25 PM

Show algorithmic conditions used to validate data on a POST condition in VSCode.

Screenshot 2024-04-22 at 1 23 10 PM

Show URL request and Body requirements for GET, POST, and UPDATE methods in Postman.

Screenshot 2024-04-22 at 1 32 41 PM

Show the JSON response data for 200 success conditions on GET, POST, and UPDATE methods in Postman.

Screenshot 2024-04-22 at 1 33 40 PM

Show the JSON response for error for 400 when missing body on a POST request in Postman.

Screenshot 2024-04-22 at 1 36 26 PM
wl0503 commented 2 months ago

0.97/1 Screenshots are clear and strong understanding is confirmed as each photo aligns with the requirement of the steps. However, it would be better if the student also posts the frontend related stuffs such as showing response of JSON objects in Chrome inspect.