Athena9355 / Fire-Alarm

0 stars 2 forks source link

Aadya Memory Game Create Task #75

Closed AadyaDaita closed 2 years ago

AadyaDaita commented 2 years ago

Aadya's Selfgrade Score: 9.8/10 points

Vidhi's Score on Aadya's project: 9.8/10 points

Individual Create Task Project 5/5 pts

- [x] [Wiki/Jekyll page with design ideas and usage](https://github.com/Athena9355/Fire-Alarm/wiki/Create-Task-Memory-Game-Main-Wiki---Aadya) - I used a WIKI page to document all the progress while making the project. It also includes the pseudocode, outline, and all the CB requirements. - [x] Create Performance Task PBL feature - The memory activity is suited to our food website, as it is a waiting room game for kids when they are bored. Additionally, the food layout/theme is extended, with the navbar included. - [x] [Final committed program code showing algorithms written in JS](https://github.com/Athena9355/Fire-Alarm/commit/405b8fb5a056f19c1f4cfdf59b3018378e679216)/Python - All the committed code is linked. It is written in JS. - [x] [Written responses to all the prompts in the performance task](https://github.com/Athena9355/Fire-Alarm/wiki/Memory-Game-Written-Section---Aadya-Daita) - I wrote my written section in a wiki. All the CB scoring requirements are linked on the main wiki (first bullet) which can be used to evaluate the written section. - [x] [1 min video that meets CB create task requirements ](https://youtu.be/ZTev5aKTyqM) - The 1 minute CB runtime video with no dialogue is linked.

Team Final Grading Considerations - 4.8/5 pts

> - [x] PBL Github pages. [Main Jekyll](https://athena9355.github.io/Fire-Alarm/), [Main WIKI](https://github.com/Athena9355/Fire-Alarm/wiki), live review focus: **-0.2** Jekyll doesn't completely work, as the links are not recognized. > - [x] PBL theme consistent through project and described in Github Pages: consistent color theme, with food concepts throuout. All the pages in the site extend a main page. > - [x] Sassy / Bootstrap: Here is the [page layout CSS page](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/pagelayout/css/styles.css), and here is all the [CSS and SCSS for the darkmode. ](https://github.com/Athena9355/Fire-Alarm/tree/main/templates/layouts/style) > - [x] [Blueprint ](https://github.com/Athena9355/Fire-Alarm/commit/fdca83f571f9aff0e4e278ec23b77abc8d57fb86)illustration/demonstration with calorie pages > - [x] [CRUD](https://github.com/Athena9355/Fire-Alarm/tree/main/crud) Async Operation - runtime and understanding of [JavaScript and Fetch](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/fetch.html). Here are the [commits ](https://github.com/Athena9355/Fire-Alarm/commit/e8b610d8182f55e453d09efc306b0f8c204a7c22) for fetch > - [x] Individual PBL MVC feature/commits showing algorithms written in JS/Python - Aadya's MVC:[ Personalized CRUD to food](https://github.com/Athena9355/Fire-Alarm/commit/af58b7e43a8cabb66942afd01b8e6c66e0d2d7bf). Additionally, the [HTML calorie counter page](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/food_calorie.html) and python calorie counter pages for each restaurant ([chipotle](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/food_calorie_chipotle.py), [chickfila](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/food_calorie_chickfila.py), [paneera](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/food_calorie_paneera.py), [subway](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/food_calorie_subway.py)). Here is the [commits ](https://github.com/Athena9355/Fire-Alarm/commit/fdca83f571f9aff0e4e278ec23b77abc8d57fb86)for the calorie pages. The calorie counter page holds JSON lists about the food sold in each restaurant (model), with HTML buttons for each restaurant (view). When clicked on the button, a random food item with the appropriate calorie for it is displayed (control) - [x] **Runtime Features shown in [1 min video](https://www.youtube.com/watch?v=NmKQVMv9rGY&feature=youtu.be)** > - [x] Highlight of best features > - [x] [CRUD](https://github.com/Athena9355/Fire-Alarm/tree/main/crud)/[Search ](https://github.com/Athena9355/Fire-Alarm/blob/main/crud/templates/crud/search.html) on project database tables, easy to identify from UI > - [x] MVC - a code overview showing a complete MVC package - We incorporated our CRUD and calorie pages as MVC ussage. > - [x] [Google Search](https://github.com/Athena9355/Fire-Alarm/blob/main/templates/layouts/navbar2.html) or Google translate implemented > - [x] [Scrum Board](https://github.com/Athena9355/Fire-Alarm/projects/1) - Overview of completed tasks and Github tangibles - [x] **Clarity and quality of finding information** - [x] **[Deployed Project 24/7](https://fire-alarm.tk/) - Deployment Overview and Policies in Github Pages**
VidhiKulkarni commented 2 years ago

Vidhi's score on Aadya's project: 9.8/10

Pair Evaluation on Create Task Project - 5/5pts

Wiki/Jekyll page with design ideas and usage - 1/1 Aadya's Wiki has all of the CB requirements and also has outlined her complete project idea. It also discusses the usage of their project on their website.

Create Performance Task PBL feature - 1/1 Aadya's Create Performance Task matches the theme of her website and also meets the CB requirements. It also is extended from the website layout page.

Final committed program code showing algorithms written in JS/Python - 1/1 Aadya has a final committed program for her Create Task.

Written responses to all the prompts in the performance task - 1/1 Aadya has written responses to all the prompts in her wiki.

1min video that meets CB create task requirements - 1/1 Aadya has a 1-minute video that meets CB create task requirements.

Self Grade: Team Final Grading Considerations - 4.8/5 pts

PBL theme consistent through project and described in Github Pages - .3/.5 The PBL theme was consistent throughout the project and was described in the Github Pages. There was a Jekyll page but it was not fully functional.

Sassy / Bootstrap - .5/.5 Sassy and Bootstrap have been used to indicate the theme for the entire website.

Blueprint illustration/demonstration - .5/.5 She has used blueprint by routing multiple Python files in the main.py file.

CRUD Async Operation - runtime and understanding of JavaScript and Fetch - .5/.5 She has a Fetch API page, where it demonstrates the requirements for this section.

Individual PBL MVC feature/commits showing algorithms written in JS/Python - .5/.5 Aadya has an individual MVC feature that is related to the overall theme.

Highlight of best features - .5/.5 Aadya showed me a highlight of her best features.

CRUD/Search on project database tables, easy to identify from UI - .5/.5 There is a functional CRUD search that works on database tables.

MVC - a code overview showing usage of MVC (HTML, Routes/Render Template functions, Model functions) - .5/.5 Aadya has her own MVC and has incorporated routes/render template/model functions.

Google Search or Google translate implemented - .5/.5 Aadya's website has a Google search implemented.

Scrum Board - Overview of completed tasks and Github tangibles -.5/.5 Aadya has a well-organized scrum board.