katelync05 / student2.0

MIT License
0 stars 0 forks source link

Data Structure Writeup #6

Open katelync05 opened 6 months ago

katelync05 commented 6 months ago

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

Screenshot 2024-04-18 at 1 01 40 PM

From VSCode model, show your unique code that was created to initialize table and create test data.

Screenshot 2024-04-18 at 1 07 37 PM

Lists and Dictionaries In VSCode using Debugger, show a list as extracted from database as Python objects.

Screenshot 2024-04-18 at 1 14 44 PM

In VSCode use Debugger and list, show two distinct example examples of dictionaries, show Keys/Values using debugger.

Screenshot 2024-04-18 at 1 18 07 PM

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

Screenshot 2024-04-18 at 1 21 57 PM

In VSCode, show algorithmic conditions used to validate data on a POST condition.

Screenshot 2024-04-18 at 1 23 43 PM

In Postman, show URL request and Body requirements for GET, POST, and UPDATE methods In Postman, show the JSON response data for 200 success conditions on GET, POST, and UPDATE methods.

E8F17ECE-9825-4DBF-A1A5-72DC37D5E930

Screenshot 2024-04-18 at 1 46 55 PM

Frontend In Chrome inspect, show response of JSON objects from fetch of GET, POST, and UPDATE methods.

Screenshot 2024-04-18 at 9 43 05 AM

In the Chrome browser, show a demo (GET) of obtaining an Array of JSON objects that are formatted into the browsers screen.

Screenshot 2024-04-18 at 9 43 18 AM

In JavaScript code, describe fetch and method that obtained the Array of JSON objects. In JavaScript code, show code that performs iteration and formatting of data into HTML.

Screenshot 2024-04-18 at 1 58 33 PM

In the Chrome browser, show a demo (POST or UPDATE) gathering and sending input and receiving a response that show update. Repeat this demo showing both success and failure. user is directed to this page if successful

Screenshot 2024-04-18 at 2 01 19 PM

In JavaScript code, show and describe code that handles success. Describe how code shows success to the user in the Chrome Browser screen.

Screenshot 2024-04-18 at 2 00 30 PM

In JavaScript code, show and describe code that handles failure. Describe how the code shows failure to the user in the Chrome Browser screen.

Screenshot 2024-04-18 at 2 02 19 PM Screenshot 2024-04-18 at 2 02 54 PM
samhita-l commented 6 months ago

0.96/1 Very thorough and detailed completion of all criteria. Screenshots are clear and demonstrate a strong understanding of code. To improve, I would add a description for each screenshot to explain what each image represents in relation to your project.