[x] I have registered for MiraCosta College Course for simultaneous College and High School Credit.
[x] I have reviewed Runtime, JavaScript, and Backend information. I understand concepts required to move data between frontend and backend and understand that this is required to get 90% or better on the remaining assignments for this trimester.
My Grade from Amay:
[ ] .1 - CPT outline and relation to FE/BE code.
[ ] .1 - Frontend UI demo. UI takes inputs and validates for garbage, data cleans and is read by JavaScript.
[x] .1 - Postman API Demo. JSON Raw/Body formatted API passes inputs to backend and receives data from database.
[ ] .1 - UI and API work together and data is returned, displayed, and formatted in Browser.
Extra for now, required at end of project
[x] .1 - Class Demo - Object Creation. Tester method that shows creation of Objects and outputs to Terminal, illustrating the ability to test change without using Full Stack.
[x] .1 - Python Demo - Model Init. Show the creation and population of tables with database. This requires you to delete sqlite.db file and see if it is regenerated with all tables and test data.
Tangible Artifact/Progress
This is our database that we used to test out our car storing API
It is serving as the prerequisite code to implement our liking feature within our site's car inventory
Using a GET request in main.py, we can obtain data from our database
In an HTML file, I was able to use liquid to show the data we retrieved from our local server's API, for display on an HTML table
I was also able to use JavaScript to display the same data.
!!
College Board Requirements:
Purpose:
This code will help fetch the information necessary to store a users favorite cars from our inventory.
Database/Lists: My HTML tables fetch data from our car database in order to display the data on each car.
Iteration: A for loop is used to add rows for each car within the database. I plan to implement loops to iterate through the database of cars in order to display the data of each car.
Selection: An if statement will be used to only display to the user that a car has been liked if it has actually been favorited by the given user.
Future: Fetching data from the AWS Flask server we have already setup and making sure that our API requests are working.
My Grade from Amay:
Tangible Artifact/Progress
This is our database that we used to test out our car storing API
It is serving as the prerequisite code to implement our liking feature within our site's car inventory
Using a GET request in main.py, we can obtain data from our database
In an HTML file, I was able to use liquid to show the data we retrieved from our local server's API, for display on an HTML table
I was also able to use JavaScript to display the same data. !!
College Board Requirements:
Purpose:
This code will help fetch the information necessary to store a users favorite cars from our inventory.
Database/Lists: My HTML tables fetch data from our car database in order to display the data on each car.
Iteration: A for loop is used to add rows for each car within the database. I plan to implement loops to iterate through the database of cars in order to display the data of each car.
Selection: An if statement will be used to only display to the user that a car has been liked if it has actually been favorited by the given user.
Future: Fetching data from the AWS Flask server we have already setup and making sure that our API requests are working.
Scrum Board Issues