DrishyaMody / student2

MIT License
0 stars 0 forks source link

DataStructures Writeup | Drishya’s Blog #7

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

DataStructures Writeup | Drishya’s Blog

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

https://drishyamody.github.io/student2/writeup

anaghaa1206 commented 2 months ago

Collections: Score: 1/1 Provides picture of database and all of the stored information.

Lists and Dictionaries: score: 0.8/1 In debugger shows a list as extracted from database as Python objects. Can add information for the second bullet point.

API and JSON: score: 1/1 Has all correct screenshots of work in postman and meets all of the requirements.

Frontend: score: 1/1 Shows the code in the browser and is concise and organized, meeting the requirements.

anaghaa1206 commented 2 months ago

Collections: Score: 1/1 Provides picture of database and all of the stored information.

Lists and Dictionaries: score: 0.95/1 Would've been more beneficial if you showed iyt in 2 different screenshots to differentiate the requirements.

API and JSON: score: 0.95/1 Has all correct screenshots of work in postman and meets all of the requirements. Add more explanations and you can implement the UPDATE method so that the user can change their questions they entered.

Frontend: score: 0.97/1 Shows the code in the browser and is concise and organized, meeting the requirements. Can include more explanations so that it's easier to follow along.

anaghaa1206 commented 1 month ago

Total Score: 96%

Collections - Total 3 / 3, Grade 1/1: has picture of database with appropriate entries and shows code created to initialize table ✔Blog Python Model code and SQLite Database. ✔Show your unique collection/table in database, display rows and columns in the table of the SQLite database from VSCode using SQLite3 Editor. ✔Show your unique code that was created to initialize table and create test data from VSCode model.

Lists and Dictionaries - Total 2.85/3, Grade 0.95/1: has everything needed but would make it better for the user if the requirements were shown in different screenshots or the one screenshot was labeled to easily point out ✔Blog Python API code and use of List and Dictionaries. ✔Show a list as extracted from database as Python objects in VSCode using Debugger. ✔Show two distinct examples of dictionaries, show Keys/Values using debugger in VSCode.

APIs and JSON - Total 6.5/7, Grade 0.93/1: Has all correct screenshots of work in postman and meets all of the requirements. Add more titles labeling some of the screenshots and you can implement the UPDATE method so that the user can change their questions they entered. ✔Blog Python API code and use of Postman to request and respond with JSON. ✔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. ✔Show algorithmic conditions used to validate data on a POST condition in VSCode. ✔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 in Postman. ✔Show the JSON response for error for 400 when missing body on a POST request in Postman. ✔Show the JSON response for error for 404 when providing an unknown user ID to a UPDATE request in Postman.

Frontend - Total 7.7/8, Grade 0.95/1: Shows the code in the browser and is concise and organized, meeting the requirements. Can include more explanations so that it's easier to follow along. For example: for the failure screenshot explain why it failed. ✔Blog JavaScript API fetch code and formatting code to display JSON. ✔Show response of JSON objects from fetch of GET, POST, and UPDATE methods in Chrome inspect. ✔Show a demo (GET) of obtaining an Array of JSON objects that are formatted into the browsers screen in the Chrome browser. ✔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 in JavaScript code. ✔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 in the Chrome browser. ✔Show and describe code that handles success. Describe how code shows success to the user in the Chrome Browser screen in JavaScript code. ✔Show and describe code that handles failure. Describe how the code shows failure to the user in the Chrome Browser screen in JavaScript code.

Optional/Extra, ML Algorithm Analysis - Total 4.5/5, Grade 0.9/1: Can include screenshots from own ML model to give examples for algorithms. Can explain cleaning, encoding, and one-hot encoding. Made corrections ✔Machine Learning Algorithm Analysis ✔Show algorithms and preparation of data for analysis. This includes cleaning, encoding, and one-hot encoding. ✔Show algorithms and preparation for predictions. ✔Discuss concepts and understanding of Linear Regression algorithms. ✔Discuss concepts and understanding of Decision Tree analysis algorithms.