PBL theme consistent through project and described in Github Pages - 1/1
We had a consistent theme in base and we extended every page from base.
Sassy / Bootstrap - 1/1
We had scss files, and we used scss to have a consistent background throughout our website. We also used bootstrap in our dropdown menus. We also used Bootstrap in our buttons (DNHSinformation, Study and Health Habits).
Blueprint illustration/demonstration - 1/1
We used blueprints to organize the routes for our Python files in main.py. Instead of having multiple Python files, we routed multiple Python files from main.py (such as the files for our about us pages and the attendance pages). Aryan added his blueprint.
CRUD Async Operation - runtime and understanding of JavaScript and Fetch - 0.5/1
We implemented CRUD by making a new table called attendance. We didn't exactly use the fetch call to implement async.
Individual PBL MVC feature/commits showing algorithms written in JS/Python - 1/1
We used MVC while making the attendance page. attendance_model.py is the model, app_attendance.py is the control, the javascript in attendance.html is control, and the HTML table that displays the data is view.
PBL Github pages. Jekyll, WIKI, live review focus
PBL theme consistent through project and described in Github Pages - 1/1 We had a consistent theme in base and we extended every page from base.
Sassy / Bootstrap - 1/1 We had scss files, and we used scss to have a consistent background throughout our website. We also used bootstrap in our dropdown menus. We also used Bootstrap in our buttons (DNHSinformation, Study and Health Habits).
Blueprint illustration/demonstration - 1/1 We used blueprints to organize the routes for our Python files in main.py. Instead of having multiple Python files, we routed multiple Python files from main.py (such as the files for our about us pages and the attendance pages). Aryan added his blueprint.
CRUD Async Operation - runtime and understanding of JavaScript and Fetch - 0.5/1 We implemented CRUD by making a new table called attendance. We didn't exactly use the fetch call to implement async.
Individual PBL MVC feature/commits showing algorithms written in JS/Python - 1/1 We used MVC while making the attendance page. attendance_model.py is the model, app_attendance.py is the control, the javascript in attendance.html is control, and the HTML table that displays the data is view.